[Bug 248314] security/ca_root_nss wrong link for cert.pem
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 28 09:11:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248314
Bug ID: 248314
Summary: security/ca_root_nss wrong link for cert.pem
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-secteam at FreeBSD.org
Reporter: jonaspalm at posteo.de
Flags: maintainer-feedback?(ports-secteam at FreeBSD.org)
Assignee: ports-secteam at FreeBSD.org
With ca_root_nss version 3.54 the do-install-ETCSYMLINK-on target changed from:
${LN} -sf ${PREFIX}/${CERTDIR}/ca-root-nss.crt ${STAGEDIR}/etc/ssl/cert.pem
to
${LN} -sf ../..${PREFIX}/${CERTDIR}/ca-root-nss.crt
${STAGEDIR}/etc/ssl/cert.pem
which creates the following symlink in /usr/local/etc/ssl now:
cert.pem@ -> ../../usr/local/share/certs/ca-root-nss.crt
which obviously doesn't exist.
The ../.. in front should be removed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list