Skip to content
Snippets Groups Projects
Commit 27411fe2 authored by Jan Beich's avatar Jan Beich
Browse files
parent 34e89e40
No related branches found
No related tags found
No related merge requests found
# 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
......
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
--- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment