Hi, This diff updates libssh2 to the latest release 1.4.3. Tested on amd64, regression ok. Remove the test concerning mansyntax.sh (spotted by rpointel@)
Comments ? OK ? Cheers, benoit
Index: Makefile =================================================================== RCS file: /cvs/ports/security/libssh2/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 26 Nov 2011 09:25:46 -0000 1.12 +++ Makefile 12 Jan 2013 15:49:35 -0000 @@ -2,9 +2,9 @@ COMMENT = library implementing the SSH2 protocol -DISTNAME = libssh2-1.3.0 +DISTNAME = libssh2-1.4.3 CATEGORIES = security -SHARED_LIBS += ssh2 5.1 # .1.1 +SHARED_LIBS += ssh2 6.0 # .1.1 HOMEPAGE = http://www.libssh2.org/ @@ -23,7 +23,6 @@ CONFIGURE_STYLE = gnu USE_LIBTOOL = Yes -USE_GROFF = Yes # The second test will only pass if public key auth is configured for ${USER} REGRESS_IS_INTERACTIVE = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/security/libssh2/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 26 Nov 2011 09:25:46 -0000 1.10 +++ distinfo 12 Jan 2013 15:49:35 -0000 @@ -1,5 +1,2 @@ -MD5 (libssh2-1.3.0.tar.gz) = ZCUzGJnM8QFfHteUSMtHCQ== -RMD160 (libssh2-1.3.0.tar.gz) = XI8M/eb7Q3jrCYX27MCQBhMpoTM= -SHA1 (libssh2-1.3.0.tar.gz) = 00Lgar44opsbu5xY1Q3Qk+qwvuk= -SHA256 (libssh2-1.3.0.tar.gz) = neN3hUIC8DO/tXzk+VGUorEoPUX7JDtefcow4Fj0D5w= -SIZE (libssh2-1.3.0.tar.gz) = 639262 +SHA256 (libssh2-1.4.3.tar.gz) = 6sb4X5352y5jhpBqYifrLNezJFc5VhytfW3B1dAhuW0= +SIZE (libssh2-1.4.3.tar.gz) = 685712 Index: patches/patch-tests_Makefile_in =================================================================== RCS file: patches/patch-tests_Makefile_in diff -N patches/patch-tests_Makefile_in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-tests_Makefile_in 12 Jan 2013 15:49:35 -0000 @@ -0,0 +1,11 @@ +--- tests/Makefile.in.orig Sat Jan 12 09:52:56 2013 ++++ tests/Makefile.in Sat Jan 12 09:53:11 2013 +@@ -239,7 +239,7 @@ + LDADD = ../src/libssh2.la + @SSHD_TRUE@ssh2_SOURCES = ssh2.c + ctests = simple$(EXEEXT) +-TESTS = $(ctests) mansyntax.sh $(am__append_1) ++TESTS = $(ctests) $(am__append_1) + check_PROGRAMS = $(ctests) + TESTS_ENVIRONMENT = SSHD=$(SSHD) EXEEXT=$(EXEEXT) + EXTRA_DIST = ssh2.sh mansyntax.sh etc/host etc/host.pub etc/user \ Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/security/libssh2/pkg/PLIST,v retrieving revision 1.9 diff -u -r1.9 PLIST --- pkg/PLIST 26 Nov 2011 09:25:49 -0000 1.9 +++ pkg/PLIST 12 Jan 2013 15:49:35 -0000 @@ -96,6 +96,8 @@ @man man/man3/libssh2_scp_send64.3 @man man/man3/libssh2_scp_send_ex.3 @man man/man3/libssh2_session_abstract.3 +@man man/man3/libssh2_session_banner_get.3 +@man man/man3/libssh2_session_banner_set.3 @man man/man3/libssh2_session_block_directions.3 @man man/man3/libssh2_session_callback_set.3 @man man/man3/libssh2_session_disconnect.3 @@ -114,6 +116,7 @@ @man man/man3/libssh2_session_set_blocking.3 @man man/man3/libssh2_session_set_timeout.3 @man man/man3/libssh2_session_startup.3 +@man man/man3/libssh2_session_supported_algs.3 @man man/man3/libssh2_sftp_close.3 @man man/man3/libssh2_sftp_close_handle.3 @man man/man3/libssh2_sftp_closedir.3 @@ -121,6 +124,7 @@ @man man/man3/libssh2_sftp_fstat.3 @man man/man3/libssh2_sftp_fstat_ex.3 @man man/man3/libssh2_sftp_fstatvfs.3 +@man man/man3/libssh2_sftp_get_channel.3 @man man/man3/libssh2_sftp_init.3 @man man/man3/libssh2_sftp_last_error.3 @man man/man3/libssh2_sftp_lstat.3