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 Oct  3 07:59:25 UTC 2023

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.94.

Changes:

 - Bug 1853737 - Updated code and commit ID for HACL*.
 - Bug 1840510 - update ACVP fuzzed test vector: refuzzed with current NSS.
 - Bug 1827303 - Softoken C_ calls should use system FIPS setting
   to select NSC_ or FC_ variants.
 - Bug 1774659 - NSS needs a database tool that can dump the low
   level representation of the database.
 - Bug 1852179 - declare string literals using char in pkixnames_tests.cpp.
 - Bug 1852179 - avoid implicit conversion for ByteString.
 - Bug 1818766 - update rust version for acvp docker.
 - Bug 1852011 - Moving the init function of the mpi_ints before
   clean-up in ec.c
 - Bug 1615555 - P-256 ECDH and ECDSA from HACL*.
 - Bug 1840510 - Add ACVP test vectors to the repository
 - Bug 1849077 - Stop relying on std::basic_string<uint8_t>.
 - Bug 1847845 - Transpose the PPC_ABI check from Makefile to gyp.


To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.171 -r1.172 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.250 pkgsrc/devel/nss/Makefile:1.251
--- pkgsrc/devel/nss/Makefile:1.250     Wed Aug 30 22:25:20 2023
+++ pkgsrc/devel/nss/Makefile   Tue Oct  3 07:59:25 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.250 2023/08/30 22:25:20 wiz Exp $
+# $NetBSD: Makefile,v 1.251 2023/10/03 07:59:25 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.93.0
+NSS_RELEASE=           3.94.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.171 pkgsrc/devel/nss/distinfo:1.172
--- pkgsrc/devel/nss/distinfo:1.171     Wed Aug 30 22:25:20 2023
+++ pkgsrc/devel/nss/distinfo   Tue Oct  3 07:59:25 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.171 2023/08/30 22:25:20 wiz Exp $
+$NetBSD: distinfo,v 1.172 2023/10/03 07:59:25 wiz Exp $
 
-BLAKE2s (nss-3.93.tar.gz) = c1fa1171fb447491ce26afe949e968dc468dd45f2832a37fc6e535fa79b0bdd4
-SHA512 (nss-3.93.tar.gz) = d96f13a70e825b39efadfe7c973c24c1e5ad43319bd813599010383e2b8434181f53489672f68fe79e2cb0c4d4ea0088499e588c3524eccf9298aafc57b94951
-Size (nss-3.93.tar.gz) = 72281331 bytes
+BLAKE2s (nss-3.94.tar.gz) = 0a5ef6a884d7bbe6af90ccd2330ffd153c9ed3294dc5b53dea0786bd7325a21f
+SHA512 (nss-3.94.tar.gz) = 3a839a6cc7267e45749f769621c3e8823f92cb654ee40460187e59b50825bb0f84ca278cd61881a3e0e7d95f95e0ffcd266a10c780cdcf8a08a2f0a9bb71892f
+Size (nss-3.94.tar.gz) = 76580364 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index