aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libpng/README.google
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@chromium.org>2016-02-19 06:33:07 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-19 06:33:07 -0800
commit77b798ce8e8616e8cb0e82a22ad9eb4f69eb271f (patch)
tree4364035e90fc28db226d329b636ce5ac19ca51b7 /third_party/libpng/README.google
parent4ed187a0103e86c9c1cc413d4ef67826f40ff138 (diff)
Update the version of libpng used by Skia tests
The version of libpng we were using has some security vulnerabilities. Update to a newer version - 1.6.20 (http://sourceforge.net/p/libpng/code/ci/047737496a77eeb97f9991919dac08ca3c149711/). Update pnglibconf.h. The new version is a copy of the newer version of the file, with our /* custom settings */ tacked onto the end. (The custom settings are unchanged from the last version.) Update the LICENSE. The new version is a copy of the LICENSE that libpng now includes as a separate file. Update the README file to reflect the change in source of the LICENSE file. BUG=skia:4573 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1453373003 Review URL: https://codereview.chromium.org/1453373003
Diffstat (limited to 'third_party/libpng/README.google')
-rw-r--r--third_party/libpng/README.google6
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/libpng/README.google b/third_party/libpng/README.google
index 841b42d82b..c40482c43e 100644
--- a/third_party/libpng/README.google
+++ b/third_party/libpng/README.google
@@ -4,8 +4,10 @@ License: libpng license
License File: LICENSE, pulled out of png.h
Description: png compression/decompression library
Local Modifications: (1) Created pnglibconf.h from pnglibconf.h.prebuilt (a
- rename with a few additional settings enabled). (2) Pulled LICENSE into
- its own file.
+ rename with a few additional settings enabled). (2) Copied LICENSE into
+ this directory. (Originally it was pulled from png.h, but libpng has
+ now provided a separate LICENSE file for convenience, which we use
+ directly.)
FAQ:
Q: Why does this directory exist?