nss: Update to 3.60
Changelog: Notable changes in NSS 3.60: * TLS 1.3 Encrypted Client Hello (draft-ietf-tls-esni-08) support has been added, replacing the previous ESNI (draft-ietf-tls-esni-01) implementation. See bug 1654332 for more information. * December 2020 batch of Root CA changes, builtins library updated to version 2.46. See bugs 1678189, 1678166, and 1670769 for more information. Bugs fixed in NSS 3.60: * Bug 1654332 - Implement Encrypted Client Hello (draft-ietf-tls-esni-08). * Bug 1678189 - Update CA list version to 2.46. * Bug 1670769 - Remove 10 GeoTrust, thawte, and VeriSign root certs from NSS. * Bug 1678166 - Add NAVER Global Root Certification Authority root cert to NSS. * Bug 1678384 - Add a build flag to allow building nssckbi-testlib in mozilla-central. * Bug 1570539 - Remove -X alt-server-hello option from tstclnt. * Bug 1675523 - Fix incorrect pkcs11t.h value CKR_PUBLIC_KEY_INVALID. * Bug 1642174 - Fix PowerPC ABI version 1 build failure. * Bug 1674819 - Fix undefined shift in fuzzer mode. * Bug 1678990 - Fix ARM crypto extensions detection on macOS. * Bug 1679290 - Fix lock order inversion and potential deadlock with libnsspem. * Bug 1680400 - Fix memory leak in PK11_UnwrapPrivKey.
This commit is contained in:
parent
24d993aff2
commit
bba2ab876d
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.195 2020/11/18 14:24:00 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.196 2020/12/17 09:52:27 ryoon Exp $
|
||||
|
||||
DISTNAME= nss-${NSS_RELEASE:S/.0$//}
|
||||
NSS_RELEASE= 3.59.0
|
||||
NSS_RELEASE= 3.60.0
|
||||
CATEGORIES= devel security
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.120 2020/11/18 14:24:00 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.121 2020/12/17 09:52:27 ryoon Exp $
|
||||
|
||||
SHA1 (nss-3.59.tar.gz) = 1459fb7f197c0b80e85333fbd33e723adcd28a7f
|
||||
RMD160 (nss-3.59.tar.gz) = 5e72ed96f177c7c85092027be69c697214b3ed42
|
||||
SHA512 (nss-3.59.tar.gz) = 8963e846f2ff7222457ae59f042672cf4e44f7752807226f46c215a772fd1cbd65d0ce634da4afb698eabd4eb1c1e78146cc2a089339ada11da03d259c609a38
|
||||
Size (nss-3.59.tar.gz) = 82141516 bytes
|
||||
SHA1 (nss-3.60.tar.gz) = 1598cc5d927ee47136e1fe53581c32ee3d6d169d
|
||||
RMD160 (nss-3.60.tar.gz) = 02ea37e02171938b008fa967db801560b18ecbce
|
||||
SHA512 (nss-3.60.tar.gz) = 6463b2da28b5d9f1f20d45f77a3179e2b93c874af5742c7fc51eb7c44cef93270acacf79174dc63905f227256cbcee23a36f98f1cfed10dd5c56ffc0a76e2695
|
||||
Size (nss-3.60.tar.gz) = 82035831 bytes
|
||||
SHA1 (patch-am) = fea682bf03bc8b645049f93ed58554ca45f47aca
|
||||
SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
|
||||
SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
|
||||
|
|
Loading…
Reference in a new issue