[pkg-wpa-devel] r1648 - in /hostapd/trunk/debian: changelog config/kfreebsd control

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Tue Dec 20 01:37:35 UTC 2011


Author: slh-guest
Date: Tue Dec 20 01:37:34 2011
New Revision: 1648

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1648
Log:
* add libpcap-dev and libbsd-dev to kFreeBSD specific build-depends.
* disable IAPP on kFreeBSD, to avoid FTBS.
* restrict hostapd to linux-any and kfreebsd-any, hurd lacks kernel support.

Modified:
    hostapd/trunk/debian/changelog
    hostapd/trunk/debian/config/kfreebsd
    hostapd/trunk/debian/control

Modified: hostapd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/changelog?rev=1648&op=diff
==============================================================================
--- hostapd/trunk/debian/changelog (original)
+++ hostapd/trunk/debian/changelog Tue Dec 20 01:37:34 2011
@@ -5,15 +5,15 @@
     <greearb at candelatech.com> to allow building against libnl3 3.2.
   * switch build dependency from libnl-dev (libnl1) to libnl-3-dev && 
     libnl-genl-3-dev accordingly.
-  * restrict hostapd to linux-any for now, rather than letting it fail due to
-    unmet build-dependencies on other kernels; adding support for kFreeBSD
-    should be rather straight forward.
+  * add libpcap-dev and libbsd-dev to kFreeBSD specific build-depends.
+  * disable IAPP on kFreeBSD, to avoid FTBS.
+  * restrict hostapd to linux-any and kfreebsd-any, hurd lacks kernel support.
   * raise versioned build-dependency to (>= 3.2.3-2~), we need
     libnl-genl-3-200-udeb and expect it in /lib/.
   * add "For MS-CHAP, convert the password from UTF-8 to UCS-2" from
     Evan Broder <ebroder at mokafive.com>, accepted upstream into hostap-1.git
 
- -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Mon, 19 Dec 2011 23:42:56 +0100
+ -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Tue, 20 Dec 2011 02:36:55 +0100
 
 hostapd (1:0.7.3-3) unstable; urgency=low
 

Modified: hostapd/trunk/debian/config/kfreebsd
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/config/kfreebsd?rev=1648&op=diff
==============================================================================
--- hostapd/trunk/debian/config/kfreebsd (original)
+++ hostapd/trunk/debian/config/kfreebsd Tue Dec 20 01:37:34 2011
@@ -40,7 +40,7 @@
 CONFIG_DRIVER_NONE=y
 
 # IEEE 802.11F/IAPP
-CONFIG_IAPP=y
+#CONFIG_IAPP=y
 
 # WPA2/IEEE 802.11i RSN pre-authentication
 CONFIG_RSN_PREAUTH=y

Modified: hostapd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/control?rev=1648&op=diff
==============================================================================
--- hostapd/trunk/debian/control (original)
+++ hostapd/trunk/debian/control Tue Dec 20 01:37:34 2011
@@ -9,14 +9,16 @@
 Build-Depends: debhelper (>= 7.3.7~),
  libssl-dev,
  libnl-3-dev (>= 3.2.3-2~) [linux-any],
- libnl-genl-3-dev (>= 3.2.3-2~) [linux-any]
+ libnl-genl-3-dev (>= 3.2.3-2~) [linux-any],
+ libpcap-dev [kfreebsd-any],
+ libbsd-dev [kfreebsd-any]
 Standards-Version: 3.9.2
 Homepage: http://w1.fi/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-wpa/hostapd/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-wpa/hostapd/trunk/
 
 Package: hostapd
-Architecture: linux-any
+Architecture: linux-any kfreebsd-any
 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-13), initscripts (>= 2.88dsf-13.3)
 Description: user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
  Originally, hostapd was an optional user space component for Host AP




More information about the Pkg-wpa-devel mailing list