Tue Aug 10 09:13:54 2021 UTC ()
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.


(adam)
diff -r1.22 -r1.23 pkgsrc/graphics/libjpeg-turbo/Makefile
diff -r1.17 -r1.18 pkgsrc/graphics/libjpeg-turbo/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/graphics/libjpeg-turbo/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libjpeg-turbo/Makefile 2021/04/26 08:18:48 1.22
+++ pkgsrc/graphics/libjpeg-turbo/Makefile 2021/08/10 09:13:54 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2021/04/26 08:18:48 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2021/08/10 09:13:54 adam Exp $
2 2
3DISTNAME= libjpeg-turbo-2.1.0 3DISTNAME= libjpeg-turbo-2.1.1
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/}
6 6
7MAINTAINER= dsainty@NetBSD.org 7MAINTAINER= dsainty@NetBSD.org
8HOMEPAGE= https://libjpeg-turbo.org/ 8HOMEPAGE= https://libjpeg-turbo.org/
9COMMENT= Accelerated libjpeg with SIMD instructions 9COMMENT= Accelerated libjpeg with SIMD instructions
10LICENSE= gnu-lgpl-v2 # OR wxWindows Library Licence, Version 3.1 10LICENSE= gnu-lgpl-v2 # OR wxWindows Library Licence, Version 3.1
11 11
12# Note also that libjpeg-turbo's library has a different major version 12# Note also that libjpeg-turbo's library has a different major version
13# number (8) than that installed by the jpeg package (9). 13# number (8) than that installed by the jpeg package (9).
14# https://libjpeg-turbo.org/About/Jpeg-9 14# https://libjpeg-turbo.org/About/Jpeg-9
15CONFLICTS= jpeg-[0-9]* 15CONFLICTS= jpeg-[0-9]*
16 16

cvs diff -r1.17 -r1.18 pkgsrc/graphics/libjpeg-turbo/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/libjpeg-turbo/distinfo 2021/04/26 08:18:48 1.17
+++ pkgsrc/graphics/libjpeg-turbo/distinfo 2021/08/10 09:13:54 1.18
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.17 2021/04/26 08:18:48 adam Exp $ 1$NetBSD: distinfo,v 1.18 2021/08/10 09:13:54 adam Exp $
2 2
3SHA1 (libjpeg-turbo-2.1.0.tar.gz) = 6bf63c869105d341011cd4915816de888338231a 3SHA1 (libjpeg-turbo-2.1.1.tar.gz) = f9c3c17479f4fa2c76dba15125552fc9f6bfda80
4RMD160 (libjpeg-turbo-2.1.0.tar.gz) = cdb947d63425a8d17b1d83e478f4581ab090a74e 4RMD160 (libjpeg-turbo-2.1.1.tar.gz) = 61540f131dbfd5564fba7aee0cecfdd3bab164b9
5SHA512 (libjpeg-turbo-2.1.0.tar.gz) = 6632a2a71cb3a350fe4f850fe84e51e361755c373babf2b47fb164c3a9fc3fd66705639bebedd8c1b40cf6c15fd702e814425b0be5919048987bbec357828605 5SHA512 (libjpeg-turbo-2.1.1.tar.gz) = 9cf61b4677b38e254063248a3fdbe138634d23a35ae8f2ee2661bdb3248b1d0500bd43201b8d9fe66c779d578074fd9ed19bc097ba22e10143530c2a19738673
6Size (libjpeg-turbo-2.1.0.tar.gz) = 2255497 bytes 6Size (libjpeg-turbo-2.1.1.tar.gz) = 2256321 bytes
7SHA1 (patch-jpeglib.h) = 22f69b5fed1882c33f4a8a6e42b8aca5ed195de3 7SHA1 (patch-jpeglib.h) = 22f69b5fed1882c33f4a8a6e42b8aca5ed195de3
8SHA1 (patch-simd_arm__aarch32_jsimd.c) = 914632a76343b75869d2ca736c4c48f13cb2b54e 8SHA1 (patch-simd_arm__aarch32_jsimd.c) = 914632a76343b75869d2ca736c4c48f13cb2b54e
9SHA1 (patch-simd_arm__aarch64_jsimd.c) = 0e8fac36a9abc70e8526370237c7cdd28be519ef 9SHA1 (patch-simd_arm__aarch64_jsimd.c) = 0e8fac36a9abc70e8526370237c7cdd28be519ef