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

This updates curl to 7.51.0:
https://curl.haxx.se/changes.html#7_51_0

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

* [PATCH] gnu: curl: Update replacement to 7.51.0.
  2016-11-02  9:04 [PATCH] curl ng0
@ 2016-11-02  9:04 ` ng0
  2016-11-02  9:12   ` Marius Bakke
  0 siblings, 1 reply; 4+ messages in thread
From: ng0 @ 2016-11-02  9:04 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.51.0.
(curl-7.50.3): Replace with ...
(curl-7.51.0): ... this.
---
 gnu/packages/curl.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 5cd8086..5d92e03 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -40,7 +40,7 @@
 (define-public curl
   (package
    (name "curl")
-   (replacement curl-7.50.3)
+   (replacement curl-7.51.0)
    (version "7.47.0")
    (source (origin
             (method url-fetch)
@@ -125,15 +125,15 @@ tunneling, and so on.")
                                   "See COPYING in the distribution."))
    (home-page "http://curl.haxx.se/")))
 
-(define curl-7.50.3
+(define curl-7.51.0
   (package
     (inherit curl)
     (source
-      (let ((version "7.50.3"))
+      (let ((version "7.51.0"))
         (origin
           (method url-fetch)
           (uri (string-append "https://curl.haxx.se/download/curl-"
                               version ".tar.lzma"))
           (sha256
            (base32
-            "1spmk0345hq0sgpwxs8d410268lmg3wf1x9v23hxff7wxki5fm4c")))))))
+            "0605f28m2kxjcxrcfcv1ja353gv167lwyxjc3xizqbwppdmmzvwy")))))))
-- 
2.10.1

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

* Re: [PATCH] gnu: curl: Update replacement to 7.51.0.
  2016-11-02  9:04 ` [PATCH] gnu: curl: Update replacement to 7.51.0 ng0
@ 2016-11-02  9:12   ` Marius Bakke
  2016-11-02  9:18     ` Roel Janssen
  0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2016-11-02  9:12 UTC (permalink / raw)
  To: ng0, guix-devel

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

ng0 <ng0@we.make.ritual.n0.is> writes:

> * gnu/packages/curl.scm (curl)[replacement]: Update to 7.51.0.
> (curl-7.50.3): Replace with ...
> (curl-7.51.0): ... this.

Ha, I should learn to check the inbox before submitting patches!

I haven't done grafts before, so would like a second opinion before
pushing, but happy to take this version. The CVE entries should be
mentioned, though.

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

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

* Re: [PATCH] gnu: curl: Update replacement to 7.51.0.
  2016-11-02  9:12   ` Marius Bakke
@ 2016-11-02  9:18     ` Roel Janssen
  0 siblings, 0 replies; 4+ messages in thread
From: Roel Janssen @ 2016-11-02  9:18 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel


Marius Bakke writes:

> ng0 <ng0@we.make.ritual.n0.is> writes:
>
>> * gnu/packages/curl.scm (curl)[replacement]: Update to 7.51.0.
>> (curl-7.50.3): Replace with ...
>> (curl-7.51.0): ... this.
>
> Ha, I should learn to check the inbox before submitting patches!
>
> I haven't done grafts before, so would like a second opinion before
> pushing, but happy to take this version. The CVE entries should be
> mentioned, though.

Both patches look good to me.  They do the same thing.

Kind regards,
Roel Janssen

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

end of thread, other threads:[~2016-11-02  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02  9:04 [PATCH] curl ng0
2016-11-02  9:04 ` [PATCH] gnu: curl: Update replacement to 7.51.0 ng0
2016-11-02  9:12   ` Marius Bakke
2016-11-02  9:18     ` Roel Janssen

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.