Hello community,

here is the log from the commit of package hostapd for openSUSE:Factory checked 
in at 2012-05-21 07:25:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hostapd (Old)
 and      /work/SRC/openSUSE:Factory/.hostapd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hostapd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hostapd/hostapd.changes  2011-10-13 
00:06:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hostapd.new/hostapd.changes     2012-05-21 
07:25:20.000000000 +0200
@@ -1,0 +2,8 @@
+Tue May 15 04:55:22 UTC 2012 - [email protected]
+
+- update to version 1.0 
+- respin hostapd.dif to fit the new defconfig
+- change the file permission of the config files with passwords
+  to 600 (bnc#740964)
+
+-------------------------------------------------------------------

Old:
----
  hostapd-0.7.3.tar.gz

New:
----
  hostapd-1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hostapd.spec ++++++
--- /var/tmp/diff_new_pack.pxJjMN/_old  2012-05-21 07:25:22.000000000 +0200
+++ /var/tmp/diff_new_pack.pxJjMN/_new  2012-05-21 07:25:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hostapd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           hostapd
 %if 0%{?suse_version} > 1140
@@ -26,10 +24,10 @@
 %endif
 BuildRequires:  openssl-devel
 Summary:        Turns Your WLAN Card into a WPA capable Access Point
-Version:        0.7.3
-Release:        0
-Group:          Hardware/Wifi
 License:        BSD-3-Clause ; GPL-2.0+
+Group:          Hardware/Wifi
+Version:        1.0
+Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://hostap.epitest.fi/
 PreReq:         %insserv_prereq
@@ -73,14 +71,14 @@
 install -D -m 755 %{SOURCE1} %{buildroot}/etc/init.d/hostapd
 ln -s /etc/init.d/hostapd %{buildroot}/%{_sbindir}/rchostapd
 install -m 755 hostapd_cli %{buildroot}/%{_sbindir}
-install -m 644 hostapd.conf %{buildroot}/etc
+install -m 600 hostapd.conf %{buildroot}/etc
 install -m 644 hostapd.accept %{buildroot}/etc
 install -m 644 hostapd.deny %{buildroot}/etc
-install -m 644 hostapd.eap_user %{buildroot}/etc
-install -m 644 hostapd.radius_clients %{buildroot}/etc
+install -m 600 hostapd.eap_user %{buildroot}/etc
+install -m 600 hostapd.radius_clients %{buildroot}/etc
 install -m 644 hostapd.sim_db %{buildroot}/etc
 install -m 644 hostapd.vlan %{buildroot}/etc
-install -m 644 hostapd.wpa_psk %{buildroot}/etc
+install -m 600 hostapd.wpa_psk %{buildroot}/etc
 install -m 644 hostapd.8 %{buildroot}/%{_mandir}/man8
 
 %post

++++++ hostapd-0.7.3.tar.gz -> hostapd-1.0.tar.gz ++++++
++++ 63538 lines of diff (skipped)

++++++ hostapd.dif ++++++
--- /var/tmp/diff_new_pack.pxJjMN/_old  2012-05-21 07:25:22.000000000 +0200
+++ /var/tmp/diff_new_pack.pxJjMN/_new  2012-05-21 07:25:22.000000000 +0200
@@ -1,8 +1,10 @@
-Index: hostapd-0.7.3/hostapd/defconfig
-===================================================================
---- hostapd-0.7.3.orig/hostapd/defconfig
-+++ hostapd-0.7.3/hostapd/defconfig
-@@ -13,14 +13,14 @@
+---
+ hostapd/defconfig |   14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+--- a/hostapd/defconfig
++++ b/hostapd/defconfig
+@@ -13,7 +13,7 @@
  CONFIG_DRIVER_HOSTAP=y
  
  # Driver interface for wired authenticator
@@ -11,15 +13,7 @@
  
  # Driver interface for madwifi driver
  #CONFIG_DRIVER_MADWIFI=y
- #CFLAGS += -I../../madwifi # change to the madwifi source directory
- 
- # Driver interface for drivers using the nl80211 kernel interface
--#CONFIG_DRIVER_NL80211=y
-+CONFIG_DRIVER_NL80211=y
- # driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
- # shipped with your distribution yet. If that is the case, you need to build
- # newer libnl version and point the hostapd build to use it.
-@@ -36,7 +36,7 @@ CONFIG_DRIVER_HOSTAP=y
+@@ -30,7 +30,7 @@ CONFIG_DRIVER_NL80211=y
  #LIBS_c += -L/usr/local/lib
  
  # Driver interface for no driver (e.g., RADIUS server only)
@@ -28,7 +22,7 @@
  
  # IEEE 802.11F/IAPP
  CONFIG_IAPP=y
-@@ -75,7 +75,7 @@ CONFIG_EAP_GTC=y
+@@ -69,7 +69,7 @@ CONFIG_EAP_GTC=y
  CONFIG_EAP_TTLS=y
  
  # EAP-SIM for the integrated EAP server
@@ -37,7 +31,7 @@
  
  # EAP-AKA for the integrated EAP server
  #CONFIG_EAP_AKA=y
-@@ -85,10 +85,10 @@ CONFIG_EAP_TTLS=y
+@@ -79,10 +79,10 @@ CONFIG_EAP_TTLS=y
  #CONFIG_EAP_AKA_PRIME=y
  
  # EAP-PAX for the integrated EAP server
@@ -48,9 +42,9 @@
 -#CONFIG_EAP_PSK=y
 +CONFIG_EAP_PSK=y
  
- # EAP-SAKE for the integrated EAP server
- #CONFIG_EAP_SAKE=y
-@@ -122,7 +122,7 @@ CONFIG_PKCS12=y
+ # EAP-pwd for the integrated EAP server (secure authentication with a 
password)
+ #CONFIG_EAP_PWD=y
+@@ -121,7 +121,7 @@ CONFIG_PKCS12=y
  
  # RADIUS authentication server. This provides access to the integrated EAP
  # server from external hosts using RADIUS.
@@ -59,7 +53,7 @@
  
  # Build IPv6 support for RADIUS operations
  CONFIG_IPV6=y
-@@ -135,7 +135,7 @@ CONFIG_IPV6=y
+@@ -134,7 +134,7 @@ CONFIG_IPV6=y
  #CONFIG_DRIVER_RADIUS_ACL=y
  
  # IEEE 802.11n (High Throughput) support

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to