Merge pull request #6 from import/nss:rosa2016.1

Updated to 3.28.3
This commit is contained in:
alzim 2017-03-08 17:09:22 +03:00
commit e4cfcc6dfb
3 changed files with 2 additions and 36 deletions

View file

@ -3,5 +3,5 @@ sources:
blank-key3.db: 7f78b5bcecdb5005e7b803604b2ec9d1a9df2fb5
blank-secmod.db: bd748cf6e1465a1bbe6e751b72ffc0076aff0b50
certificadoACRaiz.crt: 8efdcabc93e61e925d4d1ded181a4320a467a139
nss-3.28.1.tar.gz: 75f220c1c20d8346cde43fb96726d3447c11cf22
nss-3.28.3.tar.gz: c69b9d38d5eb28083d8ed727209b7a72197cee88
verisign-class-3-secure-server-ca.der: 188590e94878478e33b6194e59fbbb28ff0888d5

View file

@ -1,34 +0,0 @@
diff --git a/nss/coreconf/Linux.mk b/nss/coreconf/Linux.mk
index a586e5e..ec43193 100644
--- a/nss/coreconf/Linux.mk
+++ b/nss/coreconf/Linux.mk
@@ -16,9 +16,13 @@ ifeq ($(USE_PTHREADS),1)
IMPL_STRATEGY = _PTH
endif
-CC = gcc
-CCC = g++
-RANLIB = ranlib
+TARGETCC = gcc
+TARGETCCC = g++
+TARGETRANLIB = ranlib
+
+CC = $(TARGETCC)
+CCC = $(TARGETCCC)
+RANLIB = $(TARGETRANLIB)
DEFAULT_COMPILER = gcc
--- nss-3.14.3/nss/cmd/shlibsign/sign.sh.bero 2013-03-21 16:19:04.000000000 +0000
+++ nss-3.14.3/nss/cmd/shlibsign/sign.sh 2013-03-21 16:20:55.000000000 +0000
@@ -45,7 +45,9 @@ WIN*)
export LIBRARY_PATH
ADDON_PATH=${1}/lib:${4}:$ADDON_PATH
export ADDON_PATH
+ # The fallback to system shlibsign is for crosscompiling -- in that case, the
+ # just-built version will (obviously) fail to run
echo "${2}"/shlibsign -v -i "${5}"
- "${2}"/shlibsign -v -i "${5}"
+ "${2}"/shlibsign -v -i "${5}" || /usr/bin/shlibsign -v -i "${5}"
;;
esac

View file

@ -21,7 +21,7 @@
Summary: Netscape Security Services
Name: nss
Epoch: 2
Version: 3.28.1
Version: 3.28.3
Release: 1
Group: System/Libraries
License: MPL or GPLv2+ or LGPLv2+