Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 21:59:56 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469336 - head/security/nss/files
Message-ID:  <201805072159.w47LxuXv047589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon May  7 21:59:56 2018
New Revision: 469336
URL: https://svnweb.freebsd.org/changeset/ports/469336

Log:
  security/nss: unbreak armv6 after r469333
  
  cd FreeBSD11.1_OPT.OBJ ; sh 'nss/cmd/shlibsign/.'/sign.sh 'nss/cmd/shlibsign/../../../dist/FreeBSD11.1_OPT.OBJ' \
  'nss/cmd/shlibsign/FreeBSD11.1_OPT.OBJ' FreeBSD \
  'nss/cmd/shlibsign/../../../dist/FreeBSD11.1_OPT.OBJ/lib' 'nss/cmd/shlibsign/../../../dist/FreeBSD11.1_OPT.OBJ/lib/libsoftokn3.so'
  nss/cmd/shlibsign/FreeBSD11.1_OPT.OBJ/shlibsign -v -i nss/cmd/shlibsign/../../../dist/FreeBSD11.1_OPT.OBJ/lib/libsoftokn3.so
  C_Initialize failed: 0x00000030, CKR_DEVICE_ERROR
  NSPR error code: -5977: Failure to load dynamic library
  Initiailzing softoken failed: 0x00000030, CKR_DEVICE_ERROR
  NSPR error code: -5977: Failure to load dynamic library
  moduleSpec configdir='' certPrefix='' keyPrefix='' secmod='' flags=noCertDB, noModDB
  gmake[3]: *** [Makefile:92: ../../../dist/FreeBSD11.1_OPT.OBJ/lib/libsoftokn3.chk] Error 1

Added:
  head/security/nss/files/patch-bug1459739   (contents, props changed)

Added: head/security/nss/files/patch-bug1459739
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/nss/files/patch-bug1459739	Mon May  7 21:59:56 2018	(r469336)
@@ -0,0 +1,14 @@
+diff --git lib/freebl/Makefile lib/freebl/Makefile
+index e6a94d35c4..0aecd2fbe7 100644
+--- lib/freebl/Makefile
++++ lib/freebl/Makefile
+@@ -539,6 +539,9 @@ ifeq (,$(filter-out i386 x386 x86 x86_64 aarch64,$(CPU_ARCH)))
+ 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
+ 
+ #######################################################################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805072159.w47LxuXv047589>