Path to this page:
./
graphics/exiv2,
Image metadata manipulation
Branch: CURRENT,
Version: 0.28.3,
Package name: exiv2-0.28.3,
Maintainer: pkgsrc-usersExiv2 comprises a C++ library and a command line utility to access
image metadata (EXIF, IPTC, MakerNotes).
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 45391.311 KB
Version history: (Expand)
- (2024-07-14) Updated to version: exiv2-0.28.3
- (2024-02-19) Updated to version: exiv2-0.28.2
- (2023-11-06) Updated to version: exiv2-0.28.1
- (2023-08-02) Updated to version: exiv2-0.28.0nb3
- (2023-07-29) Updated to version: exiv2-0.28.0nb2
- (2023-07-29) Updated to version: exiv2-0.28.0nb1
CVS history: (Expand)
2024-02-19 13:38:31 by Thomas Klausner | Files touched by this commit (3) | |
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.
|
2023-11-08 22:15:37 by Niclas Rosenvik | Files touched by this commit (2) |
Log message:
exiv2: resurrect patch to fix build on SunOS
|
2023-11-06 14:18:09 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
exiv2: update to 0.28.1.
No summary found, but this fixes CVE-2023-44398 and includes
the pkgsrc NetBSD patches.
|
2023-08-02 21:34:59 by Nia Alarie | Files touched by this commit (1) |
Log message:
exiv2: Regenerate distinfo for previous
|
2023-08-02 21:34:35 by Nia Alarie | Files touched by this commit (3) |
Log message:
exiv2: Revert recent addition of hack that is no longer needed due to
the minimum GCC requirement being increased.
|
2023-07-29 11:49:47 by Nia Alarie | Files touched by this commit (2) |
Log message:
exiv2: Do not ship '@LIBSTDCXXFS@' in .pc files when the SUBST does not
occur. Pointed out by jperkin.
|
2023-07-29 09:15:18 by Nia Alarie | Files touched by this commit (4) |
Log message:
exiv2: Work around issues with undefined symbols when building with gcc-8.
|