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 May 9 09:55:51 UTC 2024
Modified Files:
pkgsrc/graphics/libjpeg-turbo: Makefile distinfo
Log Message:
libjpeg-turbo: updated to 3.0.3
3.0.3
Significant changes relative to 3.0.2:
1. Fixed an issue in the build system, introduced in 3.0.2, that caused all
libjpeg-turbo components to depend on the Visual C++ run-time DLL when built
with Visual C++ and CMake 3.15 or later, regardless of value of the
`WITH_CRT_DLL` CMake variable.
2. The x86-64 SIMD extensions now include support for Intel Control-flow
Enforcement Technology (CET), which is enabled automatically if CET is enabled
in the C compiler.
3. Fixed a regression introduced by 3.0 beta2[6] that made it impossible for
calling applications to supply custom Huffman tables when generating
12-bit-per-component lossy JPEG images using the libjpeg API.
4. Fixed a segfault that occurred when attempting to use the jpegtran `-drop`
option with a specially-crafted malformed input image or drop image
(specifically an image in which all of the scans contain fewer components than
the number of components specified in the Start Of Frame segment.)
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/libjpeg-turbo/Makefile
cvs rdiff -u -r1.28 -r1.29 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.34 pkgsrc/graphics/libjpeg-turbo/Makefile:1.35
--- pkgsrc/graphics/libjpeg-turbo/Makefile:1.34 Wed Jan 24 21:59:48 2024
+++ pkgsrc/graphics/libjpeg-turbo/Makefile Thu May 9 09:55:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/01/24 21:59:48 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/05/09 09:55:50 adam Exp $
-DISTNAME= libjpeg-turbo-3.0.2
+DISTNAME= libjpeg-turbo-3.0.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=libjpeg-turbo/}
Index: pkgsrc/graphics/libjpeg-turbo/distinfo
diff -u pkgsrc/graphics/libjpeg-turbo/distinfo:1.28 pkgsrc/graphics/libjpeg-turbo/distinfo:1.29
--- pkgsrc/graphics/libjpeg-turbo/distinfo:1.28 Wed Jan 24 21:59:48 2024
+++ pkgsrc/graphics/libjpeg-turbo/distinfo Thu May 9 09:55:50 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2024/01/24 21:59:48 adam Exp $
+$NetBSD: distinfo,v 1.29 2024/05/09 09:55:50 adam Exp $
-BLAKE2s (libjpeg-turbo-3.0.2.tar.gz) = da7e36c1622366486a4e6ffd782b3195b68bdf6a9bb686a999c0d7f657ca3ebf
-SHA512 (libjpeg-turbo-3.0.2.tar.gz) = 9dddc039d9fd43fe2e2ff6a8b14fab4344f778ff270ec6f38f6496846501701df10b5127e2fe8b778cc236cac38b73889b9cc5bf884f8a43c37c4736097abb25
-Size (libjpeg-turbo-3.0.2.tar.gz) = 2831164 bytes
+BLAKE2s (libjpeg-turbo-3.0.3.tar.gz) = 4ef33e62bad8a80836678109796cfb9f480389647a98818f32e4c283820f0ebc
+SHA512 (libjpeg-turbo-3.0.3.tar.gz) = 46c44be837654e201d11bbf8d9fbb35b775a7d4bf653e9e709279437b10d5c8b0825ece4c8ee33f66689c263234fa2b08240fb5f5ba80e76e03891da8f64eda8
+Size (libjpeg-turbo-3.0.3.tar.gz) = 2832827 bytes
SHA1 (patch-jpeglib.h) = 22f69b5fed1882c33f4a8a6e42b8aca5ed195de3
SHA1 (patch-simd_arm__aarch32_jsimd.c) = 0d35d6f0727709d4e894202a3a297fc66383c377
SHA1 (patch-simd_arm__aarch64_jsimd.c) = 76c5e81403f70a8ea8bca8ae2266066fff5ec6f9
Home |
Main Index |
Thread Index |
Old Index