From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] netpbm: Update to version 10.73.43 Date: Fri, 01 Dec 2023 18:53:14 +0100 Message-ID: <20231201175314.226473-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2316412872288692708==" List-Id: --===============2316412872288692708== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - IPFire-3.x - Update from version 10.73.42 to 10.73.43 - Changelog 10.73.43 jpegtopnm: Many fixes to -dumpexif. Always broken. (-dumpexif was new in Netpbm 9.18 (September 2001)) pamtopng: fix -chroma option: always rejected. Always broken. pamtopng was new in Netpbm 10.70 (June 2015). pnmtopng: fix -rgb option: always rejected. Always broken -rgb was new in Netpbm 10.30 (October 2005). Signed-off-by: Adolf Belka --- netpbm/netpbm.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netpbm/netpbm.nm b/netpbm/netpbm.nm index bca23a696..ec2154450 100644 --- a/netpbm/netpbm.nm +++ b/netpbm/netpbm.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D netpbm -version =3D 10.73.42 -release =3D 3 +version =3D 10.73.43 +release =3D 1 =20 groups =3D System/Libraries url =3D https://netpbm.sourceforge.net/ --=20 2.42.1 --===============2316412872288692708==--