2023-04-26 21:01:35 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
exiv2: update to 0.27.6.
Bug fix release.
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-09-10 08:33:09 by Thomas Klausner | Files touched by this commit (1) |
Log message:
exiv2: turn on BMFF support
Fix pkg-config file while here.
Bump PKGREVISION.
|
2022-04-23 22:25:38 by Tobias Nygren | Files touched by this commit (1) |
Log message:
exiv2: fix master site
|
2021-11-07 13:09:13 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
exiv2: update to 0.27.5.
Exiv2 v0.27.5 Features
1. BMFF bug fixes and CR3 Previews
2. Security fixes
3. libFuzzer target _(for improved security testing)_
4. Minor bugs and fixes
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-06-28 09:50:44 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
exiv2: update to 0.27.4.
Exiv2 v0.27.4 Features
bmff support (.CR3, .AVIF, .HEIC, .HIF, .JXL/bmff) files.
Rewrite 0.27 bash test scripts in python.
Support for Exif 2.32 and DNG 1.6.
Crowdin Localisation Support
Completion of Image Metadata and Exiv2 Architecture \
https://clanmills.com/exiv2/book/
Improved documentation.
Various minor bugs and fixes.
RC3 issued to deal with 12 security issues. After 18 months without a CVE, \
we were attacked between RC2 and GM.
Security policy defined and published on GitHub.
|
2021-04-25 09:51:27 by matthew green | Files touched by this commit (22) |
Log message:
various fixes for arm64 big endian support.
most of these simply extend matching from "aarch64" to \
"aarch64eb"
in various forms of code. most remaining uses in pkgsrc of
"MACHINE_ARCH == aarch64" are because of missing aarch64eb support,
such as most of the binary-bootstrap requiring languages like rust,
go, and java.
no pkg-bump because this shouldn't change packages on systems that
could already build all of these.
|
2020-10-20 09:07:24 by Tobias Nygren | Files touched by this commit (2) |
Log message:
exiv2: extend list of platforms where GCC does not support -fcf-protection
|