New commits:
commit f38e1a1fd9f6f3c6d8d4980d99e4759da4964f5e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: version 36.0, SECURITY_PATCH++
commit 56a01376c9bd76879364dbb25413777e44e34b84
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
crypto/nss: version 3.17.4
commit 52a69d97bdf8dffac734a54e4151b7d185f935d7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/nspr: version 4.10.8
diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 5a6da49..d92cfa6 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -15,8 +15,8 @@ case $NSS_BRANCH in
SECURITY_PATCH=6
;;
3.17)
- VERSION=3.17.3
-
SOURCE_HASH=sha512:828d3d495492bed020d819790b439a912e5a997a2e38dd2b3b27f5d92989960984b758fffe410fc82165dea2c138125571a992f6b90596f599bfb5636d0ccaaf
+ VERSION=3.17.4
+
SOURCE_HASH=sha512:dfc44e28c303743a72b4553f471089bc991c3cb61d5f3071082c16400d5e4f216f84a2e44536570316fe0e798c14ca370c875dad791a873034595b9e4dd70b89
SECURITY_PATCH=2
;;
esac
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 6a7a64b..c38af97 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2015-02-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.17.4
+
2014-12-01 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 3.17.3, SECURITY_PATCH++
diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 08066e4..adbf026 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -23,7 +23,7 @@ CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
# fix symbol check in build scripts, firefox adds -s to LDFLAGS so we can
# remove it here without changing anything...
#
-LDFLAGS="${LDFLAGS//-s/}" &&
+LDFLAGS="${LDFLAGS//,-s/}" &&