mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/libp11: update to 0.4.13 release.
This commit is contained in:
parent
432fff7aa1
commit
4619a2b290
4 changed files with 12 additions and 17 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= libp11
|
||||
PORTVERSION= 0.4.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.13
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= security devel
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1658142363
|
||||
SHA256 (OpenSC-libp11-libp11-0.4.12_GH0.tar.gz) = c1a233ecb09ab48595ba36a504c47f82cf53a59aa8db789c02ca72d50e85ca87
|
||||
SIZE (OpenSC-libp11-libp11-0.4.12_GH0.tar.gz) = 144408
|
||||
TIMESTAMP = 1734366816
|
||||
SHA256 (OpenSC-libp11-libp11-0.4.13_GH0.tar.gz) = 5e8e258c6a8e33155c3a2bd2bd7d12a758f82b7bda1f92e8b77075d16edc9889
|
||||
SIZE (OpenSC-libp11-libp11-0.4.13_GH0.tar.gz) = 148443
|
||||
|
|
|
@ -1,15 +1,6 @@
|
|||
--- configure.ac.orig 2019-04-03 20:14:33 UTC
|
||||
--- configure.ac.orig 2024-12-13 18:13:57 UTC
|
||||
+++ configure.ac
|
||||
@@ -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
|
||||
@@ -208,7 +208,7 @@ fi
|
||||
[Default PKCS#11 module.])
|
||||
fi
|
||||
|
||||
|
|
|
@ -5,7 +5,11 @@ lib/engines/pkcs11.so
|
|||
lib/libp11.a
|
||||
lib/libp11.so
|
||||
lib/libp11.so.3
|
||||
lib/libp11.so.3.5.0
|
||||
lib/libp11.so.3.6.0
|
||||
lib/libpkcs11.a
|
||||
lib/libpkcs11.so
|
||||
lib/libpkcs11.so.0
|
||||
lib/libpkcs11.so.0.0.0
|
||||
libdata/pkgconfig/libp11.pc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
|
@ -13,3 +17,4 @@ libdata/pkgconfig/libp11.pc
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/decrypt.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getrandom.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listkeys.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listkeys_ext.c
|
||||
|
|
Loading…
Add table
Reference in a new issue