diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-09-06 11:41:27 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-09-07 12:47:18 +0300 |
commit | d8cd3659a245828d40b7901e8489a5d41b20f47e (patch) | |
tree | dedd8fdaa2a89525438f0b0be56a1b036f9f65e5 | |
parent | 901e13e028151acab6bbd067a46ce5f7e10485b8 (diff) |
libpng: Update to 1.6.31
Fixes a couple of security issues.
-rw-r--r-- | recipes/libpng/libpng.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libpng/libpng.recipe b/recipes/libpng/libpng.recipe index 6a260884..950b40bb 100644 --- a/recipes/libpng/libpng.recipe +++ b/recipes/libpng/libpng.recipe @@ -3,9 +3,9 @@ class Recipe(recipe.Recipe): name = 'libpng' - version = '1.6.26' + version = '1.6.31' stype = SourceType.TARBALL - url = 'http://download.sourceforge.net/libpng/libpng-1.6.26.tar.xz' + url = 'http://download.sourceforge.net/libpng/libpng-1.6.31.tar.xz' licenses = [License.LibPNG] deps = ['zlib'] patches = ['0001-neon-fix-function-export-names-for-iOS-armv7.patch'] |