Date: Tue, 28 Jul 2020 09:11:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248314] security/ca_root_nss wrong link for cert.pem Message-ID: <bug-248314-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248314 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@FreeBSD.org Reporter: jonaspalm@posteo.de Flags: maintainer-feedback?(ports-secteam@FreeBSD.org) Assignee: ports-secteam@FreeBSD.org With ca_root_nss version 3.54 the do-install-ETCSYMLINK-on target changed f= rom: ${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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248314-7788>