Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2026 21:34:33 +0000
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0b2981009eb1 - main - security/nss: update to 3.123
Message-ID:  <69e2a769.27d1e.677d994a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b2981009eb14e4e1dbc699c4ea866bdab995bac

commit 0b2981009eb14e4e1dbc699c4ea866bdab995bac
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2026-04-17 21:31:35 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2026-04-17 21:31:35 +0000

    security/nss: update to 3.123
    
    Announcement:
      https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/AW6VHkn6E0o
    
    Patch patch-lib_softoken_pkcs11c.c was dropped - it is unclear if it
    was still relevant. The last discussion of the problem this patch was
    supposed to fix happened >15 years ago, and nothing came out of that.
---
 security/nss/Makefile                           |  2 +-
 security/nss/distinfo                           |  6 +++---
 security/nss/files/patch-lib_softoken_pkcs11c.c | 22 ----------------------
 3 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/security/nss/Makefile b/security/nss/Makefile
index c8ed340751bb..3c53472fec68 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nss
-DISTVERSION=	3.122.1
+DISTVERSION=	3.123
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
 
diff --git a/security/nss/distinfo b/security/nss/distinfo
index 52958a0fbc39..d31e4969cc71 100644
--- a/security/nss/distinfo
+++ b/security/nss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1776190262
-SHA256 (nss-3.122.1.tar.gz) = de5a655da82a67e502b802ae0b53f3eb02ea53f509c3fc0ab54a892e04493bbf
-SIZE (nss-3.122.1.tar.gz) = 77656779
+TIMESTAMP = 1776440372
+SHA256 (nss-3.123.tar.gz) = 2145113398a269779a7390515a1638800836b130248e33f93243268c026d4e49
+SIZE (nss-3.123.tar.gz) = 77762089
diff --git a/security/nss/files/patch-lib_softoken_pkcs11c.c b/security/nss/files/patch-lib_softoken_pkcs11c.c
deleted file mode 100644
index 5acfe3f87c7b..000000000000
--- a/security/nss/files/patch-lib_softoken_pkcs11c.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- lib/softoken/pkcs11c.c.orig	2020-05-01 21:08:55 UTC
-+++ lib/softoken/pkcs11c.c
-@@ -6106,9 +6106,6 @@ sftk_unwrapPrivateKey(SFTKObject *key, SECItem *bpki)
-             break;
-         case NSSLOWKEYDSAKey:
-             keyType = CKK_DSA;
--            crv = (sftk_hasAttribute(key, CKA_NSS_DB)) ? CKR_OK : CKR_KEY_TYPE_INCONSISTENT;
--            if (crv != CKR_OK)
--                break;
-             crv = sftk_AddAttributeType(key, CKA_KEY_TYPE, &keyType,
-                                         sizeof(keyType));
-             if (crv != CKR_OK)
-@@ -6148,9 +6145,6 @@ sftk_unwrapPrivateKey(SFTKObject *key, SECItem *bpki)
-         /* what about fortezza??? */
-         case NSSLOWKEYECKey:
-             keyType = CKK_EC;
--            crv = (sftk_hasAttribute(key, CKA_NSS_DB)) ? CKR_OK : CKR_KEY_TYPE_INCONSISTENT;
--            if (crv != CKR_OK)
--                break;
-             crv = sftk_AddAttributeType(key, CKA_KEY_TYPE, &keyType,
-                                         sizeof(keyType));
-             if (crv != CKR_OK)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e2a769.27d1e.677d994a>