pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/exiv2
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 31 07:09:06 UTC 2026
Modified Files:
pkgsrc/graphics/exiv2: Makefile distinfo
Log Message:
exiv2: update to 0.28.9.
What's Changed
Stop the parser from backtracking by @kevinbackhouse in #9309
Fix copy-paste error in WebPImage::inject_VP8X height check (backport #9280) by @mergify[bot] in #9314
Use readOrThrow in MatroskaVideo::decodeBlock for EOF detection (backport #9282) by @mergify[bot] in #9315
Fix wrong variable in findXmp XMP trailer search loop (backport #9284) by @mergify[bot] in #9316
Bound setMediaStream search to the trak atom size (backport #9286) by @mergify[bot] in #9319
Use integer division in TiffBinaryArray::doCount (backport #9288) by @mergify[bot] in #9330
Add orientation handling and tests for Sony camera files (backport #9295) by @mergify[bot] in #9335
Add Tokina 80-400. (backport #9296) by @mergify[bot] in #9336
Add more CanonFileInfo tags (backport #9312) by @mergify[bot] in #9338
Add new Exif 3.1 tags (backport #9298) by @mergify[bot] in #9337
Revert "Bound setMediaStream search to the trak atom size" by @kmilos in #9340
Add enforce to avoid out-of-bounds read by @kevinbackhouse in #9308
Add Pentax HDF tag (backport #9317) by @mergify[bot] in #9344
Revert to Windows 2022 to fix build failure by @kevinbackhouse in #9350
Update CodeCov keybase url (backport #9327) by @mergify[bot] in #9348
Add try-catch around std::stoi (backport #9305) by @mergify[bot] in #9357
Update SECURITY.md by @kevinbackhouse in #9355
Fix/issue 3318 dx tiff xmp (backport #9341) by @mergify[bot] in #9342
fix out-of-bounds iterator in readStringWcharTag (backport #9310) by @mergify[bot] in #9360
enforce minimum FileTypeBox length in Jp2Image::readMetadata (backport #9313) by @mergify[bot] in #9362
enforce minimum FileTypeBox length in Jp2Image::printStructure (backport #9318) by @mergify[bot] in #9351
Change type of allocate64 to uint64_t (backport #9307) by @mergify[bot] in #9353
Fix off-by-one error by @kevinbackhouse in #9377
Fix totalRead calculation (backport #9379) by @mergify[bot] in #9382
change unique_ptr to vector (backport #3427) by @mergify[bot] in #9384
Fix missing throw by @kevinbackhouse in #9385
Make the io_test more reliable by @kevinbackhouse in #9387
Check for duplicates in RiffVideo::readInfoListChunk by @kevinbackhouse in #9369
Avoid using destNode after deleting by @kevinbackhouse in #9367
Add new camera and lens model IDs (backport #9339) by @mergify[bot] in #9398
Fix issue 9324 by @kevinbackhouse in #9325
catch stoul exceptions in CanonMakerNote print0x000a/print0x000c (backport #9320) by @mergify[bot] in #9372
Add regression test (backport #9397) by @mergify[bot] in #9401
Use std::vector for RemoteIo::Impl::blocksMap_ by @kevinbackhouse in #9392
Replace lowblock/highBlock with startBlock/stopBlock and add more error checking by @kevinbackhouse in #9403
Limit EPS AI7 thumbnail preview decoding size (backport #9378) by @mergify[bot] in #9406
Fix TimeValue::read() losing sign for -00:MM / -00MM timezone offsets (backport #9390) by @mergify[bot] in #9411
Improve performance of decodeAi7Thumbnail (backport #9407) by @mergify[bot] in #9409
Check snprintf result to avoid out-of-bounds access by @kevinbackhouse in #9410
Use BasicIo::mmap() to avoid quadratic memory allocation by @kevinbackhouse in #9420
Update DeclareOneNamespace() implementation to match XMP-Toolkit-SDK by @kevinbackhouse in #9418
Remove nRealData variable by @kevinbackhouse in #9428
Call CreateFileMapping correctly on Windows by @kevinbackhouse in #9431
Check that object->ifdOffset() is within bounds by @kevinbackhouse in #9438
Avoid integer overflow on 32-bit architectures by @kevinbackhouse in #9439
Use Safe::add by @kevinbackhouse in #9434
Use std::llround for double to int64_t cast by @kevinbackhouse in #9433
Remove unnecessary curl settings by @kevinbackhouse in #9448
Fix incorrect image size for OS/2 1.x / Windows 2.x BMP files (backport #9450) by @mergify[bot] in #9451
Remove unnecessary resize by @kevinbackhouse in #9455
Nul-terminate strings by @kevinbackhouse in #9454
Refresh translations by @kmilos in #9453
Release Exiv2 version 0.28.9 by @kevinbackhouse in #9459
Fix doxygen error by @kevinbackhouse in #9463
Remove macos-15-intel by @kevinbackhouse in #9466
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/exiv2/Makefile
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/exiv2/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/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.74 pkgsrc/graphics/exiv2/Makefile:1.75
--- pkgsrc/graphics/exiv2/Makefile:1.74 Sun Mar 1 19:36:26 2026
+++ pkgsrc/graphics/exiv2/Makefile Mon Aug 31 07:09:06 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2026/03/01 19:36:26 adam Exp $
+# $NetBSD: Makefile,v 1.75 2026/08/31 07:09:06 wiz Exp $
-DISTNAME= exiv2-0.28.8
+DISTNAME= exiv2-0.28.9
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=Exiv2/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/graphics/exiv2/distinfo
diff -u pkgsrc/graphics/exiv2/distinfo:1.57 pkgsrc/graphics/exiv2/distinfo:1.58
--- pkgsrc/graphics/exiv2/distinfo:1.57 Sun Mar 1 19:36:26 2026
+++ pkgsrc/graphics/exiv2/distinfo Mon Aug 31 07:09:06 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2026/03/01 19:36:26 adam Exp $
+$NetBSD: distinfo,v 1.58 2026/08/31 07:09:06 wiz Exp $
-BLAKE2s (exiv2-0.28.8.tar.gz) = 5f8f55ba91b5c20b6a26c6ad0064cfd93a240eb2a244e6397ff03f84c80fbbc9
-SHA512 (exiv2-0.28.8.tar.gz) = e322438b565fe373e65baceeb4fd5173f538063b12b3d5a93d6e707da5020c818b1b9cc116f7bf0709635aa72b941dacb7a2bcfe6d946e2eaf7d9e55736dec5b
-Size (exiv2-0.28.8.tar.gz) = 46670323 bytes
+BLAKE2s (exiv2-0.28.9.tar.gz) = 20e8b849d6312e011a012dfdeb353545842f837b0db4d35e530d1a75181fd28e
+SHA512 (exiv2-0.28.9.tar.gz) = a7fa8fb19e54cdf0b9aac917087c86d45ea1b4a991a85ea8c5dd96af0289df63823901e44604d4c8df55883dcd19aee2efc48d7b5fde313dc0787b842a223a4a
+Size (exiv2-0.28.9.tar.gz) = 47189810 bytes
SHA1 (patch-cmake_compilerFlags.cmake) = 9f56d637e5dc99d7377a8d57ca9be9aab5833a76
Home |
Main Index |
Thread Index |
Old Index