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 Dec  8 23:39:32 UTC 2022

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.86.

Changes:
   - Bug 1803190 - conscious language removal in NSS.
   - Bug 1794506 - Set nssckbi version number to 2.60.
   - Bug 1803453 - Set CKA_NSS_SERVER_DISTRUST_AFTER and
     CKA_NSS_EMAIL_DISTRUST_AFTER for 3 TrustCor Root Certificates.
   - Bug 1799038 - Remove Staat der Nederlanden EV Root CA from NSS.
   - Bug 1797559 - Remove EC-ACC root cert from NSS.
   - Bug 1794507 - Remove SwissSign Platinum CA - G2 from NSS.
   - Bug 1794495 - Remove Network Solutions Certificate Authority.
   - Bug 1802331 - compress docker image artifact with zstd.
   - Bug 1799315 - Migrate nss from AWS to GCP.
   - Bug 1800989 - Enable static builds in the CI.
   - Bug 1765759 - Removing SAW docker from the NSS build system.
   - Bug 1783231 - Initialising variables in the rsa blinding code.
   - Bug 320582 - Implementation of the double-signing of the message for ECDSA.
   - Bug 1783231 - Adding exponent blinding for RSA.


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.161 -r1.162 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.239 pkgsrc/devel/nss/Makefile:1.240
--- pkgsrc/devel/nss/Makefile:1.239     Wed Nov 23 16:19:51 2022
+++ pkgsrc/devel/nss/Makefile   Thu Dec  8 23:39:31 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.239 2022/11/23 16:19:51 adam Exp $
+# $NetBSD: Makefile,v 1.240 2022/12/08 23:39:31 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.85.0
-PKGREVISION=           1
+NSS_RELEASE=           3.86.0
 CATEGORIES=            devel security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
 
@@ -32,7 +31,7 @@ BUILD_DIRS=           nss
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
+.if ${USE_CROSS_COMPILE:U:tl} == yes
 
 # nss doesn't really depend on nspr as a tool, but the
 # EXTRA_SHARED_LIBS we set there get passed through to the build of a

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.161 pkgsrc/devel/nss/distinfo:1.162
--- pkgsrc/devel/nss/distinfo:1.161     Thu Nov 10 19:25:25 2022
+++ pkgsrc/devel/nss/distinfo   Thu Dec  8 23:39:31 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.161 2022/11/10 19:25:25 wiz Exp $
+$NetBSD: distinfo,v 1.162 2022/12/08 23:39:31 wiz Exp $
 
-BLAKE2s (nss-3.85.tar.gz) = 1aca41870edc260cc4019aee58ec58e15dd7f5bacb82fb99dcad1de7e2388894
-SHA512 (nss-3.85.tar.gz) = 97cfffa2beed1dba5d31e0c6e450553e5a8c78b427521640adb00c05d9d63cd64dc08388f0dbf96c93efb79f5daf4ba8db8d026b0b43d2e5c865a9b833fc77a1
-Size (nss-3.85.tar.gz) = 84717969 bytes
+BLAKE2s (nss-3.86.tar.gz) = 975302cc057b0a0117c46aafdcea8af20117ff75ebd56c3113f72a13f20940c8
+SHA512 (nss-3.86.tar.gz) = c09aeb52d7898617b65a1090cbdd29f6457eff2ebdc61aadb2dbf7b5044eae010ee5eeea729825f1258902936a61a1bff552ee9b26b2f01e5d448bbd8791d1cb
+Size (nss-3.86.tar.gz) = 71423531 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index