pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libjpeg-turbo libjpeg-turbo: updated to 2.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2090489cbec
branches:  trunk
changeset: 456827:f2090489cbec
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 10 09:13:54 2021 +0000

description:
libjpeg-turbo: updated to 2.1.1

2.1.1

Significant changes relative to 2.1.0

Fixed a regression introduced in 2.1.0 that caused build failures with non-GCC-compatible compilers for Un*x/Arm platforms.

Fixed a regression introduced by 2.1 beta1[13] that prevented the Arm 32-bit (AArch32) Neon SIMD extensions from building unless the C compiler flags included -mfloat-abi=softfp or -mfloat-abi=hard.

Fixed an issue in the AArch32 Neon SIMD Huffman encoder whereby reliance on undefined C compiler behavior led to crashes ("SIGBUS: illegal alignment") on Android systems when running AArch32/Thumb 
builds of libjpeg-turbo built with recent versions of Clang.

Added a command-line argument (-copy icc) to jpegtran that causes it to copy only the ICC profile markers from the source file and discard any other metadata.

libjpeg-turbo should now build and run on CHERI-enabled architectures, which use capability pointers that are larger than the size of size_t.

Fixed a regression introduced by 2.1 beta1[5] that caused a segfault in the 64-bit SSE2 Huffman encoder when attempting to losslessly transform a specially-crafted malformed JPEG image.

diffstat:

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

diffs (30 lines):

diff -r ddae769fa183 -r f2090489cbec graphics/libjpeg-turbo/Makefile
--- a/graphics/libjpeg-turbo/Makefile   Tue Aug 10 08:53:36 2021 +0000
+++ b/graphics/libjpeg-turbo/Makefile   Tue Aug 10 09:13:54 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/04/26 08:18:48 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/08/10 09:13:54 adam Exp $
 
-DISTNAME=      libjpeg-turbo-2.1.0
+DISTNAME=      libjpeg-turbo-2.1.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/}
 
diff -r ddae769fa183 -r f2090489cbec graphics/libjpeg-turbo/distinfo
--- a/graphics/libjpeg-turbo/distinfo   Tue Aug 10 08:53:36 2021 +0000
+++ b/graphics/libjpeg-turbo/distinfo   Tue Aug 10 09:13:54 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2021/04/26 08:18:48 adam Exp $
+$NetBSD: distinfo,v 1.18 2021/08/10 09:13:54 adam Exp $
 
-SHA1 (libjpeg-turbo-2.1.0.tar.gz) = 6bf63c869105d341011cd4915816de888338231a
-RMD160 (libjpeg-turbo-2.1.0.tar.gz) = cdb947d63425a8d17b1d83e478f4581ab090a74e
-SHA512 (libjpeg-turbo-2.1.0.tar.gz) = 6632a2a71cb3a350fe4f850fe84e51e361755c373babf2b47fb164c3a9fc3fd66705639bebedd8c1b40cf6c15fd702e814425b0be5919048987bbec357828605
-Size (libjpeg-turbo-2.1.0.tar.gz) = 2255497 bytes
+SHA1 (libjpeg-turbo-2.1.1.tar.gz) = f9c3c17479f4fa2c76dba15125552fc9f6bfda80
+RMD160 (libjpeg-turbo-2.1.1.tar.gz) = 61540f131dbfd5564fba7aee0cecfdd3bab164b9
+SHA512 (libjpeg-turbo-2.1.1.tar.gz) = 9cf61b4677b38e254063248a3fdbe138634d23a35ae8f2ee2661bdb3248b1d0500bd43201b8d9fe66c779d578074fd9ed19bc097ba22e10143530c2a19738673
+Size (libjpeg-turbo-2.1.1.tar.gz) = 2256321 bytes
 SHA1 (patch-jpeglib.h) = 22f69b5fed1882c33f4a8a6e42b8aca5ed195de3
 SHA1 (patch-simd_arm__aarch32_jsimd.c) = 914632a76343b75869d2ca736c4c48f13cb2b54e
 SHA1 (patch-simd_arm__aarch64_jsimd.c) = 0e8fac36a9abc70e8526370237c7cdd28be519ef



Home | Main Index | Thread Index | Old Index