[pkg-wpa-devel] r1787 - in /wpa/trunk/debian: changelog config/wpasupplicant/kfreebsd config/wpasupplicant/linux
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Tue Oct 9 17:03:53 UTC 2012
Author: slh-guest
Date: Tue Oct 9 17:03:53 2012
New Revision: 1787
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1787
Log:
* NOT RELEASED YET
* enable IBSS RSN, thanks to Nicolas Cavallari <batchman at free.fr>
(Closes: #678147).
Modified:
wpa/trunk/debian/changelog
wpa/trunk/debian/config/wpasupplicant/kfreebsd
wpa/trunk/debian/config/wpasupplicant/linux
Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1787&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Tue Oct 9 17:03:53 2012
@@ -1,3 +1,11 @@
+wpa (1.0-4) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * enable IBSS RSN, thanks to Nicolas Cavallari <batchman at free.fr>
+ (Closes: #678147).
+
+ -- Stefan Lippers-Hollmann <s.l-h at gmx.de> Tue, 09 Oct 2012 18:59:35 +0200
+
wpa (1.0-3) unstable; urgency=high
* ship forgotten README-P2P.
Modified: wpa/trunk/debian/config/wpasupplicant/kfreebsd
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/kfreebsd?rev=1787&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/kfreebsd (original)
+++ wpa/trunk/debian/config/wpasupplicant/kfreebsd Tue Oct 9 17:03:53 2012
@@ -469,3 +469,18 @@
# XXX: Debian #650834
CONFIG_BGSCAN_SIMPLE=y
+
+# XXX: Debian #678147
+# keep it disabled for wheezy:
+# - low impact, but too late in the release cycle
+# (especially for a security update).
+CONFIG_IBSS_RSN=y
+
+# XXX: Wi-Fi P2P support
+# keep it disabled for wheezy:
+# - kernel 3.2 has no support for Wi-Fi P2P, no idea about kFreeBSD, it builds
+# at least...
+# - there are still lots of (bug-)fixes going into hostapd-1.git, the P2P
+# feature is definately not supportable with wpa 1.0 without further updates
+# from the hostapd-1.git stable tree.
+#CONFIG_P2P=y
Modified: wpa/trunk/debian/config/wpasupplicant/linux
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/linux?rev=1787&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/linux (original)
+++ wpa/trunk/debian/config/wpasupplicant/linux Tue Oct 9 17:03:53 2012
@@ -468,3 +468,17 @@
# XXX: Debian #650834
CONFIG_BGSCAN_SIMPLE=y
+
+# XXX: Debian #678147
+# keep it disabled for wheezy:
+# - low impact, but too late in the release cycle
+# (especially for a security update).
+CONFIG_IBSS_RSN=y
+
+# XXX: Wi-Fi P2P support
+# keep it disabled for wheezy:
+# - kernel 3.2 has no support for Wi-Fi P2P
+# - there are still lots of (bug-)fixes going into hostapd-1.git, the P2P
+# feature is definately not supportable with wpa 1.0 without further updates
+# from the hostapd-1.git stable tree.
+#CONFIG_P2P=y
More information about the Pkg-wpa-devel
mailing list