summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-10-13 19:51:04 -0500
committerGitHub <noreply@github.com>2019-10-13 19:51:04 -0500
commit518a7c5bb95b6f2919ff775616f9c3ba97c4a81e (patch)
tree7ad84dcbe1bc76056f483807692499624283d002 /var
parentb3fcfc1cb25884f668466816be08a2a68cee256a (diff)
downloadspack-518a7c5bb95b6f2919ff775616f9c3ba97c4a81e.tar.gz
spack-518a7c5bb95b6f2919ff775616f9c3ba97c4a81e.tar.bz2
spack-518a7c5bb95b6f2919ff775616f9c3ba97c4a81e.tar.xz
spack-518a7c5bb95b6f2919ff775616f9c3ba97c4a81e.zip
Add libpng 1.6.37 (#13153)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libpng/package.py23
1 files changed, 7 insertions, 16 deletions
diff --git a/var/spack/repos/builtin/packages/libpng/package.py b/var/spack/repos/builtin/packages/libpng/package.py
index d954778600..1b699fff01 100644
--- a/var/spack/repos/builtin/packages/libpng/package.py
+++ b/var/spack/repos/builtin/packages/libpng/package.py
@@ -10,25 +10,16 @@ class Libpng(AutotoolsPackage):
"""libpng is the official PNG reference library."""
homepage = "http://www.libpng.org/pub/png/libpng.html"
- url = "http://download.sourceforge.net/libpng/libpng-1.6.34.tar.gz"
+ url = "http://download.sourceforge.net/libpng/libpng-1.6.37.tar.gz"
list_url = "https://sourceforge.net/projects/libpng/files/"
list_depth = 2
- version('1.6.34', sha256='574623a4901a9969080ab4a2df9437026c8a87150dfd5c235e28c94b212964a7')
- version('1.6.29', sha256='e30bf36cd5882e017c23a5c6a79a9aa1a744dd5841bb45ff7035ec6e3b3096b8')
- version('1.6.28', sha256='b6cec903e74e9fdd7b5bbcde0ab2415dd12f2f9e84d9e4d9ddd2ba26a41623b2')
- version('1.6.27', sha256='c9d164ec247f426a525a7b89936694aefbc91fb7a50182b198898b8fc91174b4')
- # From http://www.libpng.org/pub/png/libpng.html (2017-01-04)
- # Virtually all libpng versions through 1.6.26, 1.5.27,
- # 1.4.19, 1.2.56, and 1.0.66, respectively, have a
- # null-pointer-dereference bug in png_set_text_2() when an
- # image-editing application adds, removes, and re-adds text
- # chunks to a PNG image. (This bug does not affect pure
- # viewers, nor are there any known editors that could trigger
- # it without interactive user input. It has been assigned ID
- # CVE-2016-10087.) The vulnerability is fixed in versions
- # 1.6.27, 1.5.28, 1.4.20, 1.2.57, and 1.0.67, released on 29
- # December 2016.
+ version('1.6.37', sha256='daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4')
+ # From http://www.libpng.org/pub/png/libpng.html (2019-04-15)
+ # libpng versions 1.6.36 and earlier have a use-after-free bug in the
+ # simplified libpng API png_image_free(). It has been assigned ID
+ # CVE-2019-7317. The vulnerability is fixed in version 1.6.37,
+ # released on 15 April 2019.
# Required for qt@3
version('1.2.57', sha256='09ec37869fc5b130f5eb06ffb9bf949796e8d2d78e0788f78ab1c78624c6e9da')