diff options
author | lx <lx@FreeBSD.org> | 2009-11-20 03:59:42 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2009-11-20 03:59:42 +0800 |
commit | 93d01ed0879a579fcb750606e64125276c8baa44 (patch) | |
tree | f90ac7c26fb746e80c9641e717aeca735d4c211d /security/libssh2 | |
parent | db0fb365d14872817c4ed6517df7a59b393009af (diff) | |
download | freebsd-ports-gnome-93d01ed0879a579fcb750606e64125276c8baa44.tar.gz freebsd-ports-gnome-93d01ed0879a579fcb750606e64125276c8baa44.tar.zst freebsd-ports-gnome-93d01ed0879a579fcb750606e64125276c8baa44.zip |
Update to 1.2.2.
PR: ports/140626
Submitted by: David Naylor
Feature safe: yes
Diffstat (limited to 'security/libssh2')
-rw-r--r-- | security/libssh2/Makefile | 3 | ||||
-rw-r--r-- | security/libssh2/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index b9da540ca0f0..a057d117bbd0 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libssh2 -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ @@ -65,6 +65,7 @@ MAN3= libssh2_banner_set.3 \ libssh2_knownhost_check.3 \ libssh2_knownhost_del.3 \ libssh2_knownhost_get.3 \ + libssh2_knownhost_free.3 \ libssh2_knownhost_init.3 \ libssh2_knownhost_readfile.3 \ libssh2_knownhost_readline.3 \ diff --git a/security/libssh2/distinfo b/security/libssh2/distinfo index adbc4e28d686..4bc143d6765a 100644 --- a/security/libssh2/distinfo +++ b/security/libssh2/distinfo @@ -1,3 +1,3 @@ -MD5 (libssh2-1.2.1.tar.gz) = 4ee0197947a3b8a4472328c346e1a0e4 -SHA256 (libssh2-1.2.1.tar.gz) = d225403bbd8c0c2ecc5dc8e3f0e81525818965f285ad4b8b4c2f1d54f3f9c854 -SIZE (libssh2-1.2.1.tar.gz) = 533302 +MD5 (libssh2-1.2.2.tar.gz) = fa8d9cd425bdd62f57244fc61fb54da7 +SHA256 (libssh2-1.2.2.tar.gz) = 1e2a133b111a367c579b89d72d5da9e65a73b8e57202b91d540a51141aca69aa +SIZE (libssh2-1.2.2.tar.gz) = 535430 |