diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-09-04 18:58:21 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-04 18:58:21 +0000 |
commit | 6b2e2f0ec7c5f629c5270d14c2339197af7392d8 (patch) | |
tree | bb043a95cb8470b25158d3671c9484a156e30d14 /third_party/libpng16/README.pdfium | |
parent | d8b5feae1180185b7d1a41682b2b1a565dd5c630 (diff) | |
download | pdfium-6b2e2f0ec7c5f629c5270d14c2339197af7392d8.tar.xz |
Update libpng from 1.6.22 -> 1.6.34
Updates third_party/libpng16 to Chromium's third_party/libpng @
e87a02987101e2dbe319a4aba6b52470f7624b4a and applies PDFium specific
patches.
BUG=chromium:880322
Change-Id: I6724f55099c70a79da6d6e4863b9c6c9157ec571
Reviewed-on: https://pdfium-review.googlesource.com/41910
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'third_party/libpng16/README.pdfium')
-rw-r--r-- | third_party/libpng16/README.pdfium | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/third_party/libpng16/README.pdfium b/third_party/libpng16/README.pdfium index faa59590c8..21ce2fdf13 100644 --- a/third_party/libpng16/README.pdfium +++ b/third_party/libpng16/README.pdfium @@ -1,6 +1,6 @@ Name: libpng URL: http://libpng.org/ -Version: 1.6.22 +Version: 1.6.34 Security Critical: yes License: libpng license License Android Compatible: yes @@ -10,12 +10,10 @@ PNG library. Local Modifications: -Local changes in Chromium's copy of libpng as of https://crrev.com/404379 - see -README.chromium. +Local changes in Chromium's copy of libpng as of +e87a02987101e2dbe319a4aba6b52470f7624b4a - see README.chromium. pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt. pngprefix.h: manually-created redefinitions to avoid conflicts with Chromium. 0000-build-config.patch: Local build configuration changes. 0002-static-png-gt.patch: Unconditionally use static png_gt() in png.c to avoid compilation warning. -0003-check-errors-in-set-pcal.patch: Backported github.com/glennrp/libpng/pull/135 -0004-invalid-icc.patch: Fix for large allocation for invalid ICC https://github.com/glennrp/libpng/commit/92a7c79db2c962d04006b35e2603ba9d5ce75541 |