./graphics/exiv2, Image metadata manipulation

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


Branch: CURRENT, Version: 0.28.5, Package name: exiv2-0.28.5, 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: 45832.619 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-07-14 14:59:11 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
exiv2: update to 0.28.3.

Minor bugs and fixes
Fix for CVE-2024-39695: out-of-bounds read in AsfVideo::streamProperties.
   2024-02-19 13:38:31 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
exiv2: update to 0.28.2.

Changes from version 0.28.1 to 0.28.2
-------------------------------------

Release Notes:

* https://github.com/Exiv2/exiv2/issues/2914
* https://github.com/Exiv2/exiv2/milestone/13?closed=1

This release also fixes two low-severity security issues in quicktimevideo.cpp:

* \ 
[CVE-2024-24826](https://github.com/Exiv2/exiv2/security/advisories/GHSA-g9xm-7538-mq8w): \ 
out-of-bounds read in QuickTimeVideo::NikonTagsDecoder.
* \ 
[CVE-2024-25112](https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36): \ 
denial of service due to unbounded recursion in \ 
QuickTimeVideo::multipleEntriesDecoder.

These vulnerabilities are in a new feature (quicktime video) that was added in \ 
version 0.28.0, so earlier versions of Exiv2 are not affected.
   2023-12-07 01:42:47 by David H. Gutteridge | Files touched by this commit (1)
Log message:
exiv2: fix builds for aarch64 on NetBSD 9.x

For aarch64, older NetBSD releases will end up pulling in GCC 10 to
build this, because of the C++ <filesystem> requirement. We apply
-mno-outline-atomics as one way of getting around linking issues that
otherwise occur.