From 27411fe284d7e5debf87f3a7f7400b83e70253c6 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 14 May 2021 10:01:03 +0000 Subject: security/nss: update to 3.65 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.65_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_65_RTM --- security/nss/Makefile | 2 +- security/nss/distinfo | 6 +++--- security/nss/files/patch-lib-freebl-Makefile | 9 +++++---- 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 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 -- cgit v1.2.3