pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libjpeg-turbo
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 4 04:52:22 UTC 2025
Modified Files:
pkgsrc/graphics/libjpeg-turbo: Makefile distinfo
Log Message:
libjpeg-turbo: updated to 3.1.2
3.1.2
Significant changes relative to 3.1.1:
Fixed a regression introduced by 3.1 beta1[5] that caused a segfault in TJBench if -copy or -c was passed as the last command-line argument.
The build system now uses wrappers rather than CMake object libraries to compile source files for multiple data precisions. This improves code readability and facilitates adapting the libjpeg-turbo
source code to non-CMake build systems.
Fixed an issue whereby decompressing a 4:2:0 or 4:2:2 JPEG image with merged upsampling disabled/one-pass color quantization enabled, then reusing the same API instance to decompress a 4:2:0 or 4:2:2
JPEG image with merged upsampling enabled/color quantization disabled, caused jpeg_skip_scanlines() to use freed memory. In practice, the freed memory was not reclaimed before it was used. Thus, this
issue did not cause a segfault or other user-visible errant behavior (it was only detectable with ASan), and it did not likely pose a security risk.
The AArch64 (Arm 64-bit) Neon SIMD extensions and accelerated Huffman codec now support the Arm64EC ABI on Windows, which allows Windows/x64 applications to call native Arm64 functions when running
under the Windows/x64 emulator on Windows/Arm.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/graphics/libjpeg-turbo/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/libjpeg-turbo/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/libjpeg-turbo/Makefile
diff -u pkgsrc/graphics/libjpeg-turbo/Makefile:1.40 pkgsrc/graphics/libjpeg-turbo/Makefile:1.41
--- pkgsrc/graphics/libjpeg-turbo/Makefile:1.40 Wed Jun 11 05:41:39 2025
+++ pkgsrc/graphics/libjpeg-turbo/Makefile Thu Sep 4 04:52:22 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2025/06/11 05:41:39 adam Exp $
+# $NetBSD: Makefile,v 1.41 2025/09/04 04:52:22 adam Exp $
-DISTNAME= libjpeg-turbo-3.1.1
+DISTNAME= libjpeg-turbo-3.1.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=libjpeg-turbo/}
Index: pkgsrc/graphics/libjpeg-turbo/distinfo
diff -u pkgsrc/graphics/libjpeg-turbo/distinfo:1.32 pkgsrc/graphics/libjpeg-turbo/distinfo:1.33
--- pkgsrc/graphics/libjpeg-turbo/distinfo:1.32 Wed Jun 11 05:41:39 2025
+++ pkgsrc/graphics/libjpeg-turbo/distinfo Thu Sep 4 04:52:22 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2025/06/11 05:41:39 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/09/04 04:52:22 adam Exp $
-BLAKE2s (libjpeg-turbo-3.1.1.tar.gz) = b1c21dac0e2a2231ac6e0a63eedf13b6d6ec159899e6abb1275d9d43596756f9
-SHA512 (libjpeg-turbo-3.1.1.tar.gz) = 4937b63a27818cdb5087091b2d78837f7f385fd6b4d3e3fcaf4d9ad2944fed4a00020dcacb33e9c2fd4b0f9d9851fb4051ed3da86f606aca5167357262a73e89
-Size (libjpeg-turbo-3.1.1.tar.gz) = 2506010 bytes
+BLAKE2s (libjpeg-turbo-3.1.2.tar.gz) = 183652eb1ae078cb58bcb64eb72fee6913a3e0a84e48d940d9aab71d2b2563a6
+SHA512 (libjpeg-turbo-3.1.2.tar.gz) = 91918fe0d6a2f74fa0faf9141a341a18d123684ceef0ec6a18d4b82fd47f13a939c2dd01c511d83567d1397e7344bd323f921ee5a1095cc61542a97b01ae9301
+Size (libjpeg-turbo-3.1.2.tar.gz) = 2512033 bytes
SHA1 (patch-simd_arm__aarch32_jsimd.c) = 0d35d6f0727709d4e894202a3a297fc66383c377
SHA1 (patch-simd_arm__aarch64_jsimd.c) = 76c5e81403f70a8ea8bca8ae2266066fff5ec6f9
SHA1 (patch-src_jpeglib.h) = 6be231604acd6a55f3a6d135cfaef20897e2926d
Home |
Main Index |
Thread Index |
Old Index