summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-10-24 08:02:11 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-10-24 08:09:47 +0200
commit91f2daa58dd460482da05e5b4d87a2f170012cbe (patch)
tree2dc5155e6ed75d95de294857d46ff46daaa535b8 /gnu/packages
parentfc9a93cbf9d512e29cd23db93c3abe516ecf5f98 (diff)
downloadguix-91f2daa58dd460482da05e5b4d87a2f170012cbe.tar.gz
gnu: curl: Update replacement to 7.56.1 [fixes CVE-2017-1000257].
* gnu/packages/curl.scm (curl-7.56.0): Rename to ...
(curl-7.56.1): ... this.  Update to 7.56.1.
(curl)[replacement]: Adjust accordingly.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/curl.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 30e03e6c69..2e4a48d1ef 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -43,7 +43,7 @@
   (package
    (name "curl")
    (version "7.55.1")
-   (replacement curl-7.56.0)
+   (replacement curl-7.56.1)
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-"
@@ -123,10 +123,10 @@ tunneling, and so on.")
                                   "See COPYING in the distribution."))
    (home-page "https://curl.haxx.se/")))
 
-(define-public curl-7.56.0
+(define-public curl-7.56.1
   (package
     (inherit curl)
-    (version "7.56.0")
+    (version "7.56.1")
     (source
       (origin
         (method url-fetch)
@@ -134,4 +134,4 @@ tunneling, and so on.")
                             version ".tar.xz"))
         (sha256
          (base32
-          "0wni3zkw7jyrwgwkqnrkf2x2b7c78wsp7p4z6a246hz9l367nhrj"))))))
+          "1l9r386qz7l7h4n5lysrf1wq93lyc72a7shgg9b8s5d0ycn2ivcf"))))))