From owner-svn-ports-head@freebsd.org Sat Jul 11 18:03:29 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 19A9636B514; Sat, 11 Jul 2020 18:03:29 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3ySw6zsfz4Hdw; Sat, 11 Jul 2020 18:03:28 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D308716DC6; Sat, 11 Jul 2020 18:03:28 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06BI3SFo036412; Sat, 11 Jul 2020 18:03:28 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06BI3So0036411; Sat, 11 Jul 2020 18:03:28 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <202007111803.06BI3So0036411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Sat, 11 Jul 2020 18:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542002 - in head/security/libssh2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: in head/security/libssh2: . files X-SVN-Commit-Revision: 542002 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 18:03:29 -0000 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 - -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 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