diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 11:33:41 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:31 +0200 |
commit | 09a3f7c6fcbb5c63ecd402daef7fd9714d3720d3 (patch) | |
tree | b838ec81e3fe932d6987fe6456efd8d9a0ebc0fb /gnu/packages/ssh.scm | |
parent | ca934bb410233d98b062d124bbc6daf7296b1a41 (diff) | |
download | guix-09a3f7c6fcbb5c63ecd402daef7fd9714d3720d3.tar.gz |
gnu: libssh2: Update to 1.10.0.
* gnu/packages/ssh.scm (libssh2): Update to 1.10.0. [source](patches): Remove. * gnu/packages/patches/libssh2-CVE-2019-17498.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index aa540c1012..db1aa0d595 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -159,7 +159,7 @@ applications.") (define-public libssh2 (package (name "libssh2") - (version "1.9.0") + (version "1.10.0") (source (origin (method url-fetch) (uri (string-append @@ -167,8 +167,7 @@ applications.") version ".tar.gz")) (sha256 (base32 - "1zfsz9nldakfz61d2j70pk29zlmj7w2vv46s9l3x2prhcgaqpyym")) - (patches (search-patches "libssh2-CVE-2019-17498.patch")))) + "0l8xwhhscvss7q007vpbkbv7jh9s43579rx2sf8lnfgd7l7yjr1d")))) (build-system gnu-build-system) ;; The installed libssh2.pc file does not include paths to libgcrypt and ;; zlib libraries, so we need to propagate the inputs. |