- update libssh2 to 1.4.3
- bump SHARED_LIBS - regen PLIST - remove USE_GROFF - remove the test concerning mansyntax.sh (spotted by rpointel@)
This commit is contained in:
parent
41c9477833
commit
36f681d3ed
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2011/11/26 09:25:46 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2013/01/20 09:00:41 benoit Exp $
|
||||
|
||||
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 @@ MASTER_SITES = http://www.libssh2.org/download/
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
12
security/libssh2/patches/patch-tests_Makefile_in
Normal file
12
security/libssh2/patches/patch-tests_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.1 2013/01/20 09:00:44 benoit Exp $
|
||||
--- 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 \
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2011/11/26 09:25:49 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2013/01/20 09:00:47 benoit Exp $
|
||||
%%SHARED%%
|
||||
include/libssh2.h
|
||||
include/libssh2_publickey.h
|
||||
@ -96,6 +96,8 @@ lib/pkgconfig/libssh2.pc
|
||||
@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 @@ lib/pkgconfig/libssh2.pc
|
||||
@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 @@ lib/pkgconfig/libssh2.pc
|
||||
@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
|
||||
|
Loading…
x
Reference in New Issue
Block a user