diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-23 20:30:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-23 20:30:03 +0000 |
commit | 6f85aaae76d270313492e2dfca8e046e42322c3c (patch) | |
tree | 9428221db68002d6b0f6b08d5a70c9d16ec83997 /graphics/png | |
parent | 57a0edf24b31a906bef0c427435dca7043ec7d57 (diff) | |
download | ports-6f85aaae76d270313492e2dfca8e046e42322c3c.tar.gz ports-6f85aaae76d270313492e2dfca8e046e42322c3c.zip |
- Update to 1.5.21
- Add CPE information
Security: Fixed an overflow in png_combine_row with very wide interlaced images
MFH: 2014Q4
Notes
Notes:
svn path=/head/; revision=375351
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 5 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index b9cee877ad6b..dec4b3ecd5d4 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= png -PORTVERSION= 1.5.20 +PORTVERSION= 1.5.21 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}15/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -13,7 +13,8 @@ COMMENT= Library for manipulating PNG images PORTSCOUT= limit:^1\.5\. -USES= tar:xz cmake +USES= cmake cpe tar:xz +CPE_PRODUCT= libpng GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/graphics/png/distinfo b/graphics/png/distinfo index ecc4475153b7..d9d07f51b830 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,4 +1,4 @@ -SHA256 (libpng-1.5.20.tar.xz) = 7cebb680ec30b42b540466a7dc4e376dcd9c95c7eaae1e84fe76408005050bb1 -SIZE (libpng-1.5.20.tar.xz) = 734068 -SHA256 (libpng-1.5.20-apng.patch.gz) = 1b4fbbc1b72046ab1f2744a6ac953378d316dd72a4b8252cc2ae16751f9e55f7 -SIZE (libpng-1.5.20-apng.patch.gz) = 9511 +SHA256 (libpng-1.5.21.tar.xz) = b5151c64bc70489997790a492e1094d106be90a22b2958c43eee25a70dffdba7 +SIZE (libpng-1.5.21.tar.xz) = 734356 +SHA256 (libpng-1.5.21-apng.patch.gz) = 8a4fffa885f1a1a34a7bdcaa2d1b8f1e025f6e1cf9c5bf17224672d2a6948d94 +SIZE (libpng-1.5.21-apng.patch.gz) = 9511 |