unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30269] gnurl: revert last commit, gnurl: update to 7.58.0
@ 2018-01-27 15:29 ng0
  2018-01-27 17:52 ` bug#30269: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2018-01-27 15:29 UTC (permalink / raw)
  To: 30269

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

I still have to write the release announcement, but here is the
update to 7.58.0 for gnurl.


[-- Attachment #2: 0001-Revert-gnu-gnurl-Add-with-ca-bundle-path-to-configur.patch --]
[-- Type: text/x-patch, Size: 1341 bytes --]

From 83dd89710e0fcd82942bd5f708198c81eb9a50e8 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@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@flashner.co.il>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2017, 2018 ng0 <ng0@n0.is>
+;;; Copyright © 2016, 2017 ng0 <ng0@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


[-- Attachment #3: 0002-gnu-gnurl-Update-to-7.58.0.patch --]
[-- Type: text/x-patch, Size: 1463 bytes --]

From 4d20f2413247b5d4b49796cd7759d9e71c8e143b Mon Sep 17 00:00:00 2001
From: ng0 <ng0@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@flashner.co.il>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
+;;; Copyright © 2016, 2017, 2018 ng0 <ng0@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


[-- Attachment #4: Type: text/plain, Size: 95 bytes --]

-- 
ng0 :: https://ea.n0.is
A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30269: gnurl: revert last commit, gnurl: update to 7.58.0
  2018-01-27 15:29 [bug#30269] gnurl: revert last commit, gnurl: update to 7.58.0 ng0
@ 2018-01-27 17:52 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2018-01-27 17:52 UTC (permalink / raw)
  To: ng0, 30269-done

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

ng0@n0.is writes:

> I still have to write the release announcement, but here is the
> update to 7.58.0 for gnurl.

Pushed, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-27 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-27 15:29 [bug#30269] gnurl: revert last commit, gnurl: update to 7.58.0 ng0
2018-01-27 17:52 ` bug#30269: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).