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 Mar 15 18:51:30 UTC 2024

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.99.

Changes:

 - Bug 1325335 - Removing check for message len in ed25519
 - Bug 1884276 - add ed25519 to SECU_ecName2params.
 - Bug 1325335 - add EdDSA wycheproof tests.
 - Bug 1325335 - nss/lib layer code for EDDSA.
 - Bug 1325335 - Adding EdDSA implementation.
 - Bug 1881027 - Exporting Certificate Compression types
 - Bug 1880857 - Updating ACVP docker to rust 1.74
 - Bug 1325335 - Updating HACL* to 0f136f28935822579c244f287e1d2a1908a7e552
 - Bug 1877730 - Add NSS_CMSRecipient_IsSupported.


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.177 -r1.178 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.256 pkgsrc/devel/nss/Makefile:1.257
--- pkgsrc/devel/nss/Makefile:1.256     Thu Feb 15 22:46:50 2024
+++ pkgsrc/devel/nss/Makefile   Fri Mar 15 18:51:30 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.256 2024/02/15 22:46:50 wiz Exp $
+# $NetBSD: Makefile,v 1.257 2024/03/15 18:51:30 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.98.0
+NSS_RELEASE=           3.99.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.177 pkgsrc/devel/nss/distinfo:1.178
--- pkgsrc/devel/nss/distinfo:1.177     Thu Feb 15 22:46:50 2024
+++ pkgsrc/devel/nss/distinfo   Fri Mar 15 18:51:30 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.177 2024/02/15 22:46:50 wiz Exp $
+$NetBSD: distinfo,v 1.178 2024/03/15 18:51:30 wiz Exp $
 
-BLAKE2s (nss-3.98.tar.gz) = 40e79df33afc9bf1c194d9410ee19bc9ea7216df15cf67d28fe784c3b467d192
-SHA512 (nss-3.98.tar.gz) = 4f335c5c284eff6424745cc15e32037715a915f6f61687ec36a8ffaef0e45d152602a1be275bbb2f14650c7d258d6488430cdcf512b18ba7cb73cd43ac625681
-Size (nss-3.98.tar.gz) = 76685475 bytes
+BLAKE2s (nss-3.99.tar.gz) = 480b88ef98a22d71f23f78196108be6e8542aba7277ec39b8ab09ec403152d52
+SHA512 (nss-3.99.tar.gz) = 8ae032f3cb8eadfe524505d20e430b90ed25af2b4732b2cf286c435b0fcd5701d2f5c48bd2cfb3f9aa0bfdf503c1f3d5394cf34f860f51a1141cc4a7586bba32
+Size (nss-3.99.tar.gz) = 76753982 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index