From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D978F1382C5 for ; Mon, 1 Feb 2021 22:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C52EE088A; Mon, 1 Feb 2021 22:15:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 060D9E088A for ; Mon, 1 Feb 2021 22:15:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 679B8340E9F for ; Mon, 1 Feb 2021 22:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7980B9 for ; Mon, 1 Feb 2021 22:15:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612217644.531a61e9d885c091ea7ab0596f9367e2f40a15af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pngcheck/Manifest media-gfx/pngcheck/pngcheck-3.0.2.ebuild X-VCS-Directories: media-gfx/pngcheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 531a61e9d885c091ea7ab0596f9367e2f40a15af X-VCS-Branch: master Date: Mon, 1 Feb 2021 22:15:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58eaa993-af43-4d55-82b9-9a619ea02c6b X-Archives-Hash: 6b5d8d1d7042888ca73da6be8685554d commit: 531a61e9d885c091ea7ab0596f9367e2f40a15af Author: Sam James gentoo org> AuthorDate: Mon Feb 1 19:23:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 1 22:14:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531a61e9 media-gfx/pngcheck: (security) bump to 3.0.2 Bug: https://bugs.gentoo.org/759013 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-gfx/pngcheck/Manifest | 1 + media-gfx/pngcheck/pngcheck-3.0.2.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/media-gfx/pngcheck/Manifest b/media-gfx/pngcheck/Manifest index f7d74b0cfa7..66af13d7895 100644 --- a/media-gfx/pngcheck/Manifest +++ b/media-gfx/pngcheck/Manifest @@ -1 +1,2 @@ DIST pngcheck-2.3.0.tar.gz 59864 BLAKE2B 3c635555f76d22d6949309707b7054608f5e093d3a557eb88eb9fc48aef76326f8e6b0dbcdf8e30213a042416f0e6f798e41411763e7604b12495b6b2748cddc SHA512 d099a360d41fc553e9ea02e56ae9812a4a72f3b7f1cd73c021fdb0b9233bb247e100b95fe8e297a2dcdd1bb996128a365794cb8f5702e5c93618af03f18140ad +DIST pngcheck-3.0.2.tar.gz 63202 BLAKE2B 4cc6040e087aa2f5829e79ea1a5feb45af8bb15fa72325f9cb4822169c7d278306d6d89b936fd4c3c3819a09380e07f1f64ce0c276e776c3146c1533b1ee1363 SHA512 81bba699141c0f506ee589785eccc4b1ea882df5d211bcd91885bbcc4230bf14d23fc1298ffc10a110d6a8459522f6a01bfba1f81739f6085e4d3de964bda3d5 diff --git a/media-gfx/pngcheck/pngcheck-3.0.2.ebuild b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild new file mode 100644 index 00000000000..ad45b82c58e --- /dev/null +++ b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Verifies the integrity of PNG, JNG and MNG files with internal checksums" +HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html" +SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz" + +LICENSE="HPND GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND}" + +src_compile() { + emake -f Makefile.unx \ + CC="$(tc-getCC)" \ + LD="$(tc-getLD)" \ + CFLAGS="${CFLAGS} ${LDFLAGS} -DUSE_ZLIB" \ + ZLIB="-lz" +} + +src_install() { + dobin png{check,split,-fix-IDAT-windowsize} + doman pngcheck.1 gpl/pngsplit.1 + + einstalldocs +}