aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-05-14 10:01:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-05-14 17:35:12 +0000
commit27411fe284d7e5debf87f3a7f7400b83e70253c6 (patch)
treef0930000e1c4c6200c4cfc342c439ced4b5145b0
parent34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 (diff)
downloadports-27411fe284d7e5debf87f3a7f7400b83e70253c6.tar.gz
ports-27411fe284d7e5debf87f3a7f7400b83e70253c6.zip
security/nss: update to 3.65
-rw-r--r--security/nss/Makefile2
-rw-r--r--security/nss/distinfo6
-rw-r--r--security/nss/files/patch-lib-freebl-Makefile9
3 files changed, 9 insertions, 8 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index a4f17aa15548..a47e49da406f 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -1,7 +1,7 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
PORTNAME= nss
-PORTVERSION= 3.64
+PORTVERSION= 3.65
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 bc2d946aee9f..da72dfe6ab5a 100644
--- a/security/nss/distinfo
+++ b/security/nss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618503464
-SHA256 (nss-3.64.tar.gz) = d3175427172e9c3a6f1ebc74452cb791590f28191c6a1a443dbc0d87c9df1126
-SIZE (nss-3.64.tar.gz) = 82173054
+TIMESTAMP = 1620986463
+SHA256 (nss-3.65.tar.gz) = 32170f6c188212a78bf9fdacffa2eeed0d564ef8faae63fd8ae971b208e8c637
+SIZE (nss-3.65.tar.gz) = 82386222
diff --git a/security/nss/files/patch-lib-freebl-Makefile b/security/nss/files/patch-lib-freebl-Makefile
index f9e412e534f5..0ed2694c5b67 100644
--- a/security/nss/files/patch-lib-freebl-Makefile
+++ b/security/nss/files/patch-lib-freebl-Makefile
@@ -1,4 +1,4 @@
---- lib/freebl/Makefile.orig 2021-04-15 16:17:44 UTC
+--- lib/freebl/Makefile.orig 2021-05-14 10:01:03 UTC
+++ lib/freebl/Makefile
@@ -263,7 +263,7 @@ else ifeq ($(CPU_ARCH),x86)
endif
@@ -9,14 +9,15 @@
ifeq ($(CPU_ARCH),x86_64)
# Lower case s on mpi_amd64_common due to make implicit rules.
ASFILES = arcfour-amd64-gas.s mpi_amd64_common.s
-@@ -298,10 +298,10 @@ ifdef USE_64
+@@ -298,11 +298,11 @@ ifdef USE_64
PPC_ABI := $(shell $(CC) -dM -E - < /dev/null | awk '$$2 == "_CALL_ELF" {print $$3}')
ifeq ($(PPC_ABI),2)
ASFILES += sha512-p8.s
- ifeq ($(OS_TEST),ppc64le)
+ ifeq ($(OS_TEST),powerpc64le)
- EXTRA_SRCS += chacha20poly1305-ppc.c
- ASFILES += chacha20-ppc64le.s
+ DEFINES += -DPPC_GCM
+ EXTRA_SRCS += chacha20poly1305-ppc.c ppc-gcm-wrap.c
+ ASFILES += chacha20-ppc64le.s ppc-gcm.s
- endif # ppc64le
+ endif # powerpc64le
endif