[Pkg-chromium-commit] [pkg-chromium] 01/03: release 53.0.2785.92-1

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Sep 11 22:52:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository pkg-chromium.

commit 64aa4df48886e6cd7ea52467f15c79ae6b70e4dd
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Tue Sep 6 00:52:23 2016 +0000

    release 53.0.2785.92-1
---
 debian/changelog               |  7 +++++++
 debian/patches/glibc2.24.patch | 17 +++++++++++++++++
 debian/patches/series          |  2 ++
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8e933a4..3ebaeeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+chromium-browser (53.0.2785.92-1) unstable; urgency=medium
+
+  * New upstream stable release.
+  * Support building with glibc 2.24 (closes: #836611).
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sun, 04 Sep 2016 19:33:10 +0000
+
 chromium-browser (53.0.2785.89-1) unstable; urgency=medium
 
   * New upstream stable release:
diff --git a/debian/patches/glibc2.24.patch b/debian/patches/glibc2.24.patch
new file mode 100644
index 0000000..980afdd
--- /dev/null
+++ b/debian/patches/glibc2.24.patch
@@ -0,0 +1,17 @@
+description: MADV_FREE is newly defined in glibc 2.24, but currently unsupported by webkit, so undefine it
+author: Allan Sandfeld Jensen <allan.jensen at theqtcompany.com>
+origin: http://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?h=49-based&id=b12ffcd411d4776f7120ccecb3be34344d930d2b
+
+--- a/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp
++++ b/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp
+@@ -41,6 +41,10 @@
+ #include <errno.h>
+ #include <sys/mman.h>
+ 
++#if OS(LINUX) && defined(MADV_FREE)
++#undef MADV_FREE
++#endif
++
+ #ifndef MADV_FREE
+ #define MADV_FREE MADV_DONTNEED
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index e58fef1..63a83dc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,6 +11,8 @@ disable/default-browser-warning.patch
 gtk3.patch
 gtk3theme.patch
 
+glibc2.24.patch
+
 khronos.patch
 ps-print.patch
 gpu-timeout.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list