Re: [OpenWrt-Devel] [PATCH] Update wifidog to 20130917 version

2013-10-20 Thread Gabor Juhos
2013.09.17. 23:18 keltezéssel, Etienne CHAMPETIER írta:
 This update:
 -adds a ProxyPort option (to use a local transparent proxy)
 -changes http return code to 302 (was 307, but wifidog speaks http 1.0, and 
 we really need 303)
 (it was causing some trouble with, for exemple, opera)
 -switch to github repo
 -correct a small typo
 -add drop, log, ulog target for FirewallRule
 
 This is only compile tested, but 3 people are asking for it
 https://github.com/wifidog/wifidog-gateway/issues/8
 
 Signed-off-by: Etienne CHAMPETIER etienne.champet...@free.fr

Applied.

Thanks,
Gabor
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] Update wifidog to 20130917 version

2013-09-26 Thread Gui Iribarren

On 09/17/2013 06:18 PM, Etienne CHAMPETIER wrote:

This update:
-adds a ProxyPort option (to use a local transparent proxy)
-changes http return code to 302 (was 307, but wifidog speaks http 1.0, and we 
really need 303)
(it was causing some trouble with, for exemple, opera)
-switch to github repo
-correct a small typo
-add drop, log, ulog target for FirewallRule

This is only compile tested, but 3 people are asking for it
https://github.com/wifidog/wifidog-gateway/issues/8


+1 compiles fine on trunk r36139

i guess it would be a good idea to move this into
http://github.com/openwrt-routing/
feed, for easier development?

cheers!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] Update wifidog to 20130917 version

2013-09-17 Thread Etienne CHAMPETIER
This update:
-adds a ProxyPort option (to use a local transparent proxy)
-changes http return code to 302 (was 307, but wifidog speaks http 1.0, and we 
really need 303)
(it was causing some trouble with, for exemple, opera)
-switch to github repo
-correct a small typo
-add drop, log, ulog target for FirewallRule

This is only compile tested, but 3 people are asking for it
https://github.com/wifidog/wifidog-gateway/issues/8

Signed-off-by: Etienne CHAMPETIER etienne.champet...@free.fr
---
 net/wifidog/Makefile   |   22 +++--
 net/wifidog/files/wifidog.conf |  193 
 2 files changed, 10 insertions(+), 205 deletions(-)
 delete mode 100644 net/wifidog/files/wifidog.conf

diff --git a/net/wifidog/Makefile b/net/wifidog/Makefile
index 24cb56c..a2d9d02 100644
--- a/net/wifidog/Makefile
+++ b/net/wifidog/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006,2012 OpenWrt.org
+# Copyright (C) 2006,2013 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,16 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wifidog
-PKG_REV:=1464
-PKG_VERSION:=r$(PKG_REV)
-PKG_RELEASE:=1
+PKG_VERSION:=20130917
+PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://dev.wifidog.org/svn/trunk/wifidog
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_URL:=git://github.com/wifidog/wifidog-gateway.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=$(PKG_REV)
-PKG_SOURCE_PROTO:=svn
-PKG_SOURCE_MIRROR:=0
+PKG_SOURCE_VERSION:=440445db60b0c3aff528ea703a828b0567293387
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
@@ -28,7 +26,7 @@ define Package/wifidog
   SUBMENU:=Captive Portals
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +kmod-ipt-nat 
+iptables-mod-nat-extra +libpthread
+  DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat-extra 
+libpthread
   TITLE:=A wireless captive portal solution
   URL:=http://www.wifidog.org
 endef
@@ -52,10 +50,10 @@ define Package/wifidog/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libhttpd.so* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/etc
-   $(INSTALL_DATA) ./files/wifidog.conf $(1)/etc/
+   $(INSTALL_DATA) $(PKG_BUILD_DIR)/wifidog.conf $(1)/etc/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/wifidog-msg.html $(1)/etc/
$(INSTALL_DIR) $(1)/etc/init.d
-   $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/wifidog
+   $(INSTALL_BIN) ./files/wifidog.init $(1)/etc/init.d/wifidog
 endef
 
 $(eval $(call BuildPackage,wifidog))
diff --git a/net/wifidog/files/wifidog.conf b/net/wifidog/files/wifidog.conf
deleted file mode 100644
index cdf939a..000
--- a/net/wifidog/files/wifidog.conf
+++ /dev/null
@@ -1,193 +0,0 @@
-# WiFiDog Configuration file
-
-# Parameter: GatewayID
-# Default: default
-# Optional
-#
-# Set this to the node ID on the auth server
-# this is used to give a customized login page to the clients and for
-# monitoring/statistics purpose
-# If none is supplied, the mac address of the GatewayInterface interface will 
be used,
-# without the : separators
-
-GatewayID default
-
-# Parameter: ExternalInterface
-# Default: NONE
-# Optional
-#
-# Set this to the external interface (the one going out to the Inernet or your 
larger LAN).  
-# Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise,
-# Normally autodetected
-
-# ExternalInterface eth0
-
-# Parameter: GatewayInterface
-# Default: NONE
-# Mandatory
-#
-# Set this to the internal interface (typically your wifi interface).
-# Typically br-lan for OpenWrt, and eth1, wlan0, ath0, etc. otherwise
-
-GatewayInterface br-lan
-
-# Parameter: GatewayAddress
-# Default: Find it from GatewayInterface
-# Optional
-#
-# Set this to the internal IP address of the gateway.  Not normally required.
-
-# GatewayAddress 192.168.1.1
-
-# Parameter: AuthServer
-# Default: NONE
-# Mandatory, repeatable
-#
-# This allows you to configure your auth server(s).  Each one will be tried in 
order, untill one responds.
-# Set this to the hostname or IP of your auth server(s), the path where
-# WiFiDog-auth resides in and the port it listens on.
-#AuthServer {
-#  Hostname (Mandatory; Default: NONE)
-#  SSLAvailable (Optional; Default: no; Possible values: yes, 
no)
-#  SSLPort  (Optional; Default: 443)
-#  HTTPPort (Optional; Default: 80)
-#  Path (Optional; Default: /wifidog/ Note:  The path 
must be both prefixed and suffixed by /.  Use a single / for server root.)
-#   LoginScriptPathFragment  (Optional; Default: login/? Note:  This is the 
script the user will be sent to for login.)
-#   PortalScriptPathFragment (Optional; Default: portal/? Note:  This is the 
script the user will be sent to after a