diff options
author | drochner <drochner@pkgsrc.org> | 2009-11-20 16:45:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-11-20 16:45:30 +0000 |
commit | 4f4f3854dc0099200936297e66ae7a0e114386cc (patch) | |
tree | 83193d7ce3ab0a12e594d4f23bee5da352426160 /security/libssh2 | |
parent | ac3624e6a408fe3db22ee040facf2d253ac2bbb6 (diff) | |
download | pkgsrc-4f4f3854dc0099200936297e66ae7a0e114386cc.tar.gz |
update to 1.2.2
changes:
-Support for the "aes128-ctr", "aes192-ctr", "aes256-ctr" ciphers
-Support for the "arcfour128" cipher
-Fix crash when server sends an invalid SSH_MSG_IGNORE message
Diffstat (limited to 'security/libssh2')
-rw-r--r-- | security/libssh2/Makefile | 7 | ||||
-rw-r--r-- | security/libssh2/PLIST | 3 | ||||
-rw-r--r-- | security/libssh2/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index fb5218f87b1..babfab13da3 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2009/11/15 20:07:45 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2009/11/20 16:45:30 drochner Exp $ # -DISTNAME= libssh2-1.2.1 +DISTNAME= libssh2-1.2.2 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libssh2/} +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libssh2/} +MASTER_SITES= http://www.libssh2.org/download/ MAINTAINER= bjs@NetBSD.org HOMEPAGE= http://libssh2.sourceforge.net/ diff --git a/security/libssh2/PLIST b/security/libssh2/PLIST index de2bde95e3e..51d3fa77a6d 100644 --- a/security/libssh2/PLIST +++ b/security/libssh2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/11/15 20:07:45 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/11/20 16:45:30 drochner Exp $ include/libssh2.h include/libssh2_publickey.h include/libssh2_sftp.h @@ -39,6 +39,7 @@ man/man3/libssh2_hostkey_hash.3 man/man3/libssh2_knownhost_add.3 man/man3/libssh2_knownhost_check.3 man/man3/libssh2_knownhost_del.3 +man/man3/libssh2_knownhost_free.3 man/man3/libssh2_knownhost_get.3 man/man3/libssh2_knownhost_init.3 man/man3/libssh2_knownhost_readfile.3 diff --git a/security/libssh2/distinfo b/security/libssh2/distinfo index 1cbcbab5adc..ff8574b8a5f 100644 --- a/security/libssh2/distinfo +++ b/security/libssh2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/11/15 20:07:45 drochner Exp $ +$NetBSD: distinfo,v 1.3 2009/11/20 16:45:30 drochner Exp $ -SHA1 (libssh2-1.2.1.tar.gz) = fc5e66089340cce1cf03a8cfd75b6f15ed59d30c -RMD160 (libssh2-1.2.1.tar.gz) = 12da32cc6a1f79dd3627037645b848f4bf1c7b20 -Size (libssh2-1.2.1.tar.gz) = 533302 bytes +SHA1 (libssh2-1.2.2.tar.gz) = d1a52cd4949efc7befcd61052de7fce4ae3e7415 +RMD160 (libssh2-1.2.2.tar.gz) = 21e90f957019c11d0447352c5ac19c9dc3f8dd5c +Size (libssh2-1.2.2.tar.gz) = 535430 bytes |