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:           Mon Mar 13 18:15:39 UTC 2023

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.89.

Changes:

   - Bug 1820834 - revert freebl/softoken RSA_MIN_MODULUS_BITS increase.
   - Bug 1820175 - PR_STATIC_ASSERT is cursed.
   - Bug 1767883 - Need to add policy control to keys lengths for signatures.
   - Bug 1820175 - Fix unreachable code warning in fuzz builds.
   - Bug 1820175 - Fix various compiler warnings in NSS.
   - Bug 1820175 - Enable various compiler warnings for clang builds.
   - Bug 1815136 - set PORT error after sftk_HMACCmp failure.
   - Bug 1767883 - Need to add policy control to keys lengths for signatures.
   - Bug 1804662 - remove data length assertion in sec_PKCS7Decrypt.
   - Bug 1804660 - Make high tag number assertion failure an error.
   - Bug 1817513 - CKM_SHA384_KEY_DERIVATION correction maximum key length from 284 to 384.
   - Bug 1815167 - Tolerate certificate_authorities xtn in ClientHello.
   - Bug 1789436 - Fix build failure on Windows.
   - Bug 1811337 - migrate Win 2012 tasks to Azure.
   - Bug 1810702 - fix title length in doc.
   - Bug 1570615 - Add interop tests for HRR and PSK to GREASE suite.
   - Bug 1570615 - Add presence/absence tests for TLS GREASE.
   - Bug 1804688 - Correct addition of GREASE value to ALPN xtn.
   - Bug 1789436 - CH extension permutation.
   - Bug 1570615 - TLS GREASE (RFC8701).
   - Bug 1804640 - improve handling of unknown PKCS#12 safe bag types.
   - Bug 1815870 - use a different treeherder symbol for each docker image build task.
   - Bug 1815868 - pin an older version of the ubuntu:18.04 and 20.04 docker images.
   - Bug 1810702 - remove nested table in rst doc.
   - Bug 1815246 - Export NSS_CMSSignerInfo_GetDigestAlgTag.
   - Bug 1812671 - build failure while implicitly casting SECStatus to PRUInt32.


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.165 -r1.166 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.243 pkgsrc/devel/nss/Makefile:1.244
--- pkgsrc/devel/nss/Makefile:1.243     Fri Feb 10 07:32:45 2023
+++ pkgsrc/devel/nss/Makefile   Mon Mar 13 18:15:39 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.243 2023/02/10 07:32:45 wiz Exp $
+# $NetBSD: Makefile,v 1.244 2023/03/13 18:15:39 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.88.1
+NSS_RELEASE=           3.89.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.165 pkgsrc/devel/nss/distinfo:1.166
--- pkgsrc/devel/nss/distinfo:1.165     Fri Feb 10 07:32:45 2023
+++ pkgsrc/devel/nss/distinfo   Mon Mar 13 18:15:39 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.165 2023/02/10 07:32:45 wiz Exp $
+$NetBSD: distinfo,v 1.166 2023/03/13 18:15:39 wiz Exp $
 
-BLAKE2s (nss-3.88.1.tar.gz) = a013043c15ec097561b5beae99875686dd71a5b778a0b5984ab1333492ebafd8
-SHA512 (nss-3.88.1.tar.gz) = d15289803a4c3caa1b7a8872b761a95b4f571688c8b8ffaf2a1478e032a356fbcf8a9239ebe1777561503329f63dd237384e1d8af9ca70fb48b40e70954b455a
-Size (nss-3.88.1.tar.gz) = 71607211 bytes
+BLAKE2s (nss-3.89.tar.gz) = 904ee422d17eb30953f93ab94da07f8e70a7a4191adede5bed4303037d41a478
+SHA512 (nss-3.89.tar.gz) = 1db06d4575f2c16d2a0629007981211e714f99c014c0a6256dd33d0caf8c809ba8d5be204d018f9d1cc99b9fcd055ac1fb99b399486ed43c9cf3f55f2747de82
+Size (nss-3.89.tar.gz) = 71617802 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index