From 4f20776da6ba63df6e4e4c273e3155019400b858 Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 18 Dec 2020 23:59:29 +0000 Subject: [PATCH] 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 --- devel/exempi/Makefile | 5 ++--- devel/exempi/distinfo | 12 +++++------- ...atch-XMPFiles_source_PluginHandler_ModuleUtils.h | 13 ------------- ...PFiles_source_PluginHandler_OS__Utils__Linux.cpp | 13 ------------- 4 files changed, 7 insertions(+), 36 deletions(-) delete mode 100644 devel/exempi/patches/patch-XMPFiles_source_PluginHandler_ModuleUtils.h delete mode 100644 devel/exempi/patches/patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp diff --git a/devel/exempi/Makefile b/devel/exempi/Makefile index 850196e2811c..2b2ee0794258 100644 --- a/devel/exempi/Makefile +++ b/devel/exempi/Makefile @@ -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 --git a/devel/exempi/distinfo b/devel/exempi/distinfo index 8248a1df1e7b..cc0f7d7a0d45 100644 --- a/devel/exempi/distinfo +++ b/devel/exempi/distinfo @@ -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 --git a/devel/exempi/patches/patch-XMPFiles_source_PluginHandler_ModuleUtils.h b/devel/exempi/patches/patch-XMPFiles_source_PluginHandler_ModuleUtils.h deleted file mode 100644 index 0cf51a2d2319..000000000000 --- a/devel/exempi/patches/patch-XMPFiles_source_PluginHandler_ModuleUtils.h +++ /dev/null @@ -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 - typedef CFBundleRef OS_ModuleRef; - #elif XMP_UNIXBuild --#include -+#include - typedef void* OS_ModuleRef; - #else - #error Unsupported operating system diff --git a/devel/exempi/patches/patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp b/devel/exempi/patches/patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp deleted file mode 100644 index ea03ae1f0a33..000000000000 --- a/devel/exempi/patches/patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp +++ /dev/null @@ -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 FilePtr; -+typedef std::shared_ptr FilePtr; - - static std::string GetModulePath( OS_ModuleRef inOSModule ); - /** ************************************************************************************************************************