summaryrefslogtreecommitdiffstats
path: root/crypto/libssh2/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libssh2/DETAILS')
-rwxr-xr-xcrypto/libssh2/DETAILS10
1 files changed, 7 insertions, 3 deletions
diff --git a/crypto/libssh2/DETAILS b/crypto/libssh2/DETAILS
index 680ece2b3d..56c895da15 100755
--- a/crypto/libssh2/DETAILS
+++ b/crypto/libssh2/DETAILS
@@ -1,16 +1,20 @@
SPELL=libssh2
- VERSION=1.2.8
- SOURCE_HASH=sha512:9123933827b60e24ccbdba0da7fccd47a6b8d4a25c5709852d2ec0fad155d30b0ebd6d21d01102b40bafdd1983bd1b972cb7385eae292d1a983232397bdc4f7f
+ VERSION=1.3.0
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=279D5C91.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.libssh2.org/download/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
LICENSE[0]=BSD
WEB_SITE=http://www.libssh2.org/
ENTERED=20070130
KEYWORDS="crypto"
SHORT="a library implementing the SSH2 protocol"
cat << EOF
-libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts.
+libssh2 is a library implementing the SSH2 protocol as defined by Internet
+Drafts.
This library is not related to, derived from, or meant to supersede libssh.
They are different projects using different code bases.
EOF