From owner-svn-ports-all@freebsd.org Fri Jul 17 10:04:22 2020 Return-Path: Delivered-To: svn-ports-all@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 7D9DD360512; Fri, 17 Jul 2020 10:04:22 +0000 (UTC) (envelope-from mandree@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 4B7RYL2WkPz3bcY; Fri, 17 Jul 2020 10:04:22 +0000 (UTC) (envelope-from mandree@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 39E6B17563; Fri, 17 Jul 2020 10:04:22 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06HA4Mlq084774; Fri, 17 Jul 2020 10:04:22 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06HA4LQJ084773; Fri, 17 Jul 2020 10:04:21 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202007171004.06HA4LQJ084773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 17 Jul 2020 10:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542422 - head/security/openvpn-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/openvpn-devel X-SVN-Commit-Revision: 542422 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 10:04:22 -0000 Author: mandree Date: Fri Jul 17 10:04:21 2020 New Revision: 542422 URL: https://svnweb.freebsd.org/changeset/ports/542422 Log: security/openvpn-devel: Update to 202028 (2020-W28 snapshot) ChangeLog: While here: * add cmocka as build-time requisite to include the engine test. * use PLUGINDIR rather than hacking CPPFLAGS for PLUGIN_LIBDIR, the latter breaks -fPIC detection by configure (breaking the shared lib build for the engine unit tests) PR: 247974 Submitted by: Eric F. Crist (maintainer) Modified: head/security/openvpn-devel/Makefile head/security/openvpn-devel/distinfo Modified: head/security/openvpn-devel/Makefile ============================================================================== --- head/security/openvpn-devel/Makefile Fri Jul 17 10:04:19 2020 (r542421) +++ head/security/openvpn-devel/Makefile Fri Jul 17 10:04:21 2020 (r542422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 202016 +DISTVERSION= 202028 CATEGORIES= security net net-vpn MASTER_SITES= https://secure-computing.net/files/openvpn/ PKGNAMESUFFIX= -devel @@ -26,17 +26,14 @@ SHEBANG_FILES= sample/sample-scripts/verify-cn \ sample/sample-scripts/auth-pam.pl \ sample/sample-scripts/ucn.pl CONFIGURE_ARGS+= --enable-strict -# avoid picking up CMAKE, we don't have cmocka in the tarballs.. -CONFIGURE_ENV+= ac_cv_prog_CMAKE= CMAKE= +# set PLUGIN_LIBDIR so that unqualified plugin paths are found: +CONFIGURE_ENV+= PLUGINDIR="${PREFIX}/lib/openvpn/plugins" # let OpenVPN's configure script pick up the requisite libraries, # but do not break the plugin build if an older version is installed CPPFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -# set PLUGIN_LIBDIR so that unqualified plugin paths are found: -CPPFLAGS+= -DPLUGIN_LIBDIR=\\\"${PREFIX}/lib/openvpn/plugins\\\" - OPTIONS_DEFINE= PKCS11 EASYRSA DOCS EXAMPLES X509ALTUSERNAME \ TEST LZ4 SMALL TUNNELBLICK OPTIONS_DEFAULT= EASYRSA OPENSSL TEST LZ4 @@ -81,6 +78,7 @@ SUB_FILES= pkg-message openvpn-client CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN} .endif +BUILD_DEPENDS+= cmocka>=0:sysutils/cmocka LIB_DEPENDS+= liblzo2.so:archivers/lzo2 LZ4_LIB_DEPENDS+= liblz4.so:archivers/liblz4 Modified: head/security/openvpn-devel/distinfo ============================================================================== --- head/security/openvpn-devel/distinfo Fri Jul 17 10:04:19 2020 (r542421) +++ head/security/openvpn-devel/distinfo Fri Jul 17 10:04:21 2020 (r542422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587381350 -SHA256 (openvpn-202016.tar.xz) = 2852432acc92bcad16d68c74e325bf404d8a46c4b6fc820e4dfe188422193a17 -SIZE (openvpn-202016.tar.xz) = 1027924 +TIMESTAMP = 1594737664 +SHA256 (openvpn-202028.tar.xz) = f78d2e69ea52b186f871568f146da93e03d1395c8c2cd3bc64baa2dc34e8393e +SIZE (openvpn-202028.tar.xz) = 1040500