diff options
author | wiz <wiz@pkgsrc.org> | 2020-07-31 09:20:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-07-31 09:20:39 +0000 |
commit | 541aa5f69510e9d7a5ff768366b6e9c3da1ff579 (patch) | |
tree | c068256d15f404e650422097a8cf7127dc5e279c /graphics/exiv2 | |
parent | 2ce2bf830ad00bd0bd3647a685d9c856c927ee16 (diff) | |
download | pkgsrc-541aa5f69510e9d7a5ff768366b6e9c3da1ff579.tar.gz |
exiv2: update to 0.27.3.
Headline Features of Exiv2 v0.27.3
----------------------------------
Thank you to Phil, Sridhar, Luis, Kevin, and Andreas S for working with me on the release.
As always, thanks to my wife Alison and our cat Lizzie for their support.
I am writing a book called Image Metadata and Exiv2 Architecture.
Current Draft: https://clanmills.com/exiv2/book/
https://clanmills.com/exiv2/book/IMaEA.pdf
1) Bug and security fixes:
- Security fixes
- Improved Unicode/charset handling in comments
- Improved lens recognition
- Updated Catalan and Dutch localisation
2) Changes to downloadable build bundles:
- Revised documentation and man page
- Replace license.txt with COPYING
- Removed contrib/ directory from bundle
- share/locale has localisation files
- msvc bundle built with vs2019
3) Build and Test:
- Support for C++11 and C++14
- Improved test harness and documentation
- Test support for Visual Studio
- Cross compiling support
- UNIX support (Solaris, FreeBSD and NetBSD)
- Http test support
4) Additions:
- contrib/vs2019 Visual Studio support
- contrib/Qt Qt sample project
- .github/CONTRIBUTORS file
- Defined security process (TBD)
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 4 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 6d9a797a2d0..b1537fb0212 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2020/03/14 14:00:02 tnn Exp $ +# $NetBSD: Makefile,v 1.46 2020/07/31 09:20:39 wiz Exp $ -DISTNAME= exiv2-0.27.2-Source +DISTNAME= exiv2-0.27.3-Source PKGNAME= ${DISTNAME:S/-Source//} CATEGORIES= graphics MASTER_SITES= https://www.exiv2.org/builds/ diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index dc4b70518a8..ad91cafdd01 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.32 2019/10/25 09:44:26 kamil Exp $ +$NetBSD: distinfo,v 1.33 2020/07/31 09:20:39 wiz Exp $ -SHA1 (exiv2-0.27.2-Source.tar.gz) = 1a72065c95e721b1c21df4f2ee64d8338c6acf94 -RMD160 (exiv2-0.27.2-Source.tar.gz) = d19c3f29fc5e9637339a9f39c1a4539fc85b1d36 -SHA512 (exiv2-0.27.2-Source.tar.gz) = 39eb7d920dce18b275ac66f4766c7c73f7c72ee10e3e1e43d84c611b24f48ce20a70eac6d53948914e93242a25b8b52cc4bc760ee611ddcd77481306c1f9e721 -Size (exiv2-0.27.2-Source.tar.gz) = 27591236 bytes +SHA1 (exiv2-0.27.3-Source.tar.gz) = f31a74793ce2cd0161915ed1fbec8e79c31cd54d +RMD160 (exiv2-0.27.3-Source.tar.gz) = 7e3ce6de75aaf87b46d419f86b4b0fc55f133234 +SHA512 (exiv2-0.27.3-Source.tar.gz) = 3f5758ee862b811eeb89cc75fc2bbd8bf10329efa2ce1e68555cdc7729faa6cfd1603e0cc859fbdbe6d8fd5e53bd9b9e6d869d8a20ed17497bf87ce78c005de9 +Size (exiv2-0.27.3-Source.tar.gz) = 26447901 bytes SHA1 (patch-cmake_config.h.cmake) = b7e0336e5ca55a9df08958a05d8ac2a2c800e836 SHA1 (patch-contrib_organize_Makefile) = 27348fdb0f80092b6e16f27e3ac1dca988eefe70 SHA1 (patch-contrib_organize_helpers.cpp) = ec003c826d463b3e7e571ab4c41baffaca1240e9 |