head 1.2; access; symbols pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2020.12.18.23.59.29; author nia; state dead; branches; next 1.1; commitid yGiSoXT19HOWDhAC; 1.1 date 2020.01.10.21.11.14; author joerg; state Exp; branches; next ; commitid 4XZmOkKtcC1IJbSB; desc @@ 1.2 log @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 @ text @$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 ); /** ************************************************************************************************************************ @ 1.1 log @Always use C++11 STL and not TR1 on Unix. @ text @d1 1 a1 1 $NetBSD$ @