diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 47d1f8c9a221..74bfe266981d 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -1,55 +1,55 @@ PORTNAME= p11-kit -DISTVERSION= 0.25.1 +DISTVERSION= 0.25.2 CATEGORIES= security devel MASTER_SITES= https://github.com/p11-glue/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= novel@FreeBSD.org COMMENT= Library for loading and enumerating of PKCS\#11 modules WWW= https://p11-glue.freedesktop.org/p11-kit.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash-completion>=0:shells/bash-completion LIB_DEPENDS= libffi.so:devel/libffi \ libtasn1.so:security/libtasn1 USES= cpe localbase meson pkgconfig tar:xz USE_LDCONFIG= yes CPE_VENDOR= p11-kit_project MESON_ARGS= -Dnls=false \ -Dsystemd=disabled \ -Dtrust_paths=${DATADIR}/certs OPTIONS_DEFINE= DOCS MANPAGES TEST OPTIONS_SUB= yes MANPAGES_IMPLIES= DOCS OPTIONS_DEFAULT= MANPAGES DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc DOCS_USES= gnome DOCS_USE= GNOME=glib20 DOCS_MESON_TRUE= gtk_doc MANPAGES_BUILD_DEPENDS= xsltproc:textproc/libxslt MANPAGES_MESON_TRUE= man TEST_MESON_TRUE= test .include post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${MV} ${STAGEDIR}${PREFIX}/etc/pkcs11/pkcs11.conf.example ${STAGEDIR}${EXAMPLESDIR} ${RMDIR} ${STAGEDIR}${PREFIX}/etc/pkcs11 ${MKDIR} ${STAGEDIR}${DATADIR}/certs ${LN} -s /usr/share/certs/trusted ${STAGEDIR}${DATADIR}/certs/anchors .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400024 ${LN} -s /usr/share/certs/blacklisted ${STAGEDIR}${DATADIR}/certs/blocklist .else ${LN} -s /usr/share/certs/untrusted ${STAGEDIR}${DATADIR}/certs/blocklist .endif .include diff --git a/security/p11-kit/distinfo b/security/p11-kit/distinfo index e67b87852aef..b71475d2ed95 100644 --- a/security/p11-kit/distinfo +++ b/security/p11-kit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698448924 -SHA256 (p11-kit-0.25.1.tar.xz) = b6f326925725c8c45484e6daf78cdc73428a86296b6b99078255017f1bacdafc -SIZE (p11-kit-0.25.1.tar.xz) = 990460 +TIMESTAMP = 1698884549 +SHA256 (p11-kit-0.25.2.tar.xz) = 44be0f5797464ca5b36c68c8fb9152c2d34e91f6ba910ad3945dd7cdd2557cc3 +SIZE (p11-kit-0.25.2.tar.xz) = 990488