From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxa3v-0005Fd-Ce for guix-patches@gnu.org; Sat, 23 Feb 2019 11:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxa3u-0006SA-LU for guix-patches@gnu.org; Sat, 23 Feb 2019 11:22:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35986) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxa3u-0006Rj-Bg for guix-patches@gnu.org; Sat, 23 Feb 2019 11:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gxa3u-0000hV-3H for guix-patches@gnu.org; Sat, 23 Feb 2019 11:22:02 -0500 Subject: [bug#34632] [PATCH 0/2] Change from GSS to MIT-KRB5. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:48905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxa2x-0004r6-Um for guix-patches@gnu.org; Sat, 23 Feb 2019 11:21:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxa2x-0005yr-7j for guix-patches@gnu.org; Sat, 23 Feb 2019 11:21:03 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:46233) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxa2w-0005o7-Fw for guix-patches@gnu.org; Sat, 23 Feb 2019 11:21:03 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id C633D3249 for ; Sat, 23 Feb 2019 11:20:44 -0500 (EST) Received: from localhost (140.226.16.62.customer.cdi.no [62.16.226.140]) by mail.messagingengine.com (Postfix) with ESMTPA id B169810318 for ; Sat, 23 Feb 2019 11:20:43 -0500 (EST) From: Marius Bakke Date: Sat, 23 Feb 2019 17:20:42 +0100 Message-Id: <20190223162042.18168-1-mbakke@fastmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 34632@debbugs.gnu.org The GNU Generic Security Service and friends have been unmaintained for many years now: . Since these libraries are security-critical, it would be good to switch to maintained implementations. WDYT? Marius Bakke (2): gnu: gsasl: Use the MIT Kerberos implementation instead of GSS. gnu: curl: Build against MIT Kerberos instead of GSS. gnu/packages/curl.scm | 10 ++++++---- gnu/packages/gsasl.scm | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) -- 2.20.1