summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2019-04-22 04:48:43 -0400
committerPavel Vinogradov2019-04-22 04:49:46 -0400
commit1b90f7e72a2b0f59475b50d53feccb38e10ca627 (patch)
treebd47d3f1ef4e034cb62d365849ff2ffbdfcbfd83 /graphics-libs
parent531818ff916eb8815fe1aea37117c57587b9f3f3 (diff)
graphics-libs/libpng: APNG patch version 1.6.37
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/libpng/DETAILS6
-rw-r--r--graphics-libs/libpng/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics-libs/libpng/DETAILS b/graphics-libs/libpng/DETAILS
index c2b1e4500f..fd2c92019d 100755
--- a/graphics-libs/libpng/DETAILS
+++ b/graphics-libs/libpng/DETAILS
@@ -4,9 +4,9 @@
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://downloads.sourceforge.net/project/libpng/libpng16/${VERSION}/${SOURCE}
if [[ $ANI_PNG == y ]]; then
- SOURCE3=$SPELL-1.6.36-apng.patch.gz
- SOURCE3_HASH=sha512:8fa213204768b058459ffd5eae6b3661c3f185d3baf1913da4337e7b7855e567f2525e7f67411c32fa8cb177a5f93d538c3d0ce17a94d4aa71bd9cffabe8b311
- SOURCE3_URL[0]=https://downloads.sourceforge.net/project/libpng-apng/libpng16/1.6.36/${SOURCE3}
+ SOURCE3=$SPELL-${VERSION}-apng.patch.gz
+ SOURCE3_HASH=sha512:226adcb3a8c60f2267fe2976ab531329ae43c2603dab4d0cf8f16217d64069936b879f3d6516b75d259c47d6f5c5b1f24f887602206c8e46abde0fb7f5c7946b
+ SOURCE3_URL[0]=https://downloads.sourceforge.net/project/libpng-apng/libpng16/${VERSION}/${SOURCE3}
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=ZLIB
diff --git a/graphics-libs/libpng/HISTORY b/graphics-libs/libpng/HISTORY
index 288d47cba8..562e6f3114 100644
--- a/graphics-libs/libpng/HISTORY
+++ b/graphics-libs/libpng/HISTORY
@@ -1,4 +1,7 @@
2019-04-15 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: APNG patch version 1.6.37
+
+2019-04-15 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 1.6.37, SECURITY_PATCH++,
(CVE-2019-7317, CVE-2018-14048, CVE-2018-14550)