From slh-guest at users.alioth.debian.org Mon Jan 12 23:40:18 2015 From: slh-guest at users.alioth.debian.org (slh-guest at users.alioth.debian.org) Date: Mon, 12 Jan 2015 23:40:18 -0000 Subject: [pkg-wpa-devel] r1922 - in /wpa/trunk/debian: changelog rules Message-ID: Author: slh-guest Date: Mon Jan 12 23:40:18 2015 New Revision: 1922 URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1922 Log: wpasupplicant: install systemd unit. Modified: wpa/trunk/debian/changelog wpa/trunk/debian/rules Modified: wpa/trunk/debian/changelog URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1922&op=diff ============================================================================== --- wpa/trunk/debian/changelog (original) +++ wpa/trunk/debian/changelog Mon Jan 12 23:40:18 2015 @@ -4,6 +4,7 @@ * hostapd: avoid segfault with driver=wired, by merging upstream commit e9b783d58c23a7bb50b2f25bce7157f1f3b5d58b "Fix hostapd operation without hw_mode driver data." + * wpasupplicant: install systemd unit. -- Stefan Lippers-Hollmann Thu, 16 Oct 2014 02:32:17 +0200 Modified: wpa/trunk/debian/rules URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1922&op=diff ============================================================================== --- wpa/trunk/debian/rules (original) +++ wpa/trunk/debian/rules Mon Jan 12 23:40:18 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 From slh-guest at users.alioth.debian.org Mon Jan 12 23:44:18 2015 From: slh-guest at users.alioth.debian.org (slh-guest at users.alioth.debian.org) Date: Mon, 12 Jan 2015 23:44:18 -0000 Subject: [pkg-wpa-devel] r1923 - /wpa/trunk/debian/changelog Message-ID: Author: slh-guest Date: Mon Jan 12 23:44:18 2015 New Revision: 1923 URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1923 Log: wpasupplicant: install systemd unit (Closes: #766746). Modified: wpa/trunk/debian/changelog Modified: wpa/trunk/debian/changelog URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1923&op=diff ============================================================================== --- wpa/trunk/debian/changelog (original) +++ wpa/trunk/debian/changelog Mon Jan 12 23:44:18 2015 @@ -4,7 +4,7 @@ * hostapd: avoid segfault with driver=wired, by merging upstream commit e9b783d58c23a7bb50b2f25bce7157f1f3b5d58b "Fix hostapd operation without hw_mode driver data." - * wpasupplicant: install systemd unit. + * wpasupplicant: install systemd unit (Closes: #766746). -- Stefan Lippers-Hollmann Thu, 16 Oct 2014 02:32:17 +0200 From slh-guest at users.alioth.debian.org Tue Jan 13 02:30:22 2015 From: slh-guest at users.alioth.debian.org (slh-guest at users.alioth.debian.org) Date: Tue, 13 Jan 2015 02:30:22 -0000 Subject: [pkg-wpa-devel] r1924 - in /wpa/trunk/debian: changelog patches/networkd-driver-fallback.patch patches/series Message-ID: Author: slh-guest Date: Tue Jan 13 02:30:22 2015 New Revision: 1924 URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1924 Log: 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 Modified: wpa/trunk/debian/changelog URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1924&op=diff ============================================================================== --- wpa/trunk/debian/changelog (original) +++ wpa/trunk/debian/changelog Tue Jan 13 02:30:22 2015 @@ -5,6 +5,7 @@ e9b783d58c23a7bb50b2f25bce7157f1f3b5d58b "Fix hostapd operation without hw_mode driver data." * wpasupplicant: install systemd unit (Closes: #766746). + * wpasupplicant: configure driver fallback for networkd. -- Stefan Lippers-Hollmann Thu, 16 Oct 2014 02:32:17 +0200 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=1924&op=file ============================================================================== --- wpa/trunk/debian/patches/networkd-driver-fallback.patch (added) +++ wpa/trunk/debian/patches/networkd-driver-fallback.patch Tue Jan 13 02:30:22 2015 @@ -0,0 +1,15 @@ +wpasupplicant: configure driver fallback for networkd + +Signed-off-by: Stefan Lippers-Hollmann + +--- 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=1924&op=diff ============================================================================== --- wpa/trunk/debian/patches/series (original) +++ wpa/trunk/debian/patches/series Tue Jan 13 02:30:22 2015 @@ -7,3 +7,4 @@ 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 From mgilbert at debian.org Tue Jan 27 00:52:54 2015 From: mgilbert at debian.org (Michael Gilbert) Date: Mon, 26 Jan 2015 19:52:54 -0500 Subject: [pkg-wpa-devel] Bug#776338: wpa: wpasupplicant-udeb missing from kfreebsd installation media Message-ID: package: src:wpa version: 2.3-1 severity: important tags: patch Hi, The kfreebsd installation media currently lack wpa support. Here is a patch that adds support for building the udeb. Best wishes, Mike -------------- next part -------------- A non-text attachment was scrubbed... Name: wpa.patch Type: text/x-patch Size: 882 bytes Desc: not available URL: From owner at bugs.debian.org Tue Jan 27 01:51:05 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 Jan 2015 01:51:05 +0000 Subject: [pkg-wpa-devel] Bug#776338: marked as done (wpa: wpasupplicant-udeb missing from kfreebsd installation media) References: <20150127024753.114d2b33@mir> Message-ID: Your message dated Tue, 27 Jan 2015 02:47:53 +0100 with message-id <20150127024753.114d2b33 at mir> and subject line Re: [pkg-wpa-devel] Bug#776338: wpa: wpasupplicant-udeb missing from kfreebsd installation media has caused the Debian Bug report #776338, regarding wpa: wpasupplicant-udeb missing from kfreebsd installation media to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 776338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776338 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Gilbert Subject: wpa: wpasupplicant-udeb missing from kfreebsd installation media Date: Mon, 26 Jan 2015 19:52:54 -0500 Size: 4105 URL: -------------- next part -------------- An embedded message was scrubbed... From: Stefan Lippers-Hollmann Subject: Re: [pkg-wpa-devel] Bug#776338: wpa: wpasupplicant-udeb missing from kfreebsd installation media Date: Tue, 27 Jan 2015 02:47:53 +0100 Size: 5680 URL: From mgilbert at debian.org Tue Jan 27 02:59:07 2015 From: mgilbert at debian.org (Michael Gilbert) Date: Mon, 26 Jan 2015 21:59:07 -0500 Subject: [pkg-wpa-devel] Bug#776338: Bug#776338: wpa: wpasupplicant-udeb missing from kfreebsd installation media In-Reply-To: <20150127024753.114d2b33@mir> References: <20150127024753.114d2b33@mir> Message-ID: control: reopen -1 control: severity -1 wishlist control: block -1 by 776346 On Mon, Jan 26, 2015 at 8:47 PM, Stefan Lippers-Hollmann wrote: > I'm closing this bug, as your patch doesn't -and can't- work (anytime > soon). Please don't inflate the bug severity, this would be a request > for a new feature, not a bug. Hi, I entirely agree with your viewpoint, although I'm not sure where the idea of the rush for jessie came from? It's obviously far too late for that. Plus with kfreebsd not being official anymore, I couldn't imaging the release team spending even a second thinking about this. > The next step is d-i, or technically netcfg, itself, which only > provides support for scanning via wext (wireless extension), a > deprecated kernel-userspace API of the linux kernel. As kfreebsd, > to the best of my knowledge, doesn't emulate this API to > userspace, netcfg would need to gain support for the native > kfreebsd wlan interfaces - and ideally for linux' new nl80211 API > as well. The same goes for actually managing the interface from > within netcfg. If I remember correctly, Kel Modderman did > originally suggest an alternative way to scan via wpasupplicant > (and thereby to abstract (most of, at least for scanning) the > wlan interface handling from netcfg), rather than making it > depend on the deprecated wext Linux API, but netcfg chose a > different way. I don't think the netcfg changes need to be a blocker for this change. Having the wpa_supplicant executable available in d-i for manually bringing up the network (for those that know how to do that) will be a huge step itself. Best wishes, Mike From owner at bugs.debian.org Tue Jan 27 03:03:08 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 27 Jan 2015 03:03:08 +0000 Subject: [pkg-wpa-devel] Processed: Re: Bug#776338: wpa: wpasupplicant-udeb missing from kfreebsd installation media References: Message-ID: Processing control commands: > reopen -1 Bug #776338 {Done: Stefan Lippers-Hollmann } [src:wpa] wpa: wpasupplicant-udeb missing from kfreebsd installation media Bug reopened Ignoring request to alter fixed versions of bug #776338 to the same values previously set > severity -1 wishlist Bug #776338 [src:wpa] wpa: wpasupplicant-udeb missing from kfreebsd installation media Severity set to 'wishlist' from 'important' > block -1 by 776346 Bug #776338 [src:wpa] wpa: wpasupplicant-udeb missing from kfreebsd installation media 776338 was not blocked by any bugs. 776338 was not blocking any bugs. Added blocking bug(s) of 776338: 776346 -- 776338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776338 Debian Bug Tracking System Contact owner at bugs.debian.org with problems