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:           Tue May  7 20:55:32 UTC 2024

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.100.

Changes:

 - Bug 1893029 - merge pk11_kyberSlotList into pk11_ecSlotList for faster Xyber operations.
 - Bug 1893752 - remove ckcapi.
 - Bug 1893162 - avoid a potential PK11GenericObject memory leak.
 - Bug 671060 - Remove incomplete ESDH code.
 - Bug 215997 - Decrypt RSA OAEP encrypted messages.
 - Bug 1887996 - Fix certutil CRLDP URI code.
 - Bug 1890069 - Don't set CKA_DERIVE for CKK_EC_EDWARDS private keys.
 - Bug 676118: Add ability to encrypt and decrypt CMS messages using ECDH.
 - Bug 676100 - Correct Templates for key agreement in smime/cmsasn.c.
 - Bug 1548723 - Moving the decodedCert allocation to NSS.
 - Bug 1885404 - Allow developers to speed up repeated local execution of NSS tests that depend on certificates.


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.178 -r1.179 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.257 pkgsrc/devel/nss/Makefile:1.258
--- pkgsrc/devel/nss/Makefile:1.257     Fri Mar 15 18:51:30 2024
+++ pkgsrc/devel/nss/Makefile   Tue May  7 20:55:32 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.257 2024/03/15 18:51:30 wiz Exp $
+# $NetBSD: Makefile,v 1.258 2024/05/07 20:55:32 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.99.0
+NSS_RELEASE=           3.100.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.178 pkgsrc/devel/nss/distinfo:1.179
--- pkgsrc/devel/nss/distinfo:1.178     Fri Mar 15 18:51:30 2024
+++ pkgsrc/devel/nss/distinfo   Tue May  7 20:55:32 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.178 2024/03/15 18:51:30 wiz Exp $
+$NetBSD: distinfo,v 1.179 2024/05/07 20:55:32 wiz Exp $
 
-BLAKE2s (nss-3.99.tar.gz) = 480b88ef98a22d71f23f78196108be6e8542aba7277ec39b8ab09ec403152d52
-SHA512 (nss-3.99.tar.gz) = 8ae032f3cb8eadfe524505d20e430b90ed25af2b4732b2cf286c435b0fcd5701d2f5c48bd2cfb3f9aa0bfdf503c1f3d5394cf34f860f51a1141cc4a7586bba32
-Size (nss-3.99.tar.gz) = 76753982 bytes
+BLAKE2s (nss-3.100.tar.gz) = d379de653f39a6c9017fa6b01510049bfae4130c68c0e6e58ddfcb6366094d2e
+SHA512 (nss-3.100.tar.gz) = 725c10ffc02fc17347a213b42fabad789aec2c6352fe803b4ad166695ab59495849e9a69684578eb274faf818ec2277f2d433167cdd27997dcf8d8e94dd4df34
+Size (nss-3.100.tar.gz) = 76746058 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index