pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mozilla-rootcerts-openssl PLIST issue



I need the following patch to get a clean install on NetBSD 9.3 amd64
and Darwin aarch64 (have not tried others yet).  My NetBSD mk.conf is
below as well, in case that makes any difference.

--- PLIST       5 Dec 2022 06:27:22 -0000       1.18
+++ PLIST       1 Jun 2023 22:10:28 -0000
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.18 2022/12/05 06:27:22 taca Exp $
${MYETCDIR}/openssl/certs/002c0b4f.0
+${MYETCDIR}/openssl/certs/0179095f.0
${MYETCDIR}/openssl/certs/02265526.0
${MYETCDIR}/openssl/certs/062cdee6.0
${MYETCDIR}/openssl/certs/064e0aa9.0
@@ -36,6 +37,7 @@
${MYETCDIR}/openssl/certs/3513523f.0
${MYETCDIR}/openssl/certs/3bde41ac.0
${MYETCDIR}/openssl/certs/3bde41ac.1
+${MYETCDIR}/openssl/certs/3e359ba6.0
${MYETCDIR}/openssl/certs/3e44d2f7.0
${MYETCDIR}/openssl/certs/3e45d192.0
${MYETCDIR}/openssl/certs/3fb36b73.0
@@ -228,6 +230,8 @@
${MYETCDIR}/openssl/certs/mozilla-rootcert-158.pem
${MYETCDIR}/openssl/certs/mozilla-rootcert-159.pem
${MYETCDIR}/openssl/certs/mozilla-rootcert-16.pem
+${MYETCDIR}/openssl/certs/mozilla-rootcert-160.pem
+${MYETCDIR}/openssl/certs/mozilla-rootcert-161.pem
${MYETCDIR}/openssl/certs/mozilla-rootcert-17.pem
${MYETCDIR}/openssl/certs/mozilla-rootcert-18.pem
${MYETCDIR}/openssl/certs/mozilla-rootcert-19.pem

I've fixed the PLIST. Now it builds for me on NetBSD-10, 9.3, and Darwin.

Cheers,
Adam


Home | Main Index | Thread Index | Old Index