File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ETCSYMLINK_CONFLICTS_INSTALL= ca-roots-[0-9]*
2828CERTDIR? = share/certs
2929PLIST_SUB+ = CERTDIR=${CERTDIR}
3030
31- VERSION_NSS = 3.75
31+ VERSION_NSS = 3.76
3232CERTDATA_TXT_PATH = lib/ckfw/builtins/certdata.txt
3333BUNDLE_PROCESSOR = MAca-bundle.pl
3434
@@ -45,9 +45,9 @@ do-install:
4545 ${MKDIR} ${STAGEDIR}${PREFIX} /${CERTDIR}
4646 ${INSTALL_DATA} ${WRKDIR} /ca-root-nss.crt ${STAGEDIR}${PREFIX} /${CERTDIR}
4747 ${MKDIR} ${STAGEDIR}${PREFIX} /etc/ssl
48- ${LN} -sf ../../${CERTDIR} /ca-root-nss.crt ${STAGEDIR}${PREFIX} /etc/ssl/cert.pem.sample
48+ ${LN} -sf ../../${CERTDIR} /ca-root-nss.crt ${STAGEDIR}${PREFIX} /etc/ssl/cert.pem
4949 ${MKDIR} ${STAGEDIR}${PREFIX} /openssl
50- ${LN} -sf ../${CERTDIR} /ca-root-nss.crt ${STAGEDIR}${PREFIX} /openssl/cert.pem.sample
50+ ${LN} -sf ../${CERTDIR} /ca-root-nss.crt ${STAGEDIR}${PREFIX} /openssl/cert.pem
5151
5252do-install-ETCSYMLINK-on :
5353 ${MKDIR} ${STAGEDIR} /etc/ssl
Original file line number Diff line number Diff line change 1- TIMESTAMP = 1644140131
2- SHA256 (nss-3.75 .tar.gz) = fd571507827284644f4dd522a032acda2286835f6683ed22a1c2d3878cc58582
3- SIZE (nss-3.75 .tar.gz) = 84738291
1+ TIMESTAMP = 1647172233
2+ SHA256 (nss-3.76 .tar.gz) = 1b8e0310add364d2ade40620cde0f1c37f4f00a6999b2d3e7ea8dacda4aa1630
3+ SIZE (nss-3.76 .tar.gz) = 84623743
Original file line number Diff line number Diff line change 11%%CERTDIR%%/ca-root-nss.crt
2- @sample etc/ssl/cert.pem.sample
3- @sample openssl/cert.pem.sample
2+ etc/ssl/cert.pem
3+ openssl/cert.pem
44%%ETCSYMLINK%%/etc/ssl/cert.pem
55%%ETCSYMLINK%%@dir /etc/ssl
66@postexec [ ! -e %%LOCALBASE%%/bin/cert-sync ] || %%LOCALBASE%%/bin/cert-sync --quiet %%PREFIX%%/share/certs/ca-root-nss.crt
You can’t perform that action at this time.
0 commit comments