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:           Wed Jun 11 05:41:39 UTC 2025

Modified Files:
        pkgsrc/graphics/libjpeg-turbo: Makefile distinfo

Log Message:
libjpeg-turbo: updated to 3.1.1

3.1.1

Significant changes relative to 3.1.0:

1. Hardened the libjpeg API against hypothetical calling applications that may
erroneously change the value of the `data_precision` field in
`jpeg_compress_struct` or `jpeg_decompress_struct` after calling
`jpeg_start_compress()` or `jpeg_start_decompress()`.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/libjpeg-turbo/Makefile
cvs rdiff -u -r1.31 -r1.32 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.39 pkgsrc/graphics/libjpeg-turbo/Makefile:1.40
--- pkgsrc/graphics/libjpeg-turbo/Makefile:1.39 Wed May  7 09:14:56 2025
+++ pkgsrc/graphics/libjpeg-turbo/Makefile      Wed Jun 11 05:41:39 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2025/05/07 09:14:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.40 2025/06/11 05:41:39 adam Exp $
 
-DISTNAME=      libjpeg-turbo-3.1.0
-PKGREVISION=   1
+DISTNAME=      libjpeg-turbo-3.1.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libjpeg-turbo/}
 

Index: pkgsrc/graphics/libjpeg-turbo/distinfo
diff -u pkgsrc/graphics/libjpeg-turbo/distinfo:1.31 pkgsrc/graphics/libjpeg-turbo/distinfo:1.32
--- pkgsrc/graphics/libjpeg-turbo/distinfo:1.31 Tue Dec 24 15:39:44 2024
+++ pkgsrc/graphics/libjpeg-turbo/distinfo      Wed Jun 11 05:41:39 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2024/12/24 15:39:44 adam Exp $
+$NetBSD: distinfo,v 1.32 2025/06/11 05:41:39 adam Exp $
 
-BLAKE2s (libjpeg-turbo-3.1.0.tar.gz) = 3fa790d7ffbb4d0513dca9759acbe95dce010ac5461622c6fbffb60b40a248b9
-SHA512 (libjpeg-turbo-3.1.0.tar.gz) = 5712d318e222f1ffcd2f748b0f2c32b3859253a4ed4e13ae134f4445e0ca06efc258c7653b6924b39815ae078f6a9177e098c89684d2c886161a0a4118122e8d
-Size (libjpeg-turbo-3.1.0.tar.gz) = 2507094 bytes
+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
 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