Date: Sat, 23 Jul 2022 16:49:47 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f4a31a95e672 - main - security/ca_root_nss: Update to 3.81 Message-ID: <202207231649.26NGnlsX049224@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4a31a95e672a0e916d8d9daf192477422f40336 commit f4a31a95e672a0e916d8d9daf192477422f40336 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-07-23 16:47:36 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-07-23 16:47:36 +0000 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 --- security/ca_root_nss/Makefile | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207231649.26NGnlsX049224>