pkgsrc-Users archive

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

Re: mozilla-rootcerts-openssl PLIST issue



Jason Bacon <jtocino%gmx.com@localhost> writes:

> @@ -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

Interestingly, if I build mozilla-rootcerts, I find that that
certdata.txt has 161 BEGIN CERTIFICATE lines.

And, if I build mozilla-rootcerts-openssl, I see the two certs you are
finding.   But they aren't in the package.

$ ls -l work/.destdir/etc/openssl/certs/mozilla-rootcert-16*
-rw-r--r--  1 gdt  users  4575 Jun  1 20:52 work/.destdir/etc/openssl/certs/mozilla-rootcert-16.pem
-rw-r--r--  1 gdt  users  7060 Jun  1 20:52 work/.destdir/etc/openssl/certs/mozilla-rootcert-160.pem
-rw-r--r--  1 gdt  users  2629 Jun  1 20:52 work/.destdir/etc/openssl/certs/mozilla-rootcert-161.pem

So definitely something is wrong.


I wonder if the PLIST check is not firing on /etc, but does on
/usr/pkg/etc, or something like that.



Home | Main Index | Thread Index | Old Index