[pkg-wpa-devel] r1769 - in /wpa/trunk/debian: changelog config/wpasupplicant/kfreebsd config/wpasupplicant/linux control

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Thu Jun 21 22:42:59 UTC 2012


Author: slh-guest
Date: Thu Jun 21 22:42:59 2012
New Revision: 1769

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1769
Log:
* enable Wi-Fi P2P, install README-P2P into the wpasupplicant package.
* revert to GNU readline for wpa_cli, instead of using the internal readline
  implementation added in wpa 1~. Prefer libreadline-gplv2-dev, because libnl
  is GPL-2 (only) - switching back to the internal readline implementation is
  targeted for wheezy+1 (Closes: #677993, #678077).

Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/config/wpasupplicant/kfreebsd
    wpa/trunk/debian/config/wpasupplicant/linux
    wpa/trunk/debian/control

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1769&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Thu Jun 21 22:42:59 2012
@@ -1,12 +1,15 @@
 wpa (1.0-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-  * install README-P2P into the wpasupplicant package.
-  * enable Wi-Fi P2P
+  * enable Wi-Fi P2P, install README-P2P into the wpasupplicant package.
   * enable IBSS RSN, thanks to Nicolas Cavallari <batchman at free.fr>
     (Closes: #678147).
-
- -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Tue, 15 May 2012 02:39:30 +0200
+  * revert to GNU readline for wpa_cli, instead of using the internal readline
+    implementation added in wpa 1~. Prefer libreadline-gplv2-dev, because libnl
+    is GPL-2 (only) - switching back to the internal readline implementation is
+    targeted for wheezy+1 (Closes: #677993, #678077).
+
+ -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Fri, 22 Jun 2012 00:42:43 +0200
 
 wpa (1.0-2) unstable; urgency=low
 

Modified: wpa/trunk/debian/config/wpasupplicant/kfreebsd
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/kfreebsd?rev=1769&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/kfreebsd (original)
+++ wpa/trunk/debian/config/wpasupplicant/kfreebsd Thu Jun 21 22:42:59 2012
@@ -238,11 +238,11 @@
 # When building a wpa_cli binary for distribution, please note that these
 # libraries are licensed under GPL and as such, BSD license may not apply for
 # the resulting binary.
-#CONFIG_READLINE=y
+CONFIG_READLINE=y
 
 # Include internal line edit mode in wpa_cli. This can be used as a replacement
 # for GNU Readline to provide limited command line editing and history support.
-CONFIG_WPA_CLI_EDIT=y
+#CONFIG_WPA_CLI_EDIT=y
 
 # Remove debugging code that is printing out debug message to stdout.
 # This can be used to reduce the size of the wpa_supplicant considerably

Modified: wpa/trunk/debian/config/wpasupplicant/linux
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/linux?rev=1769&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/linux (original)
+++ wpa/trunk/debian/config/wpasupplicant/linux Thu Jun 21 22:42:59 2012
@@ -237,11 +237,11 @@
 # When building a wpa_cli binary for distribution, please note that these
 # libraries are licensed under GPL and as such, BSD license may not apply for
 # the resulting binary.
-#CONFIG_READLINE=y
+CONFIG_READLINE=y
 
 # Include internal line edit mode in wpa_cli. This can be used as a replacement
 # for GNU Readline to provide limited command line editing and history support.
-CONFIG_WPA_CLI_EDIT=y
+#CONFIG_WPA_CLI_EDIT=y
 
 # Remove debugging code that is printing out debug message to stdout.
 # This can be used to reduce the size of the wpa_supplicant considerably

Modified: wpa/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/control?rev=1769&op=diff
==============================================================================
--- wpa/trunk/debian/control (original)
+++ wpa/trunk/debian/control Thu Jun 21 22:42:59 2012
@@ -16,6 +16,7 @@
  libnl-genl-3-dev (>= 3.2.3-2~) [linux-any],
  libpcap-dev [kfreebsd-any],
  libbsd-dev [kfreebsd-any],
+ libreadline-gplv2-dev,
  pkg-config,
  qt4-qmake,
  docbook-to-man,




More information about the Pkg-wpa-devel mailing list