[pkg-wpa-devel] r1936 - in /wpa/trunk/debian: changelog patches/networkd-driver-fallback.patch patches/series rules
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Sun Apr 26 00:43:36 UTC 2015
Author: slh-guest
Date: Sun Apr 26 00:43:36 2015
New Revision: 1936
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1936
Log:
* NOT RELEASED YET
* wpasupplicant: install systemd unit (Closes: #766746).
* wpasupplicant: configure driver fallback for networkd.
Added:
wpa/trunk/debian/patches/networkd-driver-fallback.patch
Modified:
wpa/trunk/debian/changelog
wpa/trunk/debian/patches/series
wpa/trunk/debian/rules
Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1936&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Sun Apr 26 00:43:36 2015
@@ -1,3 +1,11 @@
+wpa (2.3-3) UNRELEASED; urgency=medium
+
+ * NOT RELEASED YET
+ * wpasupplicant: install systemd unit (Closes: #766746).
+ * wpasupplicant: configure driver fallback for networkd.
+
+ -- Stefan Lippers-Hollmann <s.l-h at gmx.de> Thu, 23 Apr 2015 05:52:57 +0200
+
wpa (2.3-2) unstable; urgency=high
* remove Kel Modderman from Uploaders as per his request, many thanks for
Added: wpa/trunk/debian/patches/networkd-driver-fallback.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/patches/networkd-driver-fallback.patch?rev=1936&op=file
==============================================================================
--- wpa/trunk/debian/patches/networkd-driver-fallback.patch (added)
+++ wpa/trunk/debian/patches/networkd-driver-fallback.patch Sun Apr 26 00:43:36 2015
@@ -0,0 +1,15 @@
+wpasupplicant: configure driver fallback for networkd
+
+Signed-off-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>
+
+--- a/wpa_supplicant/systemd/wpa_supplicant.service.arg.in
++++ b/wpa_supplicant/systemd/wpa_supplicant.service.arg.in
+@@ -7,7 +7,7 @@ After=sys-subsystem-net-devices-%i.devic
+
+ [Service]
+ Type=simple
+-ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -i%I
++ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -Dnl80211,wext -i%I
+
+ [Install]
+ Alias=multi-user.target.wants/wpa_supplicant@%i.service
Modified: wpa/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/patches/series?rev=1936&op=diff
==============================================================================
--- wpa/trunk/debian/patches/series (original)
+++ wpa/trunk/debian/patches/series Sun Apr 26 00:43:36 2015
@@ -7,5 +7,6 @@
wpa_supplicant-MACsec-fix-build-failure-for-IEEE8021.patch
include-ieee802_11_common.c-in-wpa_supplicant-build-.patch
hostapd_fix-hostapd-operation-without-hw_mode-driver-data.patch
+networkd-driver-fallback.patch
wpasupplicant_fix-systemd-unit-dependencies.patch
wpasupplicant_P2P-Validate-SSID-element-length-before-copying-it-C.patch
Modified: wpa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1936&op=diff
==============================================================================
--- wpa/trunk/debian/rules (original)
+++ wpa/trunk/debian/rules Sun Apr 26 00:43:36 2015
@@ -92,6 +92,8 @@
# install systemd support
install --mode=644 -D wpa_supplicant/systemd/wpa_supplicant.service \
debian/wpasupplicant/lib/systemd/system/wpa_supplicant.service
+ install --mode=644 -D wpa_supplicant/systemd/wpa_supplicant at .service \
+ debian/wpasupplicant/lib/systemd/system/wpa_supplicant at .service
# install D-Bus service activation files & configuration
install --mode=644 -D wpa_supplicant/dbus/dbus-wpa_supplicant.conf \
debian/wpasupplicant/etc/dbus-1/system.d/wpa_supplicant.conf
More information about the Pkg-wpa-devel
mailing list