diff options
author | David Thiel <lx@FreeBSD.org> | 2009-11-19 19:59:42 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2009-11-19 19:59:42 +0000 |
commit | 713f338423537157405a2f8b2c4e607fe16a9ab7 (patch) | |
tree | 12ea4f681fe7c2c54c89ea6e3f8452a2fe14ddaf /security/libssh2 | |
parent | 478ad46278132b4f78d39d702dc98c4fe8848cbe (diff) | |
download | ports-713f338423537157405a2f8b2c4e607fe16a9ab7.tar.gz ports-713f338423537157405a2f8b2c4e607fe16a9ab7.zip |
Update to 1.2.2.
PR: ports/140626
Submitted by: David Naylor
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=244477
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 |