Hi,

This diff updates libssh2 to the latest release 1.2.2.
Tested on amd64/sparc64.

Comments ? OK ?

Cheers,
benoit


Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libssh2/Makefile,v
retrieving revision 1.4
diff -N -u Makefile
--- Makefile    2 Oct 2009 12:55:00 -0000       1.4
+++ Makefile    21 Nov 2009 08:59:02 -0000
@@ -2,9 +2,9 @@
 
 COMMENT =              library implementing the SSH2 protocol
 
-DISTNAME =             libssh2-1.2.1
+DISTNAME =             libssh2-1.2.2
 CATEGORIES =           security
-SHARED_LIBS +=         ssh2    4.0     # .1.1
+SHARED_LIBS +=         ssh2    4.1     # .1.1
 
 HOMEPAGE =              http://www.libssh2.org/
 
@@ -19,7 +19,7 @@
 
 WANTLIB =              crypto ssl z
 
-MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=libssh2/}
+MASTER_SITES =         http://www.libssh2.org/download/
 
 CONFIGURE_STYLE =      gnu
 USE_LIBTOOL =          Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/libssh2/distinfo,v
retrieving revision 1.4
diff -N -u distinfo
--- distinfo    2 Oct 2009 12:55:00 -0000       1.4
+++ distinfo    21 Nov 2009 08:59:02 -0000
@@ -1,5 +1,5 @@
-MD5 (libssh2-1.2.1.tar.gz) = TuAZeUejuKRHIyjDRuGg5A==
-RMD160 (libssh2-1.2.1.tar.gz) = EtoyzGofed02JwN2RbhI9L8ceyA=
-SHA1 (libssh2-1.2.1.tar.gz) = /F5mCJNAzOHPA6jP11tvFe1Z0ww=
-SHA256 (libssh2-1.2.1.tar.gz) = 0iVAO72MDC7MXcjj8OgVJYGJZfKFrUuLTC8dVPP5yFQ=
-SIZE (libssh2-1.2.1.tar.gz) = 533302
+MD5 (libssh2-1.2.2.tar.gz) = +o2c1CW91i9XJE/GH7VNpw==
+RMD160 (libssh2-1.2.2.tar.gz) = IekPlXAZwR0ERzUsWsGcncP43Vw=
+SHA1 (libssh2-1.2.2.tar.gz) = 0aUs1JSe/HvvzWEFLef85K4+dBU=
+SHA256 (libssh2-1.2.2.tar.gz) = HioTOxEaNnxXm4nXLV2p5lpzuOVyArkdVApRFBrKaao=
+SIZE (libssh2-1.2.2.tar.gz) = 535430
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/libssh2/pkg/PLIST,v
retrieving revision 1.4
diff -N -u pkg/PLIST
--- pkg/PLIST   2 Oct 2009 12:55:03 -0000       1.4
+++ pkg/PLIST   21 Nov 2009 08:59:02 -0000
@@ -42,6 +42,7 @@
 @man man/man3/libssh2_knownhost_add.3
 @man man/man3/libssh2_knownhost_check.3
 @man man/man3/libssh2_knownhost_del.3
+...@man man/man3/libssh2_knownhost_free.3
 @man man/man3/libssh2_knownhost_get.3
 @man man/man3/libssh2_knownhost_init.3
 @man man/man3/libssh2_knownhost_readfile.3

Reply via email to