all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32134] [PATCH] gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500].
@ 2018-07-12 14:42 Leo Famulari
  2018-07-12 18:41 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-07-12 14:42 UTC (permalink / raw)
  To: 32134

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0.
(curl-7.60.0): Replace with ...
(curl-7.61.0): ... new variable.
---
 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 65bc69838..e724fd147 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -51,7 +51,7 @@
   (package
    (name "curl")
    (version "7.59.0")
-   (replacement curl-7.60.0)
+   (replacement curl-7.61.0)
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-"
@@ -141,10 +141,10 @@ tunneling, and so on.")
                                   "See COPYING in the distribution."))
    (home-page "https://curl.haxx.se/")))
 
-(define-public curl-7.60.0
+(define-public curl-7.61.0
   (package
     (inherit curl)
-    (version "7.60.0")
+    (version "7.61.0")
     (source
       (origin
         (method url-fetch)
@@ -152,7 +152,7 @@ tunneling, and so on.")
                             version ".tar.xz"))
         (sha256
          (base32
-          "1876ck0smbqz3xakm7s6q6gh4zarh9pv3izf4vlzgpc9xn6zydl7"))))))
+          "080p9r2kln8cbfj0rqfn6wqp5kdn9k5wp720nirkcw845lcmavpg"))))))
 
 (define-public kurly
   (package
-- 
2.18.0

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

* [bug#32134] [PATCH] gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500].
  2018-07-12 14:42 [bug#32134] [PATCH] gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500] Leo Famulari
@ 2018-07-12 18:41 ` Marius Bakke
  2018-07-12 22:51   ` bug#32134: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2018-07-12 18:41 UTC (permalink / raw)
  To: Leo Famulari, 32134

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

Leo Famulari <leo@famulari.name> writes:

> * gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0.
> (curl-7.60.0): Replace with ...
> (curl-7.61.0): ... new variable.

LGTM, thanks!

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

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

* bug#32134: [PATCH] gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500].
  2018-07-12 18:41 ` Marius Bakke
@ 2018-07-12 22:51   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-07-12 22:51 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 32134-done

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

On Thu, Jul 12, 2018 at 08:41:23PM +0200, Marius Bakke wrote:
> Leo Famulari <leo@famulari.name> writes:
> 
> > * gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0.
> > (curl-7.60.0): Replace with ...
> > (curl-7.61.0): ... new variable.
> 
> LGTM, thanks!

Thanks! Pushed as b11844034d772f3eba71664f77aebbb69a353790

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

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

end of thread, other threads:[~2018-07-12 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12 14:42 [bug#32134] [PATCH] gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500] Leo Famulari
2018-07-12 18:41 ` Marius Bakke
2018-07-12 22:51   ` bug#32134: " 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.