Date: Wed, 2 Sep 2020 14:42:40 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547361 - in head/security: libp11 libp11/files pam_p11 Message-ID: <202009021442.082Ege6I075159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Wed Sep 2 14:42:40 2020 New Revision: 547361 URL: https://svnweb.freebsd.org/changeset/ports/547361 Log: Fix soname version generation and bump port revisions. PR: 249052 Submitted by: Ole <ole@free.de> Modified: head/security/libp11/Makefile head/security/libp11/files/patch-configure.ac head/security/libp11/pkg-plist head/security/pam_p11/Makefile Modified: head/security/libp11/Makefile ============================================================================== --- head/security/libp11/Makefile Wed Sep 2 14:39:50 2020 (r547360) +++ head/security/libp11/Makefile Wed Sep 2 14:42:40 2020 (r547361) @@ -3,6 +3,7 @@ PORTNAME= libp11 PORTVERSION= 0.4.10 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security devel Modified: head/security/libp11/files/patch-configure.ac ============================================================================== --- head/security/libp11/files/patch-configure.ac Wed Sep 2 14:39:50 2020 (r547360) +++ head/security/libp11/files/patch-configure.ac Wed Sep 2 14:42:40 2020 (r547361) @@ -1,6 +1,15 @@ ---- configure.ac.orig 2016-03-28 16:04:04 UTC +--- configure.ac.orig 2019-04-03 20:14:33 UTC +++ configure.ac -@@ -191,7 +191,7 @@ if test -n "${pkcs11_module}"; then +@@ -39,7 +39,7 @@ case "`$PKG_CONFIG --modversion --silence-errors libcr + LIBP11_LT_OLDEST="2" + debian_ssl_prefix="openssl-1.0.0";; + *) # Engines directory prefix for OpenSSL 0.9.x +- LIBP11_LT_OLDEST="2" ++ LIBP11_LT_OLDEST="3" # FreeBSD base has openssl 1.1.* + debian_ssl_prefix="ssl";; + esac + +@@ -208,7 +208,7 @@ if test -n "${pkcs11_module}"; then [Default PKCS#11 module.]) fi Modified: head/security/libp11/pkg-plist ============================================================================== --- head/security/libp11/pkg-plist Wed Sep 2 14:39:50 2020 (r547360) +++ head/security/libp11/pkg-plist Wed Sep 2 14:42:40 2020 (r547361) @@ -4,8 +4,8 @@ lib/engines/libpkcs11.so lib/engines/pkcs11.so lib/libp11.a lib/libp11.so -lib/libp11.so.2 -lib/libp11.so.2.5.2 +lib/libp11.so.3 +lib/libp11.so.3.4.2 libdata/pkgconfig/libp11.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README Modified: head/security/pam_p11/Makefile ============================================================================== --- head/security/pam_p11/Makefile Wed Sep 2 14:39:50 2020 (r547360) +++ head/security/pam_p11/Makefile Wed Sep 2 14:42:40 2020 (r547361) @@ -3,6 +3,7 @@ PORTNAME= pam_p11 PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/OpenSC/pam_p11/releases/download/pam_p11-${PORTVERSION}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009021442.082Ege6I075159>