FreeBSD Bugzilla – Attachment 239361 Details for
Bug 268841
security/p11-kit: Use base system root certificates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
p11-kit.certs.patch (text/plain), 2.21 KB, created by
Tijl Coosemans
on 2023-01-09 13:23:48 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2023-01-09 13:23:48 UTC
Size:
2.21 KB
patch
obsolete
>diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile >index 268a528714b3..3c0f87d563c1 100644 >--- a/security/p11-kit/Makefile >+++ b/security/p11-kit/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= p11-kit > DISTVERSION= 0.24.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security devel > MASTER_SITES= https://github.com/p11-glue/p11-kit/releases/download/${DISTVERSION}/ > >@@ -11,9 +11,7 @@ WWW= https://p11-glue.freedesktop.org/p11-kit.html > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ >- bash-completion>=0:shells/bash-completion >-RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss >+BUILD_DEPENDS= bash-completion>=0:shells/bash-completion > LIB_DEPENDS= libffi.so:devel/libffi \ > libtasn1.so:security/libtasn1 > >@@ -26,7 +24,7 @@ MESON_ARGS= -Dbash_completion=enabled \ > -Dlibffi=enabled \ > -Dnls=false \ > -Dtrust_module=enabled \ >- -Dtrust_paths=${LOCALBASE}/share/certs/ca-root-nss.crt >+ -Dtrust_paths=${DATADIR}/certs > > OPTIONS_DEFINE= DOCS MANPAGES TEST > OPTIONS_SUB= yes >@@ -43,9 +41,18 @@ MANPAGES_MESON_TRUE= man > > TEST_MESON_TRUE= test > >+.include <bsd.port.options.mk> >+ > 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 <bsd.port.mk> >diff --git a/security/p11-kit/pkg-plist b/security/p11-kit/pkg-plist >index 7341c822cc7f..dac887134044 100644 >--- a/security/p11-kit/pkg-plist >+++ b/security/p11-kit/pkg-plist >@@ -61,5 +61,7 @@ share/bash-completion/completions/trust > %%DOCS%%share/gtk-doc/html/p11-kit/trust.html > %%DOCS%%share/gtk-doc/html/p11-kit/up-insensitive.png > %%DOCS%%share/gtk-doc/html/p11-kit/up.png >+%%DATADIR%%/certs/anchors >+%%DATADIR%%/certs/blocklist > %%DATADIR%%/modules/p11-kit-trust.module > %%EXAMPLESDIR%%/pkcs11.conf.example
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268841
: 239361