pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/png png: update to 1.6.36.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cdb40a115de
branches:  trunk
changeset: 315993:2cdb40a115de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 02 12:43:23 2018 +0000

description:
png: update to 1.6.36.

Version 1.6.36 [December 1, 2018]
  Optimized png_do_expand_palette for ARM processors.
  Improved performance by around 10-22% on a recent ARM Chromebook.
  (Contributed by Richard Townsend, ARM Holdings)
  Fixed manipulation of machine-specific optimization options.
  (Contributed by Vicki Pfau)
  Used memcpy instead of manual pointer arithmetic on Intel SSE2.
  (Contributed by Samuel Williams)
  Fixed build errors with MSVC on ARM64.
  (Contributed by Zhijie Liang)
  Fixed detection of libm in CMakeLists.
  (Contributed by Cameron Cawley)
  Fixed incorrect creation of pkg-config file in CMakeLists.
  (Contributed by Kyle Bentley)
  Fixed the CMake build on Windows MSYS by avoiding symlinks.
  Fixed a build warning on OpenBSD.
  (Contributed by Theo Buehler)
  Fixed various typos in comments.
  (Contributed by "luz.paz")
  Raised the minimum required CMake version from 3.0.2 to 3.1.
  Removed yet more of the vestigial support for pre-ANSI C compilers.
  Removed ancient makefiles for ancient systems that have been broken
  across all previous libpng-1.6.x versions.
  Removed the Y2K compliance statement and the export control
  information.
  Applied various code style and documentation fixes.

diffstat:

 graphics/png/Makefile |   4 ++--
 graphics/png/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r dfd1ff9ccf52 -r 2cdb40a115de graphics/png/Makefile
--- a/graphics/png/Makefile     Sun Dec 02 12:40:10 2018 +0000
+++ b/graphics/png/Makefile     Sun Dec 02 12:43:23 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.196 2018/08/02 15:01:12 adam Exp $
+# $NetBSD: Makefile,v 1.197 2018/12/02 12:43:23 wiz Exp $
 
-DISTNAME=      libpng-1.6.35
+DISTNAME=      libpng-1.6.36
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  https://ftp-osl.osuosl.org/pub/libpng/src/archive/xz/libpng16/
diff -r dfd1ff9ccf52 -r 2cdb40a115de graphics/png/distinfo
--- a/graphics/png/distinfo     Sun Dec 02 12:40:10 2018 +0000
+++ b/graphics/png/distinfo     Sun Dec 02 12:43:23 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.140 2018/08/02 15:01:12 adam Exp $
+$NetBSD: distinfo,v 1.141 2018/12/02 12:43:23 wiz Exp $
 
-SHA1 (libpng-1.6.35.tar.xz) = 0df1561aa1da610e892239348970d574b14deed0
-RMD160 (libpng-1.6.35.tar.xz) = 98bf278474dcf200eb80596d54cd26fa900cdb2a
-SHA512 (libpng-1.6.35.tar.xz) = b69152bc7869e98536effa8e45e2dac7bffee26aa9e31fc90b37506a702256919bcf4dd9cadc42fa4e45143bc023ffd7c637742367e58707e8c2226b3a09eee0
-Size (libpng-1.6.35.tar.xz) = 1014320 bytes
+SHA1 (libpng-1.6.36.tar.xz) = aec9548c8319104226cc4c31d1f5e524f1b55295
+RMD160 (libpng-1.6.36.tar.xz) = baafcb54ff4913da18c349b14d9a1e98973b17c0
+SHA512 (libpng-1.6.36.tar.xz) = a86ee977df69748e5039fb0ead883f1d3f88b8a701fa24cf8e62dd77c5871bb46397d794fa33ec1d0be1ac488246832ad79d0e6117ac093bdce1b2a1cfcb2bb0
+Size (libpng-1.6.36.tar.xz) = 1012544 bytes
 SHA1 (patch-pngpriv.h) = 3da29edb5d89ab26b9787a71b87c3fd8f451ea39



Home | Main Index | Thread Index | Old Index