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: Tue Jun 30 06:03:04 UTC 2020
Modified Files:
pkgsrc/graphics/libjpeg-turbo: Makefile distinfo
Log Message:
libjpeg-turbo: updated to 2.0.5
2.0.5
Significant changes relative to 2.0.4:
Worked around issues in the MIPS DSPr2 SIMD extensions that caused failures in the libjpeg-turbo regression tests. Specifically, the jsimd_h2v1_downsample_dspr2() and jsimd_h2v2_downsample_dspr2()
functions in the MIPS DSPr2 SIMD extensions are now disabled until/unless they can be fixed, and other functions that are incompatible with big endian MIPS CPUs are disabled when building
libjpeg-turbo for such CPUs.
Fixed an oversight in the TJCompressor.compress(int) method in the TurboJPEG Java API that caused an error ("java.lang.IllegalStateException: No source image is associated with this instance") when
attempting to use that method to compress a YUV image.
Fixed an issue (CVE-2020-13790) in the PPM reader that caused a buffer overrun in cjpeg, TJBench, or the tjLoadImage() function if one of the values in a binary PPM/PGM input file exceeded the
maximum value defined in the file's header and that maximum value was less than 255. libjpeg-turbo 1.5.0 already included a similar fix for binary PPM/PGM files with maximum values greater than 255.
The TurboJPEG API library's global error handler, which is used in functions such as tjBufSize() and tjLoadImage() that do not require a TurboJPEG instance handle, is now thread-safe on platforms
that support thread-local storage.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/libjpeg-turbo/Makefile
cvs rdiff -u -r1.13 -r1.14 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.19 pkgsrc/graphics/libjpeg-turbo/Makefile:1.20
--- pkgsrc/graphics/libjpeg-turbo/Makefile:1.19 Sun Apr 12 06:17:06 2020
+++ pkgsrc/graphics/libjpeg-turbo/Makefile Tue Jun 30 06:03:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/04/12 06:17:06 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/06/30 06:03:04 adam Exp $
-DISTNAME= libjpeg-turbo-2.0.4
+DISTNAME= libjpeg-turbo-2.0.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/}
Index: pkgsrc/graphics/libjpeg-turbo/distinfo
diff -u pkgsrc/graphics/libjpeg-turbo/distinfo:1.13 pkgsrc/graphics/libjpeg-turbo/distinfo:1.14
--- pkgsrc/graphics/libjpeg-turbo/distinfo:1.13 Sun Apr 12 06:17:06 2020
+++ pkgsrc/graphics/libjpeg-turbo/distinfo Tue Jun 30 06:03:04 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2020/04/12 06:17:06 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/06/30 06:03:04 adam Exp $
-SHA1 (libjpeg-turbo-2.0.4.tar.gz) = 163d8f96d0999526a117de0388624241b54dcd67
-RMD160 (libjpeg-turbo-2.0.4.tar.gz) = ace5f6647f3d0fc51554f630309c1e02b253bf37
-SHA512 (libjpeg-turbo-2.0.4.tar.gz) = 708c2e7418d9ed5abca313e2ff5a08f8176d79cad2127573cda6036583c201973db4cfb0eafc0fc8f57ecc7b000d2b4af95980de54de5a0aed45969e993a5bf9
-Size (libjpeg-turbo-2.0.4.tar.gz) = 2161812 bytes
+SHA1 (libjpeg-turbo-2.0.5.tar.gz) = 9d4c565d402b2f5661be78d76098073ec7e30f10
+RMD160 (libjpeg-turbo-2.0.5.tar.gz) = 3e820481675a3744f9fe2dbac3b80ae768d4b4da
+SHA512 (libjpeg-turbo-2.0.5.tar.gz) = 5bf9ecf069b43783ff24365febf36dda69ccb92d6397efec6069b2b4f359bfd7b87934a6ce4311873220fccc73acabdacef5ce0604b79209eb1912e8ba478555
+Size (libjpeg-turbo-2.0.5.tar.gz) = 2162983 bytes
SHA1 (patch-jpeglib.h) = 22f69b5fed1882c33f4a8a6e42b8aca5ed195de3
SHA1 (patch-simd_arm_jsimd.c) = 8953f17f28b066853cff716065bc4f7bf1dc039c
Home |
Main Index |
Thread Index |
Old Index