pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/exempi exempi: Update to 2.5.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff4b4adb9c69
branches: trunk
changeset: 443655:ff4b4adb9c69
user: nia <nia%pkgsrc.org@localhost>
date: Fri Dec 18 23:59:29 2020 +0000
description:
exempi: Update to 2.5.2
2.5.2 - 2020/06/24
- Bug #18: Remove an unnecessary message to stdout in the exempi tool.
https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/18
- Bug #20: Test file formats. This also change the GIF sample to GIF89a.
https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/20
- Bug #17: `make check` should build more reliably now.
https://gitlab.freedesktop.org/libopenraw/exempi/issues/17
- MR !1: Remove deprecated C++ to compile with C++17.
https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/1
- MR !2: Fix a build failure with C++17.
https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/2
2.5.1 - 2019/07/28
- Bug #9: [CVE-2018-12648] Fix null-pointer-dereference in WEBP.
https://gitlab.freedesktop.org/libopenraw/exempi/issues/9
- Bug #12: Invalid WEBP cause a memory overflow.
https://gitlab.freedesktop.org/libopenraw/exempi/issues/12
- Bug #13: Fix a buffer a overflow in ID3 support on invalid MP3.
https://gitlab.freedesktop.org/libopenraw/exempi/issues/13
- Bug #14: Invalid MP3 cause a memory overflow.
https://gitlab.freedesktop.org/libopenraw/exempi/issues/14
diffstat:
devel/exempi/Makefile | 5 +--
devel/exempi/distinfo | 12 +++-----
devel/exempi/patches/patch-XMPFiles_source_PluginHandler_ModuleUtils.h | 13 ----------
devel/exempi/patches/patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp | 13 ----------
4 files changed, 7 insertions(+), 36 deletions(-)
diffs (64 lines):
diff -r 1f20f6d6081f -r ff4b4adb9c69 devel/exempi/Makefile
--- a/devel/exempi/Makefile Fri Dec 18 23:48:18 2020 +0000
+++ b/devel/exempi/Makefile Fri Dec 18 23:59:29 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2020/05/06 14:04:26 adam Exp $
+# $NetBSD: Makefile,v 1.40 2020/12/18 23:59:29 nia Exp $
-DISTNAME= exempi-2.5.0
-PKGREVISION= 4
+DISTNAME= exempi-2.5.2
CATEGORIES= devel graphics
MASTER_SITES= https://libopenraw.pages.freedesktop.org/download/
EXTRACT_SUFX= .tar.bz2
diff -r 1f20f6d6081f -r ff4b4adb9c69 devel/exempi/distinfo
--- a/devel/exempi/distinfo Fri Dec 18 23:48:18 2020 +0000
+++ b/devel/exempi/distinfo Fri Dec 18 23:59:29 2020 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/01/10 21:11:14 joerg Exp $
+$NetBSD: distinfo,v 1.13 2020/12/18 23:59:29 nia Exp $
-SHA1 (exempi-2.5.0.tar.bz2) = 2461c1149187350c1b174e23b188e7884a32ec66
-RMD160 (exempi-2.5.0.tar.bz2) = e4e1fd4e12f6b1ced36e085f524884be45575aa6
-SHA512 (exempi-2.5.0.tar.bz2) = 1d042ffe3c3daadf937c4938e7892d52c4835275065e159f7991ddc9f533424fb6cd7d607600c3381440020db9dfa06af5ae15168d7a8012358fa5c8ac453bba
-Size (exempi-2.5.0.tar.bz2) = 3658187 bytes
-SHA1 (patch-XMPFiles_source_PluginHandler_ModuleUtils.h) = 5147d13838836e0a604bea525a5c0e6b036b3547
-SHA1 (patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp) = e78f1360c1619b7a595eeefcb87255556e6f036a
+SHA1 (exempi-2.5.2.tar.bz2) = cc96364015a7810c833f586824c0db015ca12889
+RMD160 (exempi-2.5.2.tar.bz2) = 17219342d5b71aed30bda82d81401539383e8d6d
+SHA512 (exempi-2.5.2.tar.bz2) = 3a11453a776a379750e8731b802349405966b0b9fd9974e506ff2cf9adfcc9826a9f87f34ad861873431d2d674e437db8e96673c542583aefde8f7a88d11becc
+Size (exempi-2.5.2.tar.bz2) = 3658606 bytes
diff -r 1f20f6d6081f -r ff4b4adb9c69 devel/exempi/patches/patch-XMPFiles_source_PluginHandler_ModuleUtils.h
--- a/devel/exempi/patches/patch-XMPFiles_source_PluginHandler_ModuleUtils.h Fri Dec 18 23:48:18 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-XMPFiles_source_PluginHandler_ModuleUtils.h,v 1.1 2020/01/10 21:11:14 joerg Exp $
-
---- XMPFiles/source/PluginHandler/ModuleUtils.h.orig 2020-01-09 00:04:52.760646486 +0000
-+++ XMPFiles/source/PluginHandler/ModuleUtils.h
-@@ -19,7 +19,7 @@ typedef HMODULE OS_ModuleRef;
- #include <memory>
- typedef CFBundleRef OS_ModuleRef;
- #elif XMP_UNIXBuild
--#include <tr1/memory>
-+#include <memory>
- typedef void* OS_ModuleRef;
- #else
- #error Unsupported operating system
diff -r 1f20f6d6081f -r ff4b4adb9c69 devel/exempi/patches/patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp
--- a/devel/exempi/patches/patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp Fri Dec 18 23:48:18 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp,v 1.1 2020/01/10 21:11:14 joerg Exp $
-
---- XMPFiles/source/PluginHandler/OS_Utils_Linux.cpp.orig 2020-01-09 00:06:19.570733059 +0000
-+++ XMPFiles/source/PluginHandler/OS_Utils_Linux.cpp
-@@ -28,7 +28,7 @@ typedef std::map<OS_ModuleRef, std::stri
- static ResourceFileToPathMap sMapResourceFileToPath;
- static XMP_ReadWriteLock sMapModuleRWLock;
-
--typedef std::tr1::shared_ptr<int> FilePtr;
-+typedef std::shared_ptr<int> FilePtr;
-
- static std::string GetModulePath( OS_ModuleRef inOSModule );
- /** ************************************************************************************************************************
Home |
Main Index |
Thread Index |
Old Index