Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5ef29ef896dd8d27050e3fb088e70b3d2484afdd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5ef29ef896dd8d27050e3fb088e70b3d2484afdd)
  • Date: Tue, 14 Nov 2017 05:04:28 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/CONFIGURE | 3 +--
http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 5 +++++
http/firefox/PRE_BUILD | 6 ------
http/firefox/mozconfig | 2 --
5 files changed, 8 insertions(+), 12 deletions(-)

New commits:
commit 5ef29ef896dd8d27050e3fb088e70b3d2484afdd
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: version 57.0

diff --git a/http/firefox/CONFIGURE b/http/firefox/CONFIGURE
index 4b3478a..c850756 100755
--- a/http/firefox/CONFIGURE
+++ b/http/firefox/CONFIGURE
@@ -1,14 +1,13 @@
. $GRIMOIRE/config_query_multi.function &&

persistent_remove FIREFOX_GTK_VERSION &&
+persistent_remove FIREFOX_SAFE &&

config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n &&

config_query FIREFOX_OFFICIAL "Enable official branding? If enabled, you may
\
be restricted in distributing these binaries IAW mozilla policies" n &&

-config_query FIREFOX_SAFE "Enable safe browsing (anti-phishing)
implementation?" n &&
-
config_query FIREFOX_STRIP \
'Remove debugging symbols (they are BIG, stripped by
upstream default)?' \
y &&
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index e12b85f..3f1d250 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,7 +1,7 @@
SPELL=firefox
- VERSION=56.0.2
+ VERSION=57.0
SOURCE=${SPELL}-${VERSION}.source.tar.xz
-
SOURCE_HASH=sha512:35f81e8163a254b7e134fc073acbcff63aa1025b9c6392377650a8f2d0a5f0c77211adb0ae3d8ac85f036bb387246934b8847f14a03fceb7fcbc5b3cf94c9392
+
SOURCE_HASH=sha512:bd99ff97a2a6f824e6fbd36fd00193903159e309506b1e6945dcbc43a17a95aaa54a05f32131c56872e8860878ba6063008667955550f03aa8c7084f834d14fc

SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/${SPELL}/releases/${VERSION}/source/${SOURCE}

SOURCE_URL[1]=http://ftp.mozilla.org/pub/mozilla.org/${SPELL}/releases/${VERSION}/source/${SOURCE}
SECURITY_PATCH=108
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index a62f6bb..57cf92f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2017-11-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 57.0
+ * CONFIGURE, mozconfig, PRE_BUILD: removed safe browsing and url
+ classifier flags
+
2017-10-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 56.0.2

diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 1306d94..c9de124 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -18,12 +18,6 @@ else
echo 'ac_add_options --enable-optimize="${CXXFLAGS} -fno-fast-math
-fpermissive -flifetime-dse=1"' >> .mozconfig
fi &&

-if [[ "$FIREFOX_SAFE" == "y" ]]; then
- echo 'ac_add_options --enable-safe-browsing' >> .mozconfig
-else
- echo 'ac_add_options --disable-safe-browsing' >> .mozconfig
-fi &&
-
# Be explicit: stripped install is the default.
if [[ "$FIREFOX_STRIP" == "y" ]]; then
echo 'ac_add_options --enable-install-strip' >> .mozconfig
diff --git a/http/firefox/mozconfig b/http/firefox/mozconfig
index 86072b7..ea846c6 100644
--- a/http/firefox/mozconfig
+++ b/http/firefox/mozconfig
@@ -19,5 +19,3 @@ ac_add_options
--with-default-mozilla-five-home=${INSTALL_ROOT}/usr/lib/firefox
ac_add_options --enable-release
ac_add_options --enable-pie
ac_add_options --enable-mathml
-ac_add_options --enable-safe-browsing
-ac_add_options --enable-url-classifier



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5ef29ef896dd8d27050e3fb088e70b3d2484afdd), Pavel Vinogradov, 11/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page