diff --git a/network/web/chromium-browser/files/PNGImageDecoder.patch b/network/web/chromium-browser/files/PNGImageDecoder.patch deleted file mode 100644 index 986e662237..0000000000 --- a/network/web/chromium-browser/files/PNGImageDecoder.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cppg 2016-05-01 15:22:46.103607522 +0800 -+++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp 2016-05-01 15:25:14.459753876 +0800 -@@ -234,7 +234,7 @@ - #endif - png_uint_32 profileLength = 0; - if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) { -- setColorProfileAndTransform(profile, profileLength, imageHasAlpha, false /* useSRGB */); -+ setColorProfileAndTransform((const char*)profile, profileLength, imageHasAlpha, false /* useSRGB */); - } - } - #endif // PNG_iCCP_SUPPORTED diff --git a/network/web/chromium-browser/files/chromium-52.0.2743.116-unset-madv_free.patch b/network/web/chromium-browser/files/chromium-52.0.2743.116-unset-madv_free.patch new file mode 100644 index 0000000000..2867c79677 --- /dev/null +++ b/network/web/chromium-browser/files/chromium-52.0.2743.116-unset-madv_free.patch @@ -0,0 +1,15 @@ +diff -up chromium-52.0.2743.116/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp.madv_free chromium-52.0.2743.116/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp +--- chromium-52.0.2743.116/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp.madv_free 2016-08-15 13:07:29.279655676 -0400 ++++ chromium-52.0.2743.116/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp 2016-08-15 13:08:38.447317416 -0400 +@@ -41,6 +41,11 @@ + #include + #include + ++#if OS(LINUX) && defined(MADV_FREE) ++// Added in Linux 4.5, but it breaks the sandbox. ++#undef MADV_FREE ++#endif ++ + #ifndef MADV_FREE + #define MADV_FREE MADV_DONTNEED + #endif diff --git a/network/web/chromium-browser/pspec.xml b/network/web/chromium-browser/pspec.xml index bc3772bf76..72274a1116 100644 --- a/network/web/chromium-browser/pspec.xml +++ b/network/web/chromium-browser/pspec.xml @@ -13,7 +13,7 @@ app:gui A WebKit powered web browser Chromium-browser is an open-source web browser, powered by WebKit. - http://gsdview.appspot.com/chromium-browser-official/chromium-52.0.2743.116.tar.xz + http://gsdview.appspot.com/chromium-browser-official/chromium-53.0.2785.92.tar.xz alsa-lib-devel at-spi2-atk-devel @@ -84,7 +84,7 @@ usbutils - PNGImageDecoder.patch + chromium-52.0.2743.116-unset-madv_free.patch chromium-widevine.patch pisilinux/gfx_jpeg_codec.patch pisilinux/fix_build_with_newer_gcc.patch @@ -153,6 +153,13 @@ + + 2016-09-06 + 53.0.2785.92 + Version Bump. + Ergün Salman + poyraz76@pisilinux.org + 2016-08-03 52.0.2743.116