From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1DnV-0005FD-Ie for guix-patches@gnu.org; Thu, 20 Apr 2017 11:15:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1DnS-0004UM-9U for guix-patches@gnu.org; Thu, 20 Apr 2017 11:15:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60949) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1DnS-0004UE-6S for guix-patches@gnu.org; Thu, 20 Apr 2017 11:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1DnS-0000iI-2E for guix-patches@gnu.org; Thu, 20 Apr 2017 11:15:02 -0400 Subject: bug#26577: gnurl: Update to 7.54.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1Dmw-00056L-0X for guix-patches@gnu.org; Thu, 20 Apr 2017 11:14:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1Dms-0004HJ-N5 for guix-patches@gnu.org; Thu, 20 Apr 2017 11:14:29 -0400 Received: from perdizione.investici.org ([94.23.50.208]:63431) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d1Dms-0004Gn-Cy for guix-patches@gnu.org; Thu, 20 Apr 2017 11:14:26 -0400 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 102981204AA for ; Thu, 20 Apr 2017 15:14:24 +0000 (UTC) Date: Thu, 20 Apr 2017 15:14:18 +0000 From: ng0 Message-ID: <20170420151418.pzafnhm62ikeautn@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="cvcam7iut7tqnfch" Content-Disposition: inline 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: 26577@debbugs.gnu.org --cvcam7iut7tqnfch Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Appended patch updates gnurl to 7.54.0 --cvcam7iut7tqnfch Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Update-to-7.54.0-fixes-CVE-2017-7468.patch" Content-Transfer-Encoding: quoted-printable =46rom c77c7ec780f1e1e05b949156643400a82d94cfed Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Thu, 20 Apr 2017 00:38:25 +0000 Subject: [PATCH 1/2] gnu: gnurl: Update to 7.54.0 [fixes CVE-2017-7468] * gnu/packages/gnunet.scm (gnurl): Update to 7.54.0. --- gnu/packages/gnunet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 7bc17ad06..44d612989 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright =C2=A9 2015 Efraim Flashner ;;; Copyright =C2=A9 2016 Ricardo Wurmus ;;; Copyright =C2=A9 2016 Mark H Weaver -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -184,14 +184,14 @@ and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.53.1") + (version "7.54.0") (source (origin (method url-fetch) (uri (string-append "https://gnunet.org/sites/default/files/" name "-" version ".tar.bz2")) (sha256 (base32 - "1ah2304cm6y7d201vdph170mrwxmg6r72v2zsxzjn0jk68d8kb6d")))) + "1ww346cdsxln6iq158a4wm38bmicg5wspd2c83gnqf1glx22hza0")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages --=20 2.12.2 --cvcam7iut7tqnfch--