diff options
author | Jochen.Neumeister <joneum@FreeBSD.org> | 2022-09-15 10:54:37 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-09-15 12:28:39 +0000 |
commit | f81bd448284e8069f6aef9516c99924f99ad2f33 (patch) | |
tree | 27a1a8c79a045a5096d8399e0770f6e08d4cc127 | |
parent | 81bfc9d8d06bf0a384232ef5ba4a9fc42a7324d4 (diff) | |
download | ports-f81bd448284e8069f6aef9516c99924f99ad2f33.tar.gz ports-f81bd448284e8069f6aef9516c99924f99ad2f33.zip |
security/ca_root_nss: Update to 3.82
Changes:
- Bug 1330271 - check for null template in sec_asn1{d,e}_push_state
- Bug 1735925 - QuickDER: Forbid NULL tags with non-zero length
- Bug 1784724 - Initialize local variables in TlsConnectTestBase::ConnectAndCheckCipherSuite
- Bug 1784191 - Cast the result of GetProcAddress
- Bug 1681099 - pk11wrap: Tighten certificate lookup based on PKCS #11 URI.
Sponsored by: Netzkommune GmbH
-rw-r--r-- | security/ca_root_nss/Makefile | 2 | ||||
-rw-r--r-- | security/ca_root_nss/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile index 17edfcce3ae5..0c997a60a338 100644 --- a/security/ca_root_nss/Makefile +++ b/security/ca_root_nss/Makefile @@ -28,7 +28,7 @@ ETCSYMLINK_CONFLICTS_INSTALL= ca-roots-[0-9]* CERTDIR?= share/certs PLIST_SUB+= CERTDIR=${CERTDIR} -VERSION_NSS= 3.81 +VERSION_NSS= 3.82 CERTDATA_TXT_PATH= lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl diff --git a/security/ca_root_nss/distinfo b/security/ca_root_nss/distinfo index af2e0d19c97a..fdfc2f25b785 100644 --- a/security/ca_root_nss/distinfo +++ b/security/ca_root_nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658594656 -SHA256 (nss-3.81.tar.gz) = a8bf5f3bb617068d57e7b15f3d9d528f109af0d57df2eaab0519b6423edccca6 -SIZE (nss-3.81.tar.gz) = 84842767 +TIMESTAMP = 1663230185 +SHA256 (nss-3.82.tar.gz) = 32bf673b72c2f9953ed3b4c7033abf5a6cad302854a24ae588c575a6567c1573 +SIZE (nss-3.82.tar.gz) = 84708994 |