[leaf-commits] src/bering-uclibc4/source/hostapd hostapd-0.6.9.tar.gz, NONE, 1.1 buildtool.cfg, 1.1, 1.2 buildtool.mk, 1.1, 1.2 hostapd_conf_etc.patch, 1.1, 1.2
KP Kirchd?rfer <[email protected]>
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/source/hostapd In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16841 Modified Files: buildtool.cfg buildtool.mk hostapd_conf_etc.patch Added Files: hostapd-0.6.9.tar.gz Log Message: new upstream version 0.6.9 --- NEW FILE: hostapd-0.6.9.tar.gz --- (This appears to be a binary file; contents omitted.) Index: buildtool.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/hostapd/buildtool.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** buildtool.cfg 2 Jun 2010 16:46:21 -0000 1.1 --- buildtool.cfg 31 Jul 2010 15:50:03 -0000 1.2 *************** *** 5,9 **** </File> ! <File hostapd-0.5.11.tar.gz> Server = cvs4-sourceforge Directory = hostapd --- 5,9 ---- </File> ! <File hostapd-0.6.9.tar.gz> Server = cvs4-sourceforge Directory = hostapd *************** *** 46,50 **** <Package> <hostapd> ! Version = 0.5.11 Revision = 1 --- 46,50 ---- <Package> <hostapd> ! Version = 0.6.9 Revision = 1 *************** *** 52,56 **** Host AP user space daemon for extended IEEE 802.11 management Homepage: http://hostap.epitest.fi ! Requires: libssl.lrp, libcrpto.lrp LEAF Package by __PACKAGER__, __BUILDDATE__ EOF --- 52,56 ---- Host AP user space daemon for extended IEEE 802.11 management Homepage: http://hostap.epitest.fi ! Requires: libssl.lrp, libcrpto.lrp,libnl.lrp LEAF Package by __PACKAGER__, __BUILDDATE__ EOF Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/hostapd/buildtool.mk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** buildtool.mk 2 Jun 2010 16:46:21 -0000 1.1 --- buildtool.mk 31 Jul 2010 15:50:03 -0000 1.2 *************** *** 8,12 **** ! HOSTAPD_DIR:=hostapd-0.5.11 HOSTAPD_TARGET_DIR:=$(BT_BUILD_DIR)/hostapd --- 8,12 ---- ! HOSTAPD_DIR:=hostapd-0.6.9 HOSTAPD_TARGET_DIR:=$(BT_BUILD_DIR)/hostapd *************** *** 14,18 **** $(HOSTAPD_DIR)/.source: zcat $(HOSTAPD_SOURCE) | tar -xvf - ! cat $(HOSTAPD_PATCH1) | patch -d $(HOSTAPD_DIR) -p1 cat $(HOSTAPD_PATCH2) | patch -d $(HOSTAPD_DIR) -p1 touch $(HOSTAPD_DIR)/.source --- 14,18 ---- $(HOSTAPD_DIR)/.source: zcat $(HOSTAPD_SOURCE) | tar -xvf - ! # cat $(HOSTAPD_PATCH1) | patch -d $(HOSTAPD_DIR) -p1 cat $(HOSTAPD_PATCH2) | patch -d $(HOSTAPD_DIR) -p1 touch $(HOSTAPD_DIR)/.source *************** *** 24,37 **** -mkdir -p $(HOSTAPD_TARGET_DIR)/etc/default -mkdir -p $(HOSTAPD_TARGET_DIR)/etc/init.d ! cp -a .config $(HOSTAPD_DIR)/ ! ( cd $(HOSTAPD_DIR) ; export CFLAGS="$(BT_COPT_FLAGS) -MMD -Wall -g -I$(BT_STAGING_DIR)/usr/include" ; \ export LIBS=-L$(BT_STAGING_DIR)/usr/lib ; make CC=$(TARGET_CC) ) ; ! -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(HOSTAPD_DIR)/hostapd ! -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(HOSTAPD_DIR)/hostapd_cli ! cp $(HOSTAPD_DIR)/hostapd $(HOSTAPD_TARGET_DIR)/usr/sbin/ ! cp $(HOSTAPD_DIR)/hostapd_cli $(HOSTAPD_TARGET_DIR)/usr/bin/ ! cp $(HOSTAPD_DIR)/hostapd.deny $(HOSTAPD_TARGET_DIR)/etc/hostapd/deny ! cp $(HOSTAPD_DIR)/hostapd.accept $(HOSTAPD_TARGET_DIR)/etc/hostapd/accept ! cp $(HOSTAPD_DIR)/hostapd.conf $(HOSTAPD_TARGET_DIR)/etc/hostapd/ cp hostapd.default $(HOSTAPD_TARGET_DIR)/etc/default/hostapd cp hostapd.init $(HOSTAPD_TARGET_DIR)/etc/init.d/hostapd --- 24,37 ---- -mkdir -p $(HOSTAPD_TARGET_DIR)/etc/default -mkdir -p $(HOSTAPD_TARGET_DIR)/etc/init.d ! cp -a .config $(HOSTAPD_DIR)/hostapd ! ( cd $(HOSTAPD_DIR)/hostapd ; export CFLAGS="$(BT_COPT_FLAGS) -MMD -Wall -g -I$(BT_STAGING_DIR)/usr/include" ; \ export LIBS=-L$(BT_STAGING_DIR)/usr/lib ; make CC=$(TARGET_CC) ) ; ! -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(HOSTAPD_DIR)/hostapd/hostapd ! -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(HOSTAPD_DIR)/hostapd/hostapd_cli ! cp $(HOSTAPD_DIR)/hostapd/hostapd $(HOSTAPD_TARGET_DIR)/usr/sbin/ ! cp $(HOSTAPD_DIR)/hostapd/hostapd_cli $(HOSTAPD_TARGET_DIR)/usr/bin/ ! cp $(HOSTAPD_DIR)/hostapd/hostapd.deny $(HOSTAPD_TARGET_DIR)/etc/hostapd/deny ! cp $(HOSTAPD_DIR)/hostapd/hostapd.accept $(HOSTAPD_TARGET_DIR)/etc/hostapd/accept ! cp $(HOSTAPD_DIR)/hostapd/hostapd.conf $(HOSTAPD_TARGET_DIR)/etc/hostapd/ cp hostapd.default $(HOSTAPD_TARGET_DIR)/etc/default/hostapd cp hostapd.init $(HOSTAPD_TARGET_DIR)/etc/init.d/hostapd *************** *** 45,49 **** clean: ! make -C $(HOSTAPD_DIR) clean rm $(HOSTAPD_DIR)/.build rm -rf $(HOSTAPD_TARGET_DIR) --- 45,49 ---- clean: ! make -C $(HOSTAPD_DIR)/hostapd clean rm $(HOSTAPD_DIR)/.build rm -rf $(HOSTAPD_TARGET_DIR) Index: hostapd_conf_etc.patch =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/hostapd/hostapd_conf_etc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hostapd_conf_etc.patch 2 Jun 2010 16:46:21 -0000 1.1 --- hostapd_conf_etc.patch 31 Jul 2010 15:50:03 -0000 1.2 *************** *** 1,6 **** ! diff -urN hostapd-0.5.7.orig/hostapd.conf hostapd-0.5.7/hostapd.conf ! --- hostapd-0.5.7.orig/hostapd.conf 2006-12-31 17:25:55.000000000 +0100 ! +++ hostapd-0.5.7/hostapd.conf 2007-01-03 23:35:58.000000000 +0100 ! @@ -169,8 +169,8 @@ # Accept/deny lists are read from separate files (containing list of # MAC addresses, one per line). Use absolute path name to make sure that the --- 1,6 ---- ! diff -urN hostapd-0.6.9.orig/hostapd/hostapd.conf hostapd-0.6.9/hostapd/hostapd.conf ! --- hostapd-0.6.9.orig/hostapd/hostapd.conf 2009-03-23 15:06:28.000000000 +0100 ! +++ hostapd-0.6.9/hostapd/hostapd.conf 2010-07-31 16:45:04.000000000 +0200 ! @@ -168,8 +168,8 @@ # Accept/deny lists are read from separate files (containing list of # MAC addresses, one per line). Use absolute path name to make sure that the *************** *** 13,17 **** # IEEE 802.11 specifies two authentication algorithms. hostapd can be # configured to allow both of these or only one. Open system authentication ! @@ -428,20 +428,20 @@ eap_server=0 --- 13,17 ---- # IEEE 802.11 specifies two authentication algorithms. hostapd can be # configured to allow both of these or only one. Open system authentication ! @@ -464,20 +464,20 @@ eap_server=0 *************** *** 38,42 **** # Passphrase for private key #private_key_passwd=secret passphrase ! @@ -539,7 +539,7 @@ # multiple BSSIDs or SSIDs. Each line in this text file is defining a new # interface and the line must include VLAN ID and interface name separated by --- 38,51 ---- # Passphrase for private key #private_key_passwd=secret passphrase ! @@ -503,7 +503,7 @@ ! # params. This parameter is required if anonymous EAP-FAST is used. ! # You can generate DH parameters file with OpenSSL, e.g., ! # "openssl dhparam -out /etc/hostapd.dh.pem 1024" ! -#dh_file=/etc/hostapd.dh.pem ! +#dh_file=/etc/hostapd/dh.pem ! ! # Configuration data for EAP-SIM database/authentication gateway interface. ! # This is a text string in implementation specific format. The example ! @@ -635,7 +635,7 @@ # multiple BSSIDs or SSIDs. Each line in this text file is defining a new # interface and the line must include VLAN ID and interface name separated by *************** *** 47,51 **** # Interface where 802.1q tagged packets should appear when a RADIUS server is # used to determine which VLAN a station is on. hostapd creates a bridge for ! @@ -557,7 +557,7 @@ # File name of the RADIUS clients configuration for the RADIUS server. If this --- 56,60 ---- # Interface where 802.1q tagged packets should appear when a RADIUS server is # used to determine which VLAN a station is on. hostapd creates a bridge for ! @@ -653,7 +653,7 @@ # File name of the RADIUS clients configuration for the RADIUS server. If this *************** *** 56,60 **** # The UDP port number for the RADIUS authentication server #radius_server_auth_port=1812 ! @@ -593,7 +593,7 @@ # of (PSK,MAC address) pairs. This allows more than one PSK to be configured. # Use absolute path name to make sure that the files can be read on SIGHUP --- 65,69 ---- # The UDP port number for the RADIUS authentication server #radius_server_auth_port=1812 ! @@ -689,7 +689,7 @@ # of (PSK,MAC address) pairs. This allows more than one PSK to be configured. # Use absolute path name to make sure that the files can be read on SIGHUP *************** *** 64,66 **** # Set of accepted key management algorithms (WPA-PSK, WPA-EAP, or both). The ! # entries are separated with a space. --- 73,84 ---- # Set of accepted key management algorithms (WPA-PSK, WPA-EAP, or both). The ! # entries are separated with a space. WPA-PSK-SHA256 and WPA-EAP-SHA256 can be ! @@ -968,7 +968,7 @@ ! # with pre-configured attributes. This is similar to extra_cred file format, ! # but the AP Settings attributes are not encapsulated in a Credential ! # attribute. ! -#ap_settings=hostapd.ap_settings ! +#ap_settings=hostapd/ap_settings ! ! # WPS UPnP interface ! # If set, support for external Registrars is enabled. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm