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:   wiz
Date:           Fri Jun 24 06:10:38 UTC 2022

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.80.

Ok during freeze: gdt@

Changes:
   - Bug 1774720 - Fix SEC_ERROR_ALGORITHM_MISMATCH entry in SECerrs.h.
   - Bug 1617956 - Add support for asynchronous client auth hooks.
   - Bug 1497537 - nss-policy-check: make unknown keyword check optional.
   - Bug 1765383 - GatherBuffer: Reduced plaintext buffer allocations
   by allocating it on initialization. Replaced redundant code with
   assert. Debug builds: Added buffer freeing/allocation for each
   record.
   - Bug 1773022 - Mark 3.79 as an ESR release.
   - Bug 1764206 - Bump nssckbi version number for June.
   - Bug 1759815 - Remove Hellenic Academic 2011 Root.
   - Bug 1770267 - Add E-Tugra Roots.
   - Bug 1768970 - Add Certainly Roots.
   - Bug 1764392 - Add DigitCert Roots.
   - Bug 1759794 - Protect SFTKSlot needLogin with slotLock.
   - Bug 1366464 - Compare signature and signatureAlgorithm fields
   in legacy certificate verifier.
   - Bug 1771497 - Uninitialized value in cert_VerifyCertChainOld.
   - Bug 1771495 - Unchecked return code in sec_DecodeSigAlg.
   - Bug 1771498 - Uninitialized value in cert_ComputeCertType.
   - Bug 1760998 - Avoid data race on primary password change.
   - Bug 1769063 - Replace ppc64 dcbzl intrinisic.
   - Bug 1771036 - Allow LDFLAGS override in makefile builds.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.154 -r1.155 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.229 pkgsrc/devel/nss/Makefile:1.230
--- pkgsrc/devel/nss/Makefile:1.229     Tue May 31 20:30:10 2022
+++ pkgsrc/devel/nss/Makefile   Fri Jun 24 06:10:38 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.229 2022/05/31 20:30:10 wiz Exp $
+# $NetBSD: Makefile,v 1.230 2022/06/24 06:10:38 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.79.0
+NSS_RELEASE=           3.80.0
 CATEGORIES=            devel 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.154 pkgsrc/devel/nss/distinfo:1.155
--- pkgsrc/devel/nss/distinfo:1.154     Tue May 31 20:30:10 2022
+++ pkgsrc/devel/nss/distinfo   Fri Jun 24 06:10:38 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.154 2022/05/31 20:30:10 wiz Exp $
+$NetBSD: distinfo,v 1.155 2022/06/24 06:10:38 wiz Exp $
 
-BLAKE2s (nss-3.79.tar.gz) = 5fd7a0c74f52a49111f01dd9002227f99d4f0e9ffdf713c2b67e7085ec2561a0
-SHA512 (nss-3.79.tar.gz) = d3311da3bd0e6907760390221c1307a63d84dd8ad9b85dbfdbf59fe4678341c9856b6f93235731999a1236c98dc0ac66d2dc023eb439cb696f73509dae70c41d
-Size (nss-3.79.tar.gz) = 84830113 bytes
+BLAKE2s (nss-3.80.tar.gz) = 4f564a570a4681992c65b5abe15bc8930aa7ff6e26f27886240aaa3d6737c15f
+SHA512 (nss-3.80.tar.gz) = db05df17fea12bf3ec83882bf761663f8f10f3a8ce9a33519c7985d6003945068adb658250cf05d8b598c34ecb4ba7ea5cdc468d9cc7bc786aedb72d7be65923
+Size (nss-3.80.tar.gz) = 84841312 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index