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:           Thu Mar  3 12:13:36 UTC 2022

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.76.

Changes:
   - Bug 1755555 - Hold tokensLock through nssToken_GetSlot calls in nssTrustDomain_GetActiveSlots.
   - Bug 1370866 - Check return value of PK11Slot_GetNSSToken.
   - Bug 1747957 - Use Wycheproof JSON for RSASSA-PSS
   - Bug 1679803 - Add SHA256 fingerprint comments to old certdata.txt entries.
   - Bug 1753505 - Avoid truncating files in nss-release-helper.py.
   - Bug 1751157 - Throw illegal_parameter alert for illegal extensions in handshake message.


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.146 -r1.147 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.221 pkgsrc/devel/nss/Makefile:1.222
--- pkgsrc/devel/nss/Makefile:1.221     Thu Feb  3 23:37:26 2022
+++ pkgsrc/devel/nss/Makefile   Thu Mar  3 12:13:35 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.221 2022/02/03 23:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.222 2022/03/03 12:13:35 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.75.0
+NSS_RELEASE=           3.76.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.146 pkgsrc/devel/nss/distinfo:1.147
--- pkgsrc/devel/nss/distinfo:1.146     Thu Feb  3 23:37:26 2022
+++ pkgsrc/devel/nss/distinfo   Thu Mar  3 12:13:35 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.146 2022/02/03 23:37:26 wiz Exp $
+$NetBSD: distinfo,v 1.147 2022/03/03 12:13:35 wiz Exp $
 
-BLAKE2s (nss-3.75.tar.gz) = 1cb636dd354f1077c719d5b0aba4ae1e07092c83efcf569c605b1a623b5ccf99
-SHA512 (nss-3.75.tar.gz) = 0ad42f663b48649d7d16dc8b8956d2971a9566c0f7f655dd0609b94877f400977e5ad693f2eb44e1e277e55d1669294f07b3ba7a32573d3d72837b3944adf86d
-Size (nss-3.75.tar.gz) = 84738291 bytes
+BLAKE2s (nss-3.76.tar.gz) = 1da75fb2557ae4172a11b84071175695b3e783073817ced23fdf0c563c9a3f3b
+SHA512 (nss-3.76.tar.gz) = ffbdd8a27f60b796e1204912cde2fa62ac99747ce550258ccdd6fe96d60a46c6ac3f82758a7aba3c7ee58da4e7bf09f1bf817fb9f0fa4e62faaea08a6301b8bd
+Size (nss-3.76.tar.gz) = 84623743 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index