pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/openimageio
Module Name: pkgsrc
Committed By: adam
Date: Thu May 14 11:25:20 UTC 2026
Modified Files:
pkgsrc/graphics/openimageio: Makefile PLIST distinfo
Log Message:
openimageio: updated to 3.1.13.1
Release 3.1.13.1 and 3.1.13.0 (May 3, 2026) -- compared to 3.1.12.0
IBA: Add FLIP perceptual image difference metric as an experimental feature, including ImageBufAlgo::experimental::FLIP_diff() C++ API, Python ImageBufAlgo.FLIP_diff(), and oiiotool --flipdiff
command (requires --experimental flag). Also introduces oiiotool --experimental flag to enable features not yet part of the stable API.
fmath.h: degrees() and radians() are now constexpr.
ImageSpec: get_string_attribute() now correctly converts non-string attributes to string
bmp: Correctly handle the combination of greyscale + RLE compression
dds: Corruption protection: validate resolution and guard against integer overflow
dpx: Several safety fixes for corrupt DPX files: integer overflow protection in buffer size calculations, span-based pointer safety, and use of check_open() for resolution/channel validation
heif: Fix incorrect tracking of current subimage
iinfo: Better error handling and propagation, especially from --hash; fix return code when a file could not be read
jpeg: Be more flexible with corrupt IPTC blocks; use "imageinput:strict" to control whether a bad block is skipped silently or fails the whole file
jpeg2000: Guard against integer overflow in buffer size computation
rla: Harden against corrupted files: guard against RLE buffer overruns and improve seek robustness
sgi: Better detection of corrupt RLE info that could overflow
softimage: Multiple hardening fixes against corrupted input: prevent RLE buffer overruns
targa: Protection against corrupt, mis-sized palette; fix misunderstanding of non-zero palette start index
tiff: Care with missing rowsperstrip
xmp: Correctly parse XMP with self-closing <rdf:Description ... /> elements
fix: Relax OpenColorIO exception handling: distinguish serious errors from benign failures like unknown color roles
ci: Fix CI breakages: fmtlib renamed 'master' to 'main'
ci: Try to reduce costs and timeouts for expensive tests in debug mode
deps: Update R3D SDK to version 9.2.0
build: Makefile wrapper fix to properly quote test regex
int: OIIO_NODISCARD_ERROR_ENABLE is now always on when building OIIO itself
admin: Update security instructions to prefer GitHub security advisory for vulnerability reports
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 pkgsrc/graphics/openimageio/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/openimageio/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/openimageio/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/openimageio/Makefile
diff -u pkgsrc/graphics/openimageio/Makefile:1.129 pkgsrc/graphics/openimageio/Makefile:1.130
--- pkgsrc/graphics/openimageio/Makefile:1.129 Mon Apr 20 18:14:08 2026
+++ pkgsrc/graphics/openimageio/Makefile Thu May 14 11:25:19 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.129 2026/04/20 18:14:08 adam Exp $
+# $NetBSD: Makefile,v 1.130 2026/05/14 11:25:19 adam Exp $
-DISTNAME= OpenImageIO-3.1.10.0
+DISTNAME= OpenImageIO-3.1.13.1
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
GITHUB_PROJECT= OpenImageIO
Index: pkgsrc/graphics/openimageio/PLIST
diff -u pkgsrc/graphics/openimageio/PLIST:1.18 pkgsrc/graphics/openimageio/PLIST:1.19
--- pkgsrc/graphics/openimageio/PLIST:1.18 Tue Feb 10 09:03:13 2026
+++ pkgsrc/graphics/openimageio/PLIST Thu May 14 11:25:19 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2026/02/10 09:03:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/05/14 11:25:19 adam Exp $
bin/iconvert
bin/idiff
bin/igrep
@@ -76,10 +76,10 @@ lib/cmake/OpenImageIO/OpenImageIOTargets
lib/cmake/OpenImageIO/OpenImageIOTargets.cmake
lib/libOpenImageIO.so
lib/libOpenImageIO.so.3.1
-lib/libOpenImageIO.so.3.1.10
+lib/libOpenImageIO.so.3.1.13
lib/libOpenImageIO_Util.so
lib/libOpenImageIO_Util.so.3.1
-lib/libOpenImageIO_Util.so.3.1.10
+lib/libOpenImageIO_Util.so.3.1.13
lib/pkgconfig/OpenImageIO.pc
share/doc/OpenImageIO/CHANGES-0.x.md
share/doc/OpenImageIO/CHANGES-1.x.md
Index: pkgsrc/graphics/openimageio/distinfo
diff -u pkgsrc/graphics/openimageio/distinfo:1.41 pkgsrc/graphics/openimageio/distinfo:1.42
--- pkgsrc/graphics/openimageio/distinfo:1.41 Tue Feb 10 09:03:13 2026
+++ pkgsrc/graphics/openimageio/distinfo Thu May 14 11:25:19 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2026/02/10 09:03:13 adam Exp $
+$NetBSD: distinfo,v 1.42 2026/05/14 11:25:19 adam Exp $
-BLAKE2s (OpenImageIO-3.1.10.0.tar.gz) = 4efd8f7e3529bb0199595bbc40fb4f2744a29ef65a17e6962647bde8984aa8b8
-SHA512 (OpenImageIO-3.1.10.0.tar.gz) = 7e3b295562c97d39d50e8c820686baea2b8e7bd257d85a2660d63f7515a88b58bad5e97b3890a9a99e0263888745884831f9f10021752fe5f60d38ad607f3390
-Size (OpenImageIO-3.1.10.0.tar.gz) = 53619800 bytes
+BLAKE2s (OpenImageIO-3.1.13.1.tar.gz) = b159e2895bae8313f8c71aa32a3f19e5fefd54032072f71eb86fd381dcdba91e
+SHA512 (OpenImageIO-3.1.13.1.tar.gz) = 199faba7fed3c59b8e625b5f06bcfa178a6efbfb3f2d160ae4bcba4b29b674e55ae78b47eef1839a451885693e0b5e0d1cc2be610351435736b8d703d22682b4
+Size (OpenImageIO-3.1.13.1.tar.gz) = 55338242 bytes
SHA1 (patch-src_cmake_compiler.cmake) = d261b70e5ff0984b386087be54aff55e2b36c274
Home |
Main Index |
Thread Index |
Old Index