./graphics/exiv2, Image metadata manipulation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.28.7, Package name: exiv2-0.28.7, Maintainer: pkgsrc-users

Exiv2 comprises a C++ library and a command line utility to access
image metadata (EXIF, IPTC, MakerNotes).


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 45835.428 KB

Version history: (Expand)


CVS history: (Expand)


   2025-09-21 20:11:34 by Thomas Klausner | Files touched by this commit (2) | Package updated
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
   2025-08-31 12:02:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
exiv2: update to 0.28.6.

Changes from version 0.28.5 to 0.28.6
-------------------------------------

This release fixes two low-severity vulnerabilities:

* \ 
[CVE-2025-54080](https://github.com/Exiv2/exiv2/security/advisories/GHSA-496f-x7cq-cq39)
* \ 
[CVE-2025-55304](https://github.com/Exiv2/exiv2/security/advisories/GHSA-m54q-mm9w-fp6g)
   2025-07-10 16:12:27 by Jonathan Perkin | Files touched by this commit (1)
Log message:
exiv2: Catch up with SunOS iconv const change.
   2025-03-02 10:41:02 by Thomas Klausner | Files touched by this commit (1)
Log message:
exiv2: needs C++ filesystem
   2025-02-23 12:24:54 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
exiv2: update to 0.28.5.

This release fixes a use-after-free vulnerability in `tiffcomposite_int.cpp`:

* \ 
[CVE-2025-26623](https://github.com/Exiv2/exiv2/security/advisories/GHSA-38h4-fx85-qcx7)

Versions prior to v0.28.0, such as v0.27.7, are not affected by CVE-2025-26623.
   2025-02-22 15:46:11 by Greg Troxel | Files touched by this commit (2)
Log message:
graphics/gexiv2: Require c++17

Upstream documents that a C++17 compiler is needed to build the
library and to build programs against the library.  (While they
further document that programs built against the library must pass
--std=c++17, that is left unhandled.)
   2025-02-18 11:03:31 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
exiv2: update to 0.28.4.

Bug fixes and support for more models.
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS