summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTreeve Jelbert2019-09-09 12:03:54 +0200
committerTreeve Jelbert2019-09-09 16:06:27 +0200
commit40cd6fb88cfb4aeee8c7b7f28b4fbb200b01a0f4 (patch)
treeb8bbb3a8f722a68b877bc510f095934d9305dee0 /crypto
parent726af38e8c64aa48df4ab62941d339c00a235a7d (diff)
libssh: => 0.9.0
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/libssh/DEPENDS2
-rwxr-xr-xcrypto/libssh/DETAILS2
-rw-r--r--crypto/libssh/HISTORY4
3 files changed, 6 insertions, 2 deletions
diff --git a/crypto/libssh/DEPENDS b/crypto/libssh/DEPENDS
index 7969f337a9..ea653e1af4 100755
--- a/crypto/libssh/DEPENDS
+++ b/crypto/libssh/DEPENDS
@@ -1,3 +1,3 @@
depends cmake &&
depends zlib &&
-depends SSL
+depends libgcrypt ' -DWITH_GCRYPT=1'
diff --git a/crypto/libssh/DETAILS b/crypto/libssh/DETAILS
index fcdafafb40..76e06ab934 100755
--- a/crypto/libssh/DETAILS
+++ b/crypto/libssh/DETAILS
@@ -1,5 +1,5 @@
SPELL=libssh
- VERSION=0.8.4
+ VERSION=0.9.0
SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
diff --git a/crypto/libssh/HISTORY b/crypto/libssh/HISTORY
index c047aeae26..a6fc948656 100644
--- a/crypto/libssh/HISTORY
+++ b/crypto/libssh/HISTORY
@@ -1,3 +1,7 @@
+2019-09-09 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.0
+ * DEPENDS: use libgcrypt, fixes build
+
2018-10-17 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.8.4
SECURITY_PATCH++ fix CVE-2018-10933