Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2026 16:57:07 +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: 2f5928dcf926 - main - security/nss: update to 3.122
Message-ID:  <69c413e3.33750.d030c4c@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=2f5928dcf926094cb3b85fb3e1fa1f6bc75041b9

commit 2f5928dcf926094cb3b85fb3e1fa1f6bc75041b9
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2026-03-25 16:56:39 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2026-03-25 16:56:39 +0000

    security/nss: update to 3.122
    
    Release Notes:
      https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_122.html
---
 security/nss/Makefile              |  2 +-
 security/nss/distinfo              |  6 +++---
 security/nss/files/patch-bug301986 | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/security/nss/Makefile b/security/nss/Makefile
index d3270475d52b..c3d782689ed2 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nss
-DISTVERSION=	3.121
+DISTVERSION=	3.122
 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 f04247d798d2..0a659b2719fc 100644
--- a/security/nss/distinfo
+++ b/security/nss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771618095
-SHA256 (nss-3.121.tar.gz) = cb3a8f8781bea78b7b8edd3afb7a2cb58e4881bb0160d189a39b98216ba7632e
-SIZE (nss-3.121.tar.gz) = 77644546
+TIMESTAMP = 1774381233
+SHA256 (nss-3.122.tar.gz) = 2699478b843b9f09c61f85341578df514463a0069447c816bef0d59bd800d777
+SIZE (nss-3.122.tar.gz) = 77654239
diff --git a/security/nss/files/patch-bug301986 b/security/nss/files/patch-bug301986
deleted file mode 100644
index ca5795e0d72b..000000000000
--- a/security/nss/files/patch-bug301986
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/util/nssilckt.h.orig	2018-08-31 12:55:53 UTC
-+++ lib/util/nssilckt.h
-@@ -163,7 +163,7 @@ typedef enum {
- ** Declare the trace record
- */
- struct pzTrace_s {
--    PRUint32 threadID;       /* PR_GetThreadID() */
-+    pthread_t threadID;      /* PR_GetThreadID() */
-     nssILockOp op;           /* operation being performed */
-     nssILockType ltype;      /* lock type identifier */
-     PRIntervalTime callTime; /* time spent in function */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c413e3.33750.d030c4c>