Skip to Content.
Sympa Menu

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

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 (16362604f32e84f6e6ac35807740b29e2907a437)
  • Date: Tue, 11 Dec 2018 18:11:32 +0000

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

http/firefox/DEPENDS | 9 +++------
http/firefox/HISTORY | 9 ++++++++-
http/firefox/mozconfig | 1 -
3 files changed, 11 insertions(+), 8 deletions(-)

New commits:
commit 16362604f32e84f6e6ac35807740b29e2907a437
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: added CVEs for 64.0

commit 6f15cfdcf85dcc108dd3b8f70ea04788e89d6a57
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: needs nodejs hard

commit 410ce93c7b6fc10e7b62c72f874b9d735b8e7b38
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: removed obsolete --enable-pie flag from mozconfig

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index ed74e10..fda7f3b 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -54,6 +54,8 @@ depends pixman "--enable-system-pixman"
&&
depends rust &&
depends cbindgen &&

+depends nodejs &&
+
optional_depends startup-notification \
"--enable-startup-notification" \
"--disable-startup-notification" \
@@ -127,9 +129,4 @@ optional_depends graphite2 \
optional_depends harfbuzz \
"--with-system-harfbuzz" \
"--without-system-harfbuzz" \
- "for system harfbuzz" &&
-
-optional_depends nodejs \
- "--enable-nodejs" \
- "--disable-nodejs" \
- "for Node.js support"
+ "for system harfbuzz"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 3c86837..184d0fe 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,12 @@
+2018-12-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: nodejs is now a hard dependency
+ * mozconfig: removed obsolete --enable-pie
+
2018-12-10 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 64.0, SECURITY_PATCH++
+ * DETAILS: version 64.0, SECURITY_PATCH++,
+ (CVE-2018-12407, CVE-2018-17466, CVE-2018-18492, CVE-2018-18493,
+ CVE-2018-18494, CVE-2018-18495, CVE-2018-18496, CVE-2018-18497,
+ CVE-2018-18498, CVE-2018-12406, CVE-2018-12405)

2018-11-16 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 63.0.3
diff --git a/http/firefox/mozconfig b/http/firefox/mozconfig
index e597abd..12c89c9 100644
--- a/http/firefox/mozconfig
+++ b/http/firefox/mozconfig
@@ -13,5 +13,4 @@ ac_add_options --disable-updater
ac_add_options --disable-crashreporter
ac_add_options --prefix=${INSTALL_ROOT}/usr
ac_add_options --enable-release
-ac_add_options --enable-pie
ac_add_options --enable-optimize="${CXXFLAGS} -fno-fast-math -fpermissive"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (16362604f32e84f6e6ac35807740b29e2907a437), Pavel Vinogradov, 12/11/2018

Archive powered by MHonArc 2.6.24.

Top of Page