summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-12-17 02:19:07 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2018-12-17 02:19:07 +0100
commitb9d7b24d2c2a4c11e800a3ba6dc9585af852cbde (patch)
tree4fc7915fb03b9e399eb5a0c0a7ee24a08e612c0e
parentlibvncserver: add CVE-2018-7225 patch (diff)
downloadnixpkgs-b9d7b24d2c2a4c11e800a3ba6dc9585af852cbde.tar.gz
libssh: 0.7.6 -> 0.7.7
Bugfix release for the 0.7 branch to fix regressions from the security fixes. See https://www.libssh.org/2018/10/29/libssh-0-8-5-and-libssh-0-7-7/.
-rw-r--r--pkgs/development/libraries/libssh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libssh/default.nix b/pkgs/development/libraries/libssh/default.nix
index 1ec15e88f13d..e19538697bbd 100644
--- a/pkgs/development/libraries/libssh/default.nix
+++ b/pkgs/development/libraries/libssh/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, fetchpatch, pkgconfig, cmake, zlib, openssl, libsodium }:
stdenv.mkDerivation rec {
- name = "libssh-0.7.6";
+ name = "libssh-0.7.7";
src = fetchurl {
- url = "https://www.libssh.org/files/0.7/libssh-0.7.6.tar.xz";
- sha256 = "14hhdpn2hflywsi9d5bz2pfjxqkyi07znjij89cpakr7b4w7sq0x";
+ url = "https://www.libssh.org/files/0.7/libssh-0.7.7.tar.xz";
+ sha256 = "0m3ifsym36agij46allh3r8v00apqll9sf7bcgikknlwhc1v1plg";
};
patches = [