Skip to Content.
Sympa Menu

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

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 (a9c6f952b571dc78dd667249dbcc357cadb0e24c)
  • Date: Mon, 28 Jan 2019 19:14:07 +0000

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

http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 4 ++++
http/firefox/patches/2000_system_harfbuzz.patch | 16 +++-------------
http/firefox/patches/2001_system_graphite2.patch | 16 +++-------------
rust-crates/cbindgen/DETAILS | 4 ++--
rust-crates/cbindgen/HISTORY | 3 +++
6 files changed, 17 insertions(+), 30 deletions(-)

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

http/firefox: version 65.0, SECURITY_PATCH++

commit 1268653da1fde6aa99fbebd0942c1bb91e75cc0b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

rust-crates/cbindgen: version 0.7.1

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index b59de0c..7d1af9b 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=64.0.2
- SECURITY_PATCH=124
+ VERSION=65.0
+ SECURITY_PATCH=125
SOURCE="${SPELL}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
SOURCE2="${SOURCE}.asc"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 8f31049..1b7ad1b 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2019-01-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 65.0, SECURITY_PATCH++
+ * patches/200*: updated
+
2019-01-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 64.0.2

diff --git a/http/firefox/patches/2000_system_harfbuzz.patch
b/http/firefox/patches/2000_system_harfbuzz.patch
index 0d25b11..aa4155f 100644
--- a/http/firefox/patches/2000_system_harfbuzz.patch
+++ b/http/firefox/patches/2000_system_harfbuzz.patch
@@ -196,26 +196,16 @@ diff --git a/netwerk/dns/moz.build
b/netwerk/dns/moz.build
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
-@@ -233,16 +233,19 @@ if CONFIG['SERVO_TARGET_DIR']:
- OS_LIBS += ['-L%s' % CONFIG['SERVO_TARGET_DIR'], '-lgeckoservo']
-
- if CONFIG['MOZ_SYSTEM_JPEG']:
- OS_LIBS += CONFIG['MOZ_JPEG_LIBS']
-
+@@ -223,6 +223,9 @@
if CONFIG['MOZ_SYSTEM_PNG']:
OS_LIBS += CONFIG['MOZ_PNG_LIBS']

+if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
+ OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS']
+
- if CONFIG['MOZ_SYSTEM_LIBEVENT']:
- OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS']
-
- if CONFIG['MOZ_SYSTEM_LIBVPX']:
- OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS']
+ if CONFIG['MOZ_SYSTEM_WEBP']:
+ OS_LIBS += CONFIG['MOZ_WEBP_LIBS']

- if not CONFIG['MOZ_TREE_PIXMAN']:
- OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS']
diff --git a/toolkit/moz.configure b/toolkit/moz.configure
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
diff --git a/http/firefox/patches/2001_system_graphite2.patch
b/http/firefox/patches/2001_system_graphite2.patch
index d6d25d7..b0a4888 100644
--- a/http/firefox/patches/2001_system_graphite2.patch
+++ b/http/firefox/patches/2001_system_graphite2.patch
@@ -168,26 +168,16 @@ diff --git a/old-configure.in b/old-configure.in
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
-@@ -236,16 +236,19 @@ if CONFIG['MOZ_SYSTEM_JPEG']:
- OS_LIBS += CONFIG['MOZ_JPEG_LIBS']
-
- if CONFIG['MOZ_SYSTEM_PNG']:
- OS_LIBS += CONFIG['MOZ_PNG_LIBS']
-
+@@ -226,6 +226,9 @@
if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS']

+if CONFIG['MOZ_SYSTEM_GRAPHITE2']:
+ OS_LIBS += CONFIG['MOZ_GRAPHITE2_LIBS']
+
- if CONFIG['MOZ_SYSTEM_LIBEVENT']:
- OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS']
-
- if CONFIG['MOZ_SYSTEM_LIBVPX']:
- OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS']
+ if CONFIG['MOZ_SYSTEM_WEBP']:
+ OS_LIBS += CONFIG['MOZ_WEBP_LIBS']

- if not CONFIG['MOZ_TREE_PIXMAN']:
- OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS']
diff --git a/toolkit/moz.configure b/toolkit/moz.configure
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
diff --git a/rust-crates/cbindgen/DETAILS b/rust-crates/cbindgen/DETAILS
index 066ebbc..289d205 100755
--- a/rust-crates/cbindgen/DETAILS
+++ b/rust-crates/cbindgen/DETAILS
@@ -8,8 +8,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION="0.6.6"
-
SOURCE_HASH="sha512:7f49130b908900c4e271f946d9e0b9a5930bc9d8ac8cbff82d882dc1a9eef35104cc3c8cd794e36cdcc56ead9df278efd18963327778d3a45e6a51a24e452694"
+ VERSION="0.7.1"
+
SOURCE_HASH="sha512:0c7a4c8d538c6a435e0301387b181170c5937d3334265e7ea9446663d4144a0467bd4c39dbeebc2fa05cb3c16f80232111df46441ba3dd6d2af9bce9ccca72ef"
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]="https://github.com/egrion/${SPELL}/archive/v${VERSION}.tar.gz";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/rust-crates/cbindgen/HISTORY b/rust-crates/cbindgen/HISTORY
index 407f222..0d22a83 100644
--- a/rust-crates/cbindgen/HISTORY
+++ b/rust-crates/cbindgen/HISTORY
@@ -1,2 +1,5 @@
+2019-01-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.7.1
+
2018-10-22 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS, DETAILS, PREPARE: spell created



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a9c6f952b571dc78dd667249dbcc357cadb0e24c), Pavel Vinogradov, 01/28/2019

Archive powered by MHonArc 2.6.24.

Top of Page