diff options
author | Leo Famulari <leo@famulari.name> | 2016-03-21 12:22:31 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-21 12:22:31 -0400 |
commit | 09ec508a4c14d1bc09622d98f796548d79ab0552 (patch) | |
tree | 86cc5a2a67d35ad796bfa33d67869d670d65822e /gnu/packages/curl.scm | |
parent | 2dbed47f5c09347c9af42c5f5bacfccbc1ab4aff (diff) | |
parent | 71cafa0472a15f2234e24d3c6d8019ebb38685b0 (diff) | |
download | guix-09ec508a4c14d1bc09622d98f796548d79ab0552.tar guix-09ec508a4c14d1bc09622d98f796548d79ab0552.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/curl.scm')
-rw-r--r-- | gnu/packages/curl.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index 46e0fa0f16..222910b655 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -54,16 +54,7 @@ (inputs `(("gnutls" ,gnutls) ("gss" ,gss) ("libidn" ,libidn) - - ;; XXX libssh2-1.4 is a temporary package for use only by curl, - ;; to allow most users of libssh2 to get the security update for - ;; CVE-2016-7087 while postponing the large number of rebuilds - ;; entailed by updating curl. Soon, curl should be updated to - ;; use the latest libssh2 and libssh2-1.4 should be removed. - - ;; XXX libssh2-1.4 is vulnerable to CVE-2016-0787. - ("libssh2" ,libssh2-1.4) - + ("libssh2" ,libssh2) ("openldap" ,openldap) ("zlib" ,zlib))) (native-inputs |