Merge pull request #2184 from poyraz76/master

chromium-browser version bump
This commit is contained in:
bferturk
2016-09-06 10:52:39 -04:00
committed by GitHub
3 changed files with 24 additions and 13 deletions
@@ -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
@@ -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 <errno.h>
#include <sys/mman.h>
+#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
+9 -2
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>A WebKit powered web browser</Summary>
<Description>Chromium-browser is an open-source web browser, powered by WebKit.</Description>
<Archive sha1sum="0a3c488132b4f729f0cb83efdb26e72a33b200b8" type="tarxz">http://gsdview.appspot.com/chromium-browser-official/chromium-52.0.2743.116.tar.xz</Archive>
<Archive sha1sum="b9cfc8694ab89590b28da56ee535ef44f345be68" type="tarxz">http://gsdview.appspot.com/chromium-browser-official/chromium-53.0.2785.92.tar.xz</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>at-spi2-atk-devel</Dependency>
@@ -84,7 +84,7 @@
<Dependency>usbutils</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">PNGImageDecoder.patch</Patch>
<Patch level="1">chromium-52.0.2743.116-unset-madv_free.patch</Patch>
<Patch level="1">chromium-widevine.patch</Patch>
<Patch level="1">pisilinux/gfx_jpeg_codec.patch</Patch>
<Patch level="1">pisilinux/fix_build_with_newer_gcc.patch</Patch>
@@ -153,6 +153,13 @@
</Package>
<History>
<Update release="6">
<Date>2016-09-06</Date>
<Version>53.0.2785.92</Version>
<Comment>Version Bump.</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-08-03</Date>
<Version>52.0.2743.116</Version>