diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2022-07-23 16:47:36 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-07-23 16:47:36 +0000 |
commit | f4a31a95e672a0e916d8d9daf192477422f40336 (patch) | |
tree | 26f5b5355faca1fee7441edc4c5f02323a91a2fb | |
parent | 7284774d8d4c07cc33ab74ec515cf7c38f022f77 (diff) |
security/ca_root_nss: Update to 3.81
Changelog:
- Bug 1762831: Enable aarch64 hardware crypto support on OpenBSD.
- Bug 1775359 - make NSS_SecureMemcmp 0/1 valued.
- Bug 1779285: Add no_application_protocol alert handler and test client error code is set.
- Bug 1777672 - Gracefully handle null nickname in CERT_GetCertNicknameWithValidity.
NSS 3.81 shared libraries are backwards-compatible with all older NSS
3.x shared libraries. A program linked with older NSS 3.x shared
libraries will work with this new version of the shared libraries
without recompiling or relinking. Furthermore, applications that
restrict their use of NSS APIs to the functions listed in NSS Public
Functions will remain compatible with future versions of the NSS
shared libraries.
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 037495c7033c..17edfcce3ae5 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.80 +VERSION_NSS= 3.81 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 029a12ea11b8..af2e0d19c97a 100644 --- a/security/ca_root_nss/distinfo +++ b/security/ca_root_nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658042550 -SHA256 (nss-3.80.tar.gz) = c0bf1fd2c7e29a6b02b309622baafc443eec90c8934bb155da4bb98988784b6a -SIZE (nss-3.80.tar.gz) = 84841312 +TIMESTAMP = 1658594656 +SHA256 (nss-3.81.tar.gz) = a8bf5f3bb617068d57e7b15f3d9d528f109af0d57df2eaab0519b6423edccca6 +SIZE (nss-3.81.tar.gz) = 84842767 |