pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/png



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 25 07:10:30 UTC 2024

Modified Files:
        pkgsrc/graphics/png: Makefile distinfo

Log Message:
png: update to 1.6.41.

Changes from version 1.6.40 to version 1.6.41
---------------------------------------------

 * Added SIMD-optimized code for the Loongarch LSX hardware.
   (Contributed by GuXiWei, JinBo and ZhangLixia)
 * Fixed the run-time discovery of MIPS MSA hardware.
   (Contributed by Sui Jingfeng)
 * Fixed an off-by-one error in the function `png_do_check_palette_indexes`,
   which failed to recognize errors that might have existed in the first
   column of a broken palette-encoded image. This was a benign regression
   accidentally introduced in libpng-1.6.33. No pixel was harmed.
   (Contributed by Adam Richter; reviewed by John Bowler)
 * Fixed, improved and modernized the contrib/pngminus programs, i.e.,
   png2pnm.c and pnm2png.c
 * Removed old and peculiar portability hacks that were meant to silence
   warnings issued by gcc version 7.1 alone.
   (Contributed by John Bowler)
 * Fixed and modernized the CMake file, and raised the minimum required
   CMake version from 3.1 to 3.6.
   (Contributed by Clinton Ingram, Timothy Lyanguzov, Tyler Kropp, et al.)
 * Allowed the configure script to disable the building of auxiliary tools
   and tests, thus catching up with the CMake file.
   (Contributed by Carlo Bramini)
 * Fixed a build issue on Mac.
   (Contributed by Zixu Wang)
 * Moved the Autoconf macro files to scripts/autoconf.
 * Moved the CMake files (except for the main CMakeLists.txt) to
   scripts/cmake and moved the list of their contributing authors to
   scripts/cmake/AUTHORS.md
 * Updated the CI configurations and scripts.
 * Relicensed the CI scripts to the MIT License.
 * Improved the test coverage.
   (Contributed by John Bowler)


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.148 -r1.149 pkgsrc/graphics/png/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/png/Makefile
diff -u pkgsrc/graphics/png/Makefile:1.203 pkgsrc/graphics/png/Makefile:1.204
--- pkgsrc/graphics/png/Makefile:1.203  Mon Jun 26 13:10:12 2023
+++ pkgsrc/graphics/png/Makefile        Thu Jan 25 07:10:29 2024
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.203 2023/06/26 13:10:12 wiz Exp $
+# $NetBSD: Makefile,v 1.204 2024/01/25 07:10:29 wiz Exp $
 
-DISTNAME=      libpng-1.6.40
+DISTNAME=      libpng-1.6.41
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
-MASTER_SITES=  https://ftp-osl.osuosl.org/pub/libpng/src/archive/xz/libpng16/
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=libpng/}
-MASTER_SITES+= ftp://ftp.fu-berlin.de/unix/graphics/png/src/libpng16/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.libpng.org/pub/png/libpng.html
+HOMEPAGE=      https://github.com/pnggroup/libpng
 COMMENT=       Library for manipulating PNG images
 LICENSE=       zlib
 

Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.148 pkgsrc/graphics/png/distinfo:1.149
--- pkgsrc/graphics/png/distinfo:1.148  Mon Jun 26 13:10:12 2023
+++ pkgsrc/graphics/png/distinfo        Thu Jan 25 07:10:30 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.148 2023/06/26 13:10:12 wiz Exp $
+$NetBSD: distinfo,v 1.149 2024/01/25 07:10:30 wiz Exp $
 
-BLAKE2s (libpng-1.6.40.tar.xz) = 90d8dd0c16d26c4d7389b5fde047f937cff32baf16fa202a7d278f8c68c30665
-SHA512 (libpng-1.6.40.tar.xz) = a2ec37c529bf80f3fee3798191d080d06e14d6a1ffecd3c1a02845cb9693b5e308a1d82598a376101f9312d989d19f1fb6735b225d4b0b9f1b73f9f8a3edb17f
-Size (libpng-1.6.40.tar.xz) = 1021332 bytes
+BLAKE2s (libpng-1.6.41.tar.xz) = 20325e82a9c99e943df901890b4111a8a7cd0f8a8c34536cf687e6cfebe60a8a
+SHA512 (libpng-1.6.41.tar.xz) = 046d0328255572ee2ccab7e751ed457b07e0aedc72474c2f4675a8303e628de3ef8afa1a00c60d768eb788546d1cda1e8b800b2497d9c352694faba6dde2c5b4
+Size (libpng-1.6.41.tar.xz) = 1035328 bytes
 SHA1 (patch-libpng-config.in) = 04f8d6af31114017ce9d1280e62f1768c35c289d
 SHA1 (patch-pngpriv.h) = 16f80df18a2f58eec784e2d821e8bb93c3e81747



Home | Main Index | Thread Index | Old Index