Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 18:03:28 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542002 - in head/security/libssh2: . files
Message-ID:  <202007111803.06BI3So0036411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Sat Jul 11 18:03:28 2020
New Revision: 542002
URL: https://svnweb.freebsd.org/changeset/ports/542002

Log:
  - Update to 1.9.0
  
  PR:		246747
  Reported by:		freebsd at kal-host.com
  Event:		July 2020 Bugathon

Deleted:
  head/security/libssh2/files/
Modified:
  head/security/libssh2/Makefile
  head/security/libssh2/distinfo

Modified: head/security/libssh2/Makefile
==============================================================================
--- head/security/libssh2/Makefile	Sat Jul 11 17:52:35 2020	(r542001)
+++ head/security/libssh2/Makefile	Sat Jul 11 18:03:28 2020	(r542002)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libssh2
-PORTVERSION=	1.8.2
+PORTVERSION=	1.9.0
 PORTEPOCH=	3
 CATEGORIES=	security devel
 MASTER_SITES=	https://www.libssh2.org/download/ \
@@ -34,15 +34,5 @@ GCRYPT_USES_OFF=	ssl
 ZLIB_CONFIGURE_WITH=	libz
 
 .include <bsd.port.pre.mk>
-
-post-patch:
-	@${REINPLACE_CMD} -e '/Libs:/s/@LIBS@//' \
-		${WRKSRC}/libssh2.pc.in
-.if ! ${PORT_OPTIONS:MGCRYPT}
-.  if ${SSL_DEFAULT} == base
-	@${REINPLACE_CMD} -e 's/LIBSREQUIRED=libssl,libcrypto/LIBS="$$LIBS -lssl -lcrypto"/' \
-		${WRKSRC}/configure
-.  endif
-.endif
 
 .include <bsd.port.post.mk>

Modified: head/security/libssh2/distinfo
==============================================================================
--- head/security/libssh2/distinfo	Sat Jul 11 17:52:35 2020	(r542001)
+++ head/security/libssh2/distinfo	Sat Jul 11 18:03:28 2020	(r542002)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556141679
-SHA256 (libssh2-1.8.2.tar.gz) = 088307d9f6b6c4b8c13f34602e8ff65d21c2dc4d55284dfe15d502c4ee190d67
-SIZE (libssh2-1.8.2.tar.gz) = 859587
+TIMESTAMP = 1594489719
+SHA256 (libssh2-1.9.0.tar.gz) = d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd
+SIZE (libssh2-1.9.0.tar.gz) = 888551



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007111803.06BI3So0036411>