summaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/Makefile2
-rw-r--r--security/nss/distinfo6
-rw-r--r--security/nss/files/patch-bug197310523
3 files changed, 4 insertions, 27 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index b99ebcb77547..f8c7e5630703 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nss
-PORTVERSION= 3.113.1
+PORTVERSION= 3.114
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 fe38e674c30a..df00638ab54d 100644
--- a/security/nss/distinfo
+++ b/security/nss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751391207
-SHA256 (nss-3.113.1.tar.gz) = b8c586cc0ac60b76477f62483f664f119c26000a8189dd9ef417df7dbd33a2cc
-SIZE (nss-3.113.1.tar.gz) = 76626220
+TIMESTAMP = 1752847969
+SHA256 (nss-3.114.tar.gz) = cac3c0d67028804fb316e9695f81749fa4dc118e731d674b4c4c347bd849c2f1
+SIZE (nss-3.114.tar.gz) = 76653541
diff --git a/security/nss/files/patch-bug1973105 b/security/nss/files/patch-bug1973105
deleted file mode 100644
index ef2eea831b0d..000000000000
--- a/security/nss/files/patch-bug1973105
+++ /dev/null
@@ -1,23 +0,0 @@
-commit 98cb80c5fba9550451f6df711a2ae460608acd5e
-Author: Christoph Moench-Tegeder <cmt@burggraben.net>
-
- Bug 1973105 - remove out-of-function semicolon, r=rrelyea
-
- given the right flags, consumers of nss may fail with
- : /usr/local/include/nss/pkcs11n.h:633:92: error: extra ';' outside of a function [-Werror,-Wextra-semi]
-
- Differential Revision: https://phabricator.services.mozilla.com/D254438
-
-diff --git lib/util/pkcs11n.h lib/util/pkcs11n.h
-index cba3f63ae..9365d697a 100644
---- lib/util/pkcs11n.h
-+++ lib/util/pkcs11n.h
-@@ -630,7 +630,7 @@ _NSS_DEPRECATE_DEFINE_TYPE(CK_TRUST, CKT_NSS_VALID,
- #define CKT_NSS_VALID \
- _NSS_DEPRECATE_DEFINE_VALUE(CKT_NSS_VALID, CKT_NSS_NOT_TRUSTED)
- _NSS_DEPRECATE_DEFINE_TYPE(CK_TRUST, CKT_NSS_MUST_VERIFY,
-- "CKT_NSS_MUST_VERIFY really functions as CKT_NSS_TRUST_UNKNOWN");
-+ "CKT_NSS_MUST_VERIFY really functions as CKT_NSS_TRUST_UNKNOWN")
- #define CKT_NSS_MUST_VERIFY \
- _NSS_DEPRECATE_DEFINE_VALUE(CKT_NSS_MUST_VERIFY, CKT_NSS_TRUST_UNKNOWN)
-