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:           Sun Sep 21 18:11:34 UTC 2025

Modified Files:
        pkgsrc/graphics/exiv2: Makefile distinfo

Log Message:
exiv2: update to 0.28.7.

Headline Features of Exiv2 v0.27.4
----------------------------------

1) Bug and security fixes:
   - bmff read-only support (.CR3, .HEIC, .HEIF, .AVIF and JXL/bmff).
   - Security process is defined.  https://github.com/Exiv2/exiv2/security/policy
   - 3 benign ASAN issues.  First CVE in 18 months.  Patched in 2hrs, Fixed in 24hrs.
   - DNG 1.6 and Exif 2.32 support.
   - More easyaccess APIs and documentation.
   - Localization support on Crowdin.
   - Updated Catalan localisation.

2) Changes to downloadable build bundles:
   - Revised documentation and man page.
   - MinGW/msys2 bundle built with C++11 (for Qt users).

3) Build and Test:
   - Test suite is implemented in python.
   - Support for building on ARM (raspberry pi).
   - Localisation is tested.

4) Book "Image Metadata and Exiv2 Architecture".
   - https://clanmills.com/exiv2/book/
   - https://clanmills.com/exiv2/book/IMaEA.pdf


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/exiv2/Makefile
cvs rdiff -u -r1.55 -r1.56 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.72 pkgsrc/graphics/exiv2/Makefile:1.73
--- pkgsrc/graphics/exiv2/Makefile:1.72 Sun Aug 31 10:02:58 2025
+++ pkgsrc/graphics/exiv2/Makefile      Sun Sep 21 18:11:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2025/08/31 10:02:58 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2025/09/21 18:11:34 wiz Exp $
 
-DISTNAME=      exiv2-0.28.6
+DISTNAME=      exiv2-0.28.7
 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.55 pkgsrc/graphics/exiv2/distinfo:1.56
--- pkgsrc/graphics/exiv2/distinfo:1.55 Sun Aug 31 10:02:58 2025
+++ pkgsrc/graphics/exiv2/distinfo      Sun Sep 21 18:11:34 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.55 2025/08/31 10:02:58 wiz Exp $
+$NetBSD: distinfo,v 1.56 2025/09/21 18:11:34 wiz Exp $
 
-BLAKE2s (exiv2-0.28.6.tar.gz) = 911e34e4422646996bf296fa16f9aa54cfce710df092a9df4121851957950648
-SHA512 (exiv2-0.28.6.tar.gz) = 2c57255a77eee291acc045b022e8637c38646726410379d80fb3db7f90dcbb511be804142f8569842694adb88cfd3e064554e6f7a66b5e0ca0c00ef1245bffea
-Size (exiv2-0.28.6.tar.gz) = 46934906 bytes
+BLAKE2s (exiv2-0.28.7.tar.gz) = 7851354385086e693b5b16edef4a2e5c89cc04081bf059fbb642a767c90c8752
+SHA512 (exiv2-0.28.7.tar.gz) = b53f4989abcd5d346f2a9c726a06707c47e1990ecb2e5e193c963e01d452fefe4dddd14e25eb08ef35e2f8288b8ec4bdee60725aa7dcd6b1c0348ed56c803fc0
+Size (exiv2-0.28.7.tar.gz) = 46935478 bytes
 SHA1 (patch-cmake_compilerFlags.cmake) = 9f56d637e5dc99d7377a8d57ca9be9aab5833a76
 SHA1 (patch-src_futils.cpp) = 16f320338ea0071098a892e23c7056ead2e18d16



Home | Main Index | Thread Index | Old Index