GNU bug report logs - #30269
gnurl: revert last commit, gnurl: update to 7.58.0

Previous Next

Package: guix-patches;

Reported by: ng0 <at> n0.is

Date: Sat, 27 Jan 2018 15:31:01 UTC

Severity: normal

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ng0 <at> n0.is
To: guix-patches <at> gnu.org
Subject: gnurl: revert last commit, gnurl: update to 7.58.0
Date: Sat, 27 Jan 2018 15:29:54 +0000
[Message part 1 (text/plain, inline)]
I still have to write the release announcement, but here is the
update to 7.58.0 for gnurl.

[0001-Revert-gnu-gnurl-Add-with-ca-bundle-path-to-configur.patch (text/x-patch, inline)]
From 83dd89710e0fcd82942bd5f708198c81eb9a50e8 Mon Sep 17 00:00:00 2001
From: ng0 <ng0 <at> n0.is>
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 <efraim <at> flashner.co.il>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado <at> elephly.net>
 ;;; Copyright © 2016 Mark H Weaver <mhw <at> netris.org>
-;;; Copyright © 2016, 2017, 2018 ng0 <ng0 <at> n0.is>
+;;; Copyright © 2016, 2017 ng0 <ng0 <at> n0.is>
 ;;;
 ;;; 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

[0002-gnu-gnurl-Update-to-7.58.0.patch (text/x-patch, inline)]
From 4d20f2413247b5d4b49796cd7759d9e71c8e143b Mon Sep 17 00:00:00 2001
From: ng0 <ng0 <at> n0.is>
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 <efraim <at> flashner.co.il>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado <at> elephly.net>
 ;;; Copyright © 2016 Mark H Weaver <mhw <at> netris.org>
-;;; Copyright © 2016, 2017 ng0 <ng0 <at> n0.is>
+;;; Copyright © 2016, 2017, 2018 ng0 <ng0 <at> n0.is>
 ;;;
 ;;; 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

[Message part 4 (text/plain, inline)]
-- 
ng0 :: https://ea.n0.is
A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/

This bug report was last modified 7 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.