git: 773915c8ffad - 2021Q2 - security/nss: update to 3.65

Jan Beich jbeich at FreeBSD.org
Tue May 18 00:54:53 UTC 2021


The branch 2021Q2 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=773915c8ffadd98c9e72caee5a47e40c9831d808

commit 773915c8ffadd98c9e72caee5a47e40c9831d808
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-14 10:01:03 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-18 00:52:36 +0000

    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
    (cherry picked from commit 27411fe284d7e5debf87f3a7f7400b83e70253c6)
---
 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 <sobomax at 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


More information about the dev-commits-ports-branches mailing list