summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2018-06-06 11:11:09 -0500
committerJory A. Pratt <anarchy@gentoo.org>2018-06-06 11:11:35 -0500
commit716955bbcab32623d9e073b5d8f46fd32c51c854 (patch)
tree371f7b645b164925c730af916419e0bbb57cdd6a /dev-libs/nss/files
parentnet-wireless/inspectrum: bump (diff)
downloadgentoo-716955bbcab32623d9e073b5d8f46fd32c51c854.tar.gz
gentoo-716955bbcab32623d9e073b5d8f46fd32c51c854.tar.bz2
gentoo-716955bbcab32623d9e073b5d8f46fd32c51c854.zip
dev-libs/nss: Version bump, includes upstream fix for bug #655636
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/nss/files')
-rw-r--r--dev-libs/nss/files/nss-3.37-fix-fstar-missing-symbols.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/nss/files/nss-3.37-fix-fstar-missing-symbols.patch b/dev-libs/nss/files/nss-3.37-fix-fstar-missing-symbols.patch
deleted file mode 100644
index 4a6be4e90cd8..000000000000
--- a/dev-libs/nss/files/nss-3.37-fix-fstar-missing-symbols.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-# HG changeset patch
-# User Jan Beich <jbeich@FreeBSD.org>
-# Date 1525728934 0
-# Node ID 259444458a1a7f2ce1813ebe88d924173d5daf0c
-# Parent 5db9e969c74a2a02c4b1d918792827014d1a9d5e
-Bug 1459739 - Build FStar.o on 32-bit ARM even with make. r=fkiefer
-
-
-diff --git a/lib/freebl/Makefile b/lib/freebl/Makefile
---- a/lib/freebl/Makefile
-+++ b/lib/freebl/Makefile
-@@ -534,16 +534,19 @@ endif # NSS_DISABLE_CHACHAPOLY
- ifeq (,$(filter-out i386 x386 x86 x86_64 aarch64,$(CPU_ARCH)))
- # All intel architectures get the 64 bit version
- # With custom uint128 if necessary (faster than generic 32 bit version).
- ECL_SRCS += curve25519_64.c
- VERIFIED_SRCS += Hacl_Curve25519.c FStar.c
- else
- # All non intel architectures get the generic 32 bit implementation (slow!)
- ECL_SRCS += curve25519_32.c
-+ifndef NSS_DISABLE_CHACHAPOLY
-+ VERIFIED_SRCS += FStar.c
-+endif
- endif
-
- #######################################################################
- # (5) Execute "global" rules. (OPTIONAL) #
- #######################################################################
-
- include $(CORE_DEPTH)/coreconf/rules.mk
-
-
-
-