From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNYiF-0003t6-7i for guix-patches@gnu.org; Mon, 06 May 2019 04:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNYiE-000180-DG for guix-patches@gnu.org; Mon, 06 May 2019 04:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42099) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNYiE-00017u-AA for guix-patches@gnu.org; Mon, 06 May 2019 04:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNYiE-0004Mm-3g for guix-patches@gnu.org; Mon, 06 May 2019 04:11:02 -0400 Subject: [bug#35563] WPA Supplicant 2.8 Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87sgtudw3h.fsf@fastmail.com> Date: Mon, 06 May 2019 10:10:42 +0200 In-Reply-To: <87sgtudw3h.fsf@fastmail.com> (Marius Bakke's message of "Sat, 04 May 2019 18:26:42 +0200") Message-ID: <874l68ngu5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 35563@debbugs.gnu.org Hello Marius, Marius Bakke skribis: > Attached is a security update for WPA Supplicant. > > The new version toggles a lot of build-time options to more closely > resemble what Debian and Arch do. Unfortunately the new defaults > appears to require OpenSSL instead of GnuTLS. What happens when you keep CONFIG_TLS=3Dgnutls? > From 194bb2914a0724587f04dd03cb4dd40465887248 Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Tue, 30 Apr 2019 00:05:36 +0200 > Subject: [PATCH] gnu: wpa_supplicant: Update to 2.8 [security fixes]. > > This release fixes CVE-2019-9494, CVE-2019-9495, CVE-2019-9496, CVE-2019-= 9497, > CVE-2019-9498, CVE-2019-9499, and CVE-2019-11555. > > * gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.8. > [source](snippet): New field. Disable D-Bus. > [arguments]: Remove now-default CONFIG_DEBUG_SYSLOG=3Dy. Change CONFIG_T= LS to > use OpenSSL rather than GnuTLS. > [inputs]: Remove GNUTLS and LIBGCRYPT. Add OPENSSL-NEXT. > (wpa-supplicant)[arguments]: Remove obsolete CONFIG_CTRL_IFACE_DBUS=3Dy. [...] > + (substitute* "wpa_supplicant/defconfig" > + ;; Disable D-Bus by default. > + (("^CONFIG_CTRL_IFACE_DBUS_" line _) > + (string-append "#" line))) This change is unrelated to the upgrade, right? It would break Connman (which expects to talk to wpa_supplicant over D-Bus), as well as NetworkManager probably, no? Or am I missing something? I=E2=80=99d like to have to make sure wpa_supplicant works well in the 1.0.1 installer. :-) Thanks for looking into it! Ludo=E2=80=99.