pngcheck: update to 3.0.3.

* ChangeLog (oldest first):

 * 20070709 GRR: tweaked color definitions slightly to work better on terminals
 *               with white/light backgrounds
 * 20070712 GRR: added Makefile.mingw32
 * 20100504 GRR: fixed DHDR (pre-MNG-1.0) bug identified by Winfried <szukw000@arcor.de>
 * 20170713 GRP: added eXIf support (GRR: added check for II/MM/unknown format)
 * 20201012 BB:  converted static const help/usage-related strings to macros so
 *               -Werror=format-security doesn't trigger (Ben Beasley)
 * 20201015 BB:  added (help2man-generated) man pages for all three utils
 * 20201017 GRR: added top-level LICENSE file; fixed various compiler warnings
 * 20201031 GRR: replaced gpl/COPYING (outdated address, references to Library
 *               GPL) with https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 *               (thanks to Ben Beasley for catching that)
 * 20201031 GRR: released version 2.4.0
 *               ----------------------
 * 20201113 BB:  fixed buffer-overflow vulnerability discovered by "giantbranch
 *               of NSFOCUS Security Team"
 *               https://bugzilla.redhat.com/show_bug.cgi?id=1897485
 * 20201128 BB:  found and fixed four additional vulnerabilities (null-pointer
 *               dereference and three buffer overruns)
 * 20201209 LP:  fixed an off-by-one bug in check_magic() (Lucy Phipps)
 * 20201209 LL:  converted two zlib-version warnings/errors to go to stderr
 *               (Lemures Lemniscati, actually from 20180318; forwarded by LP)
 * 20201210 BB:  fixed another buffer-overflow vulnerability discovered by
 *               "giantbranch of NSFOCUS Security Team"
 *               https://bugzilla.redhat.com/show_bug.cgi?id=1905775
 * 20201212 GRR: removed -f ("force") option due to multiple security issues
 * 20201212 GRR: released version 3.0.0
 *               ----------------------
 * 20201214 BB:  generalized previous sPLT buffer-overrun fix, and found and
 *               fixed a PPLT vulnerability
 * 20210124 GRR: released version 3.0.1
 *               ----------------------
 * 20201217 BB:  fixed a crash bug (and probable vulnerability) in large (MNG)
 *               LOOP chunks
 * 20210131 GRR: updated Makefile.mingw32 for modern versions and added
 *               Makefile.mingw64 (targets Win64); both are essentially
 *               UNTESTED, however!
 * 20210131 GRR: released version 3.0.2
 *               ----------------------
 * 20210416 BB:  fixed a divide-by-zero crash bug (and probable vulnerability)
 *               in interlaced images with extra compressed data beyond the
 *               nominal end of the image data (found by "chiba of topsec alpha
 *               lab")
 * 20210425 GRR: released version 3.0.3
 *               ----------------------
This commit is contained in:
fcambus 2022-12-14 14:33:24 +00:00
parent c5b2277c03
commit 4d761bd4da
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.4 2012/10/06 14:11:14 asau Exp $
# $NetBSD: Makefile,v 1.5 2022/12/14 14:33:24 fcambus Exp $
DISTNAME= pngcheck-2.3.0
DISTNAME= pngcheck-3.0.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=png-mng/}
MASTER_SITES= http://www.libpng.org/pub/png/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libpng.org/pub/png/apps/pngcheck.html

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 10:46:41 nia Exp $
$NetBSD: distinfo,v 1.6 2022/12/14 14:33:24 fcambus Exp $
BLAKE2s (pngcheck-2.3.0.tar.gz) = c0510e2a4330ea3783df4f990870908e40be7efaabdff614a789d8148d920bb1
SHA512 (pngcheck-2.3.0.tar.gz) = d099a360d41fc553e9ea02e56ae9812a4a72f3b7f1cd73c021fdb0b9233bb247e100b95fe8e297a2dcdd1bb996128a365794cb8f5702e5c93618af03f18140ad
Size (pngcheck-2.3.0.tar.gz) = 59864 bytes
BLAKE2s (pngcheck-3.0.3.tar.gz) = b70f4828b5b096595a524f20bca5eb84746c5e9920459aacaa90d00cd212ae7d
SHA512 (pngcheck-3.0.3.tar.gz) = cdb2620cb508f9df748bd3e9cb657d2c503a1f62171f497f1ff1e0f220287364829f03164869567c83b5797d8bc478495ad6c35860196812ef8262fce4cbff26
Size (pngcheck-3.0.3.tar.gz) = 63766 bytes