pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Jul 31 01:24:30 UTC 2020

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.55

Note that this says the NSPR dependency is bumped. I didn't encounter
any problems with 2.46. It seems to be a change that their automation
was updated to the newer version.

NSS 3.55

    P384 and P521 elliptic curve implementations are replaced with verifiable implementations from Fiat-Crypto and ECCKiila. Special thanks to the Network and Information Security Group (NISEC) at 
Tampere University.
    PK11_FindCertInSlot is added. With this function, a given slot can be queried with a DER-Encoded certificate, providing performance and usability improvements over other mechanisms. See Bug 
1649633 for more details.
    DTLS 1.3 implementation is updated to draft-38. See Bug 1647752 for details.
    NSPR dependency updated to 4.27.

NSS 3.54

    Support for TLS 1.3 external pre-shared keys (Bug 1603042).
    Use ARM Cryptography Extension for SHA256, when available. (Bug 1528113).


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/nss/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.187 pkgsrc/devel/nss/Makefile:1.188
--- pkgsrc/devel/nss/Makefile:1.187     Thu Jun 18 14:16:50 2020
+++ pkgsrc/devel/nss/Makefile   Fri Jul 31 01:24:30 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.187 2020/06/18 14:16:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.188 2020/07/31 01:24:30 maya Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.53.1
+NSS_RELEASE=           3.55.0
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
 

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.115 pkgsrc/devel/nss/distinfo:1.116
--- pkgsrc/devel/nss/distinfo:1.115     Thu Jun 18 14:16:50 2020
+++ pkgsrc/devel/nss/distinfo   Fri Jul 31 01:24:30 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.115 2020/06/18 14:16:50 ryoon Exp $
+$NetBSD: distinfo,v 1.116 2020/07/31 01:24:30 maya Exp $
 
-SHA1 (nss-3.53.1.tar.gz) = ee522d99ff582b849fe5190c1461f0633ffe1721
-RMD160 (nss-3.53.1.tar.gz) = 5cad607f475b90095503022696abc44061ff2757
-SHA512 (nss-3.53.1.tar.gz) = 5d7572999a007c513df4cbdf74769c1a4eb53eb8680da27a89fea770763d88b6bea80cd9ab20426a905396745129276cffb6dd9e8e1e6377fa98c0a103b522d0
-Size (nss-3.53.1.tar.gz) = 81297900 bytes
+SHA1 (nss-3.55.tar.gz) = 348bb25a1aa6b01319e125afcbcb49c61bdaafb3
+RMD160 (nss-3.55.tar.gz) = ca1a0a82ea2f4e72b1007b470afdf510de443068
+SHA512 (nss-3.55.tar.gz) = acae7b803a3219cd4b78216cb8a6352805741e42eca6a42a5e6289ebbabc6189c7c6bc138cbd8a93d8631d06175c4d34e72957d49fe726adada6aaa2566e399e
+Size (nss-3.55.tar.gz) = 81759883 bytes
 SHA1 (patch-am) = fea682bf03bc8b645049f93ed58554ca45f47aca
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1



Home | Main Index | Thread Index | Old Index