diff --git a/packages/net-www/inox-flash-plugin/inox-flash-plugin-56.0.2924.87_1.exheres-0 b/packages/net-www/inox-flash-plugin/inox-flash-plugin-57.0.2987.98_1.exheres-0 similarity index 100% rename from packages/net-www/inox-flash-plugin/inox-flash-plugin-56.0.2924.87_1.exheres-0 rename to packages/net-www/inox-flash-plugin/inox-flash-plugin-57.0.2987.98_1.exheres-0 diff --git a/packages/net-www/inox-widevine-plugin/inox-widevine-plugin-56.0.2924.87_1.exheres-0 b/packages/net-www/inox-widevine-plugin/inox-widevine-plugin-57.0.2987.98_1.exheres-0 similarity index 100% rename from packages/net-www/inox-widevine-plugin/inox-widevine-plugin-56.0.2924.87_1.exheres-0 rename to packages/net-www/inox-widevine-plugin/inox-widevine-plugin-57.0.2987.98_1.exheres-0 diff --git a/packages/net-www/inox/files/inox-53.0.2785.116-glibc-2.24-crash.patch b/packages/net-www/inox/files/inox-53.0.2785.116-glibc-2.24-crash.patch deleted file mode 100644 index 0156e7f9..00000000 --- a/packages/net-www/inox/files/inox-53.0.2785.116-glibc-2.24-crash.patch +++ /dev/null @@ -1,18 +0,0 @@ -Source: https://bugzilla.redhat.com/show_bug.cgi?id=1361157 -Upstream: Reported, https://bugs.chromium.org/p/chromium/issues/detail?id=604652 -Reason: Fix crashing tabs and extensions when chromium is build against glibc 2.24 - ---- a/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp 2016-08-03 21:02:37.000000000 +0200 -+++ b/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp 2016-08-14 10:59:51.395354850 +0200 -@@ -41,6 +41,11 @@ - #include - #include - -+#if OS(LINUX) && defined(MADV_FREE) -+// Added in Linux 4.5, but we don't want to depend on 4.5 at runtime -+#undef MADV_FREE -+#endif -+ - #ifndef MADV_FREE - #define MADV_FREE MADV_DONTNEED - #endif diff --git a/packages/net-www/inox/inox-56.0.2924.87.exheres-0 b/packages/net-www/inox/inox-57.0.2987.98.exheres-0 similarity index 82% rename from packages/net-www/inox/inox-56.0.2924.87.exheres-0 rename to packages/net-www/inox/inox-57.0.2987.98.exheres-0 index 878b5eb4..ba67ef34 100644 --- a/packages/net-www/inox/inox-56.0.2924.87.exheres-0 +++ b/packages/net-www/inox/inox-57.0.2987.98.exheres-0 @@ -2,7 +2,7 @@ # Copyright 2009 Heiko Przybyl # Distributed under the terms of the GNU General Public License v2 -require inox [ patchset="56.0.2924.87" ] +require inox [ patchset="${PV}" ] DESCRIPTION+=" Chromium has three release channels: Stable, Beta, and Dev. This package corresponds to the Stable @@ -16,11 +16,7 @@ RESTRICT=test # http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${PV}-1_{amd64,i386}.deb # $ strings ./opt/google/chrome/chrome | grep -C 1 " (version:" | head -1 -WIDEVINE_VERSION=1.4.8.962 - -DEFAULT_SRC_PREPARE_PATCHES=( - "${FILES}"/${PN}-53.0.2785.116-glibc-2.24-crash.patch -) +WIDEVINE_VERSION=1.4.8.970 src_prepare() { inox_src_prepare