2015-04-18 22:11:35 by David A. Holland | Files touched by this commit (2) |
Log message: Add support for -d destdir to the mozilla-rootcerts installer script. |
2015-02-16 14:09:10 by Tobias Nygren | Files touched by this commit (2) |
Log message: Update to mozilla-rootcerts-20141117. Added root certs: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA \ Certification Authority C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at \ https://www.verisign.com/rpa (c)09, CN=VeriSign Class 3 Secure Server CA - G2 C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC \ Certification Authority C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA \ Certification Authority OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign Removed root certs: C=US, O=America Online Inc., CN=America Online Root Certification Authority 1 C=US, O=America Online Inc., CN=America Online Root Certification Authority 2 C=US, O=GTE Corporation, OU=GTE CyberTrust Solutions, Inc., CN=GTE CyberTrust \ Global Root C=ZA, ST=Western Cape, L=Cape Town, O=Thawte Consulting cc, OU=Certification \ Services Division, CN=Thawte Premium Server \ CA/emailAddress=premium-server@thawte.com C=ZA, ST=Western Cape, L=Cape Town, O=Thawte Consulting cc, OU=Certification \ Services Division, CN=Thawte Server CA/emailAddress=server-certs@thawte.com |
2015-01-27 14:54:10 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Fix typo in previous. |
2015-01-27 14:53:06 by Jonathan Perkin | Files touched by this commit (2) |
Log message: Ensure we call the full path to the script. Bump PKGREVISION. |
2014-09-06 10:03:00 by Thomas Klausner | Files touched by this commit (2) |
Log message: Improve detection of untrusted certificates. From John D. Baker in PR 49176. Bump PKGREVISION. |
2014-08-25 10:34:44 by Michael van Elst | Files touched by this commit (2) |
Log message: Update certs to more recent version. The License changed to MPL 2.0. |
2014-08-10 12:47:42 by Thomas Klausner | Files touched by this commit (1) |
Log message: Use 'mkdir -p' in case ${PREFIX}/etc doesn't exist yet. |
2014-03-03 07:01:26 by OBATA Akio | Files touched by this commit (1) |
Log message: reset CHECK_BUILTIN.openssl to avoid side effect. |
2013-03-15 17:14:55 by Benny Siegert | Files touched by this commit (3) |
Log message: Add a new subcommand "mozilla-rootcerts install" that unpacks and installs the certificates with a single command. ok gdt, wiz |
2013-03-15 13:36:25 by Filip Hajny | Files touched by this commit (1) |
Log message: Substitute the openssl tool path in a different manner, so that pkgsrc openssl will be used if not builtin. Fixes problem with incorrect cert hashes generated on (at least) SunOS. |