diff options
author | johans <johans@FreeBSD.org> | 2015-05-14 12:02:47 +0000 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-05-14 12:02:47 +0000 |
commit | 35d7a641b1ce8e658fae849a8f2ff917d2bdb216 (patch) | |
tree | 01ddbc8f7a7129bb1de76c74cd0d1d47af9c2e87 | |
parent | a90d4ef31f14d6c37f46e889da05f4f49712fe35 (diff) | |
download | FreeBSD-ports-35d7a641b1ce8e658fae849a8f2ff917d2bdb216.zip FreeBSD-ports-35d7a641b1ce8e658fae849a8f2ff917d2bdb216.tar.gz |
Update to libssh 0.7.0
-rw-r--r-- | security/libssh/Makefile | 4 | ||||
-rw-r--r-- | security/libssh/distinfo | 4 | ||||
-rw-r--r-- | security/libssh/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 198bc9f..2f880be 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.6.5 +DISTVERSION= 0.7.0 CATEGORIES= security devel -MASTER_SITES= https://red.libssh.org/attachments/download/121/ +MASTER_SITES= https://red.libssh.org/attachments/download/140/ MAINTAINER= johans@FreeBSD.org COMMENT= Library implementing the SSH1 and SSH2 protocol diff --git a/security/libssh/distinfo b/security/libssh/distinfo index 893b64c..966f18d 100644 --- a/security/libssh/distinfo +++ b/security/libssh/distinfo @@ -1,2 +1,2 @@ -SHA256 (libssh-0.6.5.tar.xz) = 0fd52763e033d5e9b1cd55f60a74e619731c5ba630938eec95682dbe4cf7dc2c -SIZE (libssh-0.6.5.tar.xz) = 281564 +SHA256 (libssh-0.7.0.tar.xz) = 0551bc341f33641ddc349b31730b3010870ad26a4dbfad3d090a1738fe3e402b +SIZE (libssh-0.7.0.tar.xz) = 349548 diff --git a/security/libssh/pkg-plist b/security/libssh/pkg-plist index f02565f..9ca6c26 100644 --- a/security/libssh/pkg-plist +++ b/security/libssh/pkg-plist @@ -11,10 +11,10 @@ lib/cmake/libssh/libssh/libssh-config-version.cmake %%STATIC%%lib/libssh.a lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.5.1 +lib/libssh.so.4.4.0 %%STATIC%%lib/libssh_threads.a lib/libssh_threads.so lib/libssh_threads.so.4 -lib/libssh_threads.so.4.5.1 +lib/libssh_threads.so.4.4.0 libdata/pkgconfig/libssh.pc libdata/pkgconfig/libssh_threads.pc |