[vlc-commits] contrib: png: update to 1.6.37

Tristan Matthews git at videolan.org
Fri May 24 14:41:33 CEST 2019


vlc/vlc-3.0 | branch: master | Tristan Matthews <tmatth at videolan.org> | Tue Jan 15 18:25:27 2019 -0500| [c792fc108ec122aac1c069c02cb86087dcd51060] | committer: Jean-Baptiste Kempf

contrib: png: update to 1.6.37

>From the release notes of 1.6.36:
"Fixes some build issues, adds a couple of small optimizations (ARM
png_do_expand_palette(), Intel SSE2 memcpy()), and updates the license
(identical terms to the zlib license, with the old license appended in the
manner of the Python Software Foundation License version 2, and the list of
contributing authors moved to a separate AUTHORS file)."

1.6.37:
This release fixed CVE-2019-7317, although our png module is not using this API.

(cherry picked from commit a643b2fa1cd6bd74e1613fd66fe0fe724cb695e8)
(cherry picked from commit 6bfeb1d885a238959ca254076035e928a701beda)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=c792fc108ec122aac1c069c02cb86087dcd51060
---

 contrib/src/png/SHA512SUMS | 2 +-
 contrib/src/png/rules.mak  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/png/SHA512SUMS b/contrib/src/png/SHA512SUMS
index 139aef88e2..5f7303687e 100644
--- a/contrib/src/png/SHA512SUMS
+++ b/contrib/src/png/SHA512SUMS
@@ -1 +1 @@
-b69152bc7869e98536effa8e45e2dac7bffee26aa9e31fc90b37506a702256919bcf4dd9cadc42fa4e45143bc023ffd7c637742367e58707e8c2226b3a09eee0  libpng-1.6.35.tar.xz
+59e8c1059013497ae616a14c3abbe239322d3873c6ded0912403fc62fb260561768230b6ab997e2cccc3b868c09f539fd13635616b9fa0dd6279a3f63ec7e074  libpng-1.6.37.tar.xz
diff --git a/contrib/src/png/rules.mak b/contrib/src/png/rules.mak
index ac42d094d5..7a8db11d5a 100644
--- a/contrib/src/png/rules.mak
+++ b/contrib/src/png/rules.mak
@@ -1,5 +1,5 @@
 # PNG
-PNG_VERSION := 1.6.35
+PNG_VERSION := 1.6.37
 PNG_URL := $(SF)/libpng/libpng16/$(PNG_VERSION)/libpng-$(PNG_VERSION).tar.xz
 
 PKGS += png



More information about the vlc-commits mailing list