all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Update gnurl.
@ 2016-11-02 20:13 ng0
  2016-11-02 20:13 ` [PATCH] gnu: gnurl: Update to 7.51.0 ng0
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-11-02 20:13 UTC (permalink / raw)
  To: guix-devel

I just released the new gnurl version to sync up with curl.

As was pointed out in irc, there's a design decision in curl which could be fixed,
a hardcoded ca-path. Can someone who knows a bit about this open a bug at guix addressing this?
Just from reading and searching I do not know which part could be fixed so that it fits your
needs. I do not require exact code locations, just what am I looking for? something /etc/some/path/ and /some/other/alternative/ else; nothing .. grep for /etc/, ca-certificate, certificate and others do not return many results so it should be easy if it is included in those results.

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

* [PATCH] gnu: gnurl: Update to 7.51.0.
  2016-11-02 20:13 [PATCH] Update gnurl ng0
@ 2016-11-02 20:13 ` ng0
  2016-11-03  3:30   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-11-02 20:13 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/gnunet.scm (gnurl): Update to 7.51.0.
---
 gnu/packages/gnunet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 6d9c3c8..bcefa42 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -163,7 +163,7 @@ and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.50.3")
+   (version "7.51.0")
    (source (origin
             (method url-fetch)
             (uri (let ((version-with-underscores
@@ -172,7 +172,7 @@ and support for SSL3 and TLS.")
                                   name "-" version-with-underscores ".tar.bz2")))
             (sha256
              (base32
-              "07ij9mj60kpfrmi0436k14b1d1idsj79nk4w5h3bia69arzp2cnk"))))
+              "1rgl4agrzghvyfz1afk1p5ryq4b9cz28lavx8ikrav6aiv9h00ig"))))
    (build-system gnu-build-system)
    (inputs `(("gnutls" ,gnutls)
              ("libidn" ,libidn)
-- 
2.10.1

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

* Re: [PATCH] gnu: gnurl: Update to 7.51.0.
  2016-11-02 20:13 ` [PATCH] gnu: gnurl: Update to 7.51.0 ng0
@ 2016-11-03  3:30   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2016-11-03  3:30 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

On Wed, Nov 02, 2016 at 08:13:46PM +0000, ng0 wrote:
> * gnu/packages/gnunet.scm (gnurl): Update to 7.51.0.

Thanks! I added the CVE IDs covered by the update and pushed.

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

end of thread, other threads:[~2016-11-03  3:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 20:13 [PATCH] Update gnurl ng0
2016-11-02 20:13 ` [PATCH] gnu: gnurl: Update to 7.51.0 ng0
2016-11-03  3:30   ` Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.