From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efSRf-0002uY-1z for guix-patches@gnu.org; Sat, 27 Jan 2018 10:31:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efSRa-0003SI-58 for guix-patches@gnu.org; Sat, 27 Jan 2018 10:31:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37493) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1efSRa-0003SB-0o for guix-patches@gnu.org; Sat, 27 Jan 2018 10:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1efSRZ-0005ej-SQ for guix-patches@gnu.org; Sat, 27 Jan 2018 10:31:01 -0500 Subject: [bug#30269] gnurl: revert last commit, gnurl: update to 7.58.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efSQw-0002cB-Hq for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efSQr-0003AA-UP for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:22 -0500 Received: from aibo.runbox.com ([91.220.196.211]:49896) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1efSQr-00038t-KM for guix-patches@gnu.org; Sat, 27 Jan 2018 10:30:17 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1efSQq-0007PD-7w for guix-patches@gnu.org; Sat, 27 Jan 2018 16:30:16 +0100 Received: from dslb-088-078-030-190.088.078.pools.vodafone-ip.de ([88.78.30.190] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1efSQT-0001jU-BI for guix-patches@gnu.org; Sat, 27 Jan 2018 16:29:53 +0100 From: ng0@n0.is Date: Sat, 27 Jan 2018 15:29:54 +0000 Message-ID: <871sib7219.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: 30269@debbugs.gnu.org --=-=-= Content-Type: text/plain I still have to write the release announcement, but here is the update to 7.58.0 for gnurl. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-Revert-gnu-gnurl-Add-with-ca-bundle-path-to-configur.patch Content-Transfer-Encoding: 8bit >From 83dd89710e0fcd82942bd5f708198c81eb9a50e8 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Jan 2018 15:15:57 +0000 Subject: [PATCH 1/2] Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags." This reverts commit 8bf127d5ab5f95dc606fbec2b8de5c942dd79b9d. It broke building gnurl in non-reproducible ways. --- gnu/packages/gnunet.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 5e47f2ebf..30db585a8 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Mark H Weaver -;;; Copyright © 2016, 2017, 2018 ng0 +;;; Copyright © 2016, 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -205,8 +205,7 @@ authentication and support for SSL3 and TLS.") ("pkg-config" ,pkg-config) ("python" ,python-2))) (arguments - `(#:configure-flags (list "--disable-ntlm-wb" - "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt") + `(#:configure-flags (list "--disable-ntlm-wb") #:test-target "test" #:parallel-tests? #f #:phases -- 2.16.1 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0002-gnu-gnurl-Update-to-7.58.0.patch Content-Transfer-Encoding: 8bit >From 4d20f2413247b5d4b49796cd7759d9e71c8e143b Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Jan 2018 15:25:55 +0000 Subject: [PATCH 2/2] gnu: gnurl: Update to 7.58.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.58.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 30db585a8..7aa429f63 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 Mark H Weaver -;;; Copyright © 2016, 2017 ng0 +;;; Copyright © 2016, 2017, 2018 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -185,13 +185,13 @@ authentication and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.57.0") + (version "7.58.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz")) (sha256 (base32 - "0cl2x1jddnhn1z8gd75w6k7lb6pymn5rf2vqgl2vdkbxsz677z07")))) + "1yyswsz0csplqi8hlhqaxlafqn5kh5016j8k2gaxziv4cb343znx")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages -- 2.16.1 --=-=-= Content-Type: text/plain -- ng0 :: https://ea.n0.is A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/ --=-=-=--