summaryrefslogtreecommitdiffstats
path: root/third_party/libpng/README.chromium
diff options
context:
space:
mode:
authormdempsky <mdempsky@chromium.org>2015-09-29 17:11:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-30 00:12:45 +0000
commit6d08cb245c6d904a9b0ffe745ea98bb73fdd9a00 (patch)
tree55fb8c8765849c8d716d81fa809e3bcac45e1821 /third_party/libpng/README.chromium
parent9f8566edd0d92c2e67c9b529de4056edd8f32d4e (diff)
downloadchromium_src-6d08cb245c6d904a9b0ffe745ea98bb73fdd9a00.zip
chromium_src-6d08cb245c6d904a9b0ffe745ea98bb73fdd9a00.tar.gz
chromium_src-6d08cb245c6d904a9b0ffe745ea98bb73fdd9a00.tar.bz2
Update to libpng 1.2.52 (rollup change only)
Verified that both of the fixes mentioned in README.chromium were fixed in upstream. Upstream used a slightly different approach to detecting whether "prefix_size + expanded_size + 1" overflows in pngrutil.c, but their solution looks okay too. TBR=darin@chromium.org BUG=532758 Review URL: https://codereview.chromium.org/1372313004 Cr-Commit-Position: refs/heads/master@{#351445}
Diffstat (limited to 'third_party/libpng/README.chromium')
-rw-r--r--third_party/libpng/README.chromium6
1 files changed, 2 insertions, 4 deletions
diff --git a/third_party/libpng/README.chromium b/third_party/libpng/README.chromium
index 391a25cd..1b07c78 100644
--- a/third_party/libpng/README.chromium
+++ b/third_party/libpng/README.chromium
@@ -1,6 +1,6 @@
Name: libpng
URL: http://libpng.org/
-Version: 1.2.45
+Version: 1.2.52
Security Critical: yes
License: libpng license
License Android Compatible: yes
@@ -10,10 +10,8 @@ Our custom configuration options are defined in pngusr.h. This was previously
called mozpngconf.h, which was copied from Mozilla and modified by Apple (hence
the wk_* names).
-Updated to 1.2.45, no changes to the source files but all unneeded files
+Updated to 1.2.52, no changes to the source files but all unneeded files
stripped.
-- One custom patch for bug 112822, to be sent upstream.
-- Also a signedness condition from upstream relating to the above, bug 116162.
- Unset PNG_NO_READ_PACK on Android in pngusr.h, required by freetype to support
color glyphs.