diff options
author | wiz <wiz@pkgsrc.org> | 2022-03-31 18:10:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-03-31 18:10:52 +0000 |
commit | 853503e5d95cffaf29b82c72466b420aa149faa8 (patch) | |
tree | bb415d63cd9241e236794c2e9b73c9b07acf6adb /devel | |
parent | 63a1b042fe0077c67f6330637be0e9bf6f705c0c (diff) | |
download | pkgsrc-853503e5d95cffaf29b82c72466b420aa149faa8.tar.gz |
nss: update to 3.77.
Changes:
- Bug 1762244 - resolve mpitests build failure on Windows.
- Bug 1761779 - Fix link to TLS page on wireshark wiki
- Bug 1754890 - Add two D-TRUST 2020 root certificates.
- Bug 1751298 - Add Telia Root CA v2 root certificate.
- Bug 1751305 - Remove expired explicitly distrusted certificates from certdata.txt.
- Bug 1005084 - support specific RSA-PSS parameters in mozilla::pkix
- Bug 1753535 - Remove obsolete stateEnd check in SEC_ASN1DecoderUpdate.
- Bug 1756271 - Remove token member from NSSSlot struct.
- Bug 1602379 - Provide secure variants of mpp_pprime and mpp_make_prime.
- Bug 1757279 - Support UTF-8 library path in the module spec string.
- Bug 1396616 - Update nssUTF8_Length to RFC 3629 and fix buffer overrun.
- Bug 1760827 - Add a CI Target for gcc-11.
- Bug 1760828 - Change to makefiles for gcc-4.8.
- Bug 1741688 - Update googletest to 1.11.0
- Bug 1759525 - Add SetTls13GreaseEchSize to experimental API.
- Bug 1755264 - TLS 1.3 Illegal legacy_version handling/alerts.
- Bug 1755904 - Fix calculation of ECH HRR Transcript.
- Bug 1758741 - Allow ld path to be set as environment variable.
- Bug 1760653 - Ensure we don't read uninitialized memory in ssl gtests.
- Bug 1758478 - Fix DataBuffer Move Assignment.
- Bug 1552254 - internal_error alert on Certificate Request with sha1+ecdsa in TLS 1.3
- Bug 1755092 - rework signature verification in mozilla::pkix
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nss/Makefile | 4 | ||||
-rw-r--r-- | devel/nss/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 8ab74f9f719..3497d95949c 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.223 2022/03/29 13:31:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.224 2022/03/31 18:10:52 wiz Exp $ # # release notes # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.76.1 +NSS_RELEASE= 3.77.0 CATEGORIES= devel security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/} diff --git a/devel/nss/distinfo b/devel/nss/distinfo index ac0dc858eb7..b2b0b5f2349 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.148 2022/03/29 13:31:36 ryoon Exp $ +$NetBSD: distinfo,v 1.149 2022/03/31 18:10:52 wiz Exp $ -BLAKE2s (nss-3.76.1.tar.gz) = 5265a26051c8a70a94150e06de70a216ff89298b85c5f06ed97d7b1f43db6317 -SHA512 (nss-3.76.1.tar.gz) = 80d32a97501cbc05312caa5cec54fe6dd8708f01e6d15693e36a40d70433be7a35565fcc5fadfc324c998ee9093b10b2f7a89643882f06a850eda4ffd3b19c54 -Size (nss-3.76.1.tar.gz) = 84626067 bytes +BLAKE2s (nss-3.77.tar.gz) = 3565c858677fbccb6b773125b34e2e8cb3e83b45bdd68f05ebfa12c32af11d8e +SHA512 (nss-3.77.tar.gz) = bd62eeb8f90ecd2d3999fd78fea6652736c02a6530f29e98d0cad0707f3b901b30409132eb6a6d53b9f5c05c6b464615a946a2a3e255553c793e44d0ed93179e +Size (nss-3.77.tar.gz) = 84592839 bytes SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0 |