Skip to content

Commit 4f20776

Browse files
committed
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
1 parent 6bd6db2 commit 4f20776

4 files changed

Lines changed: 7 additions & 36 deletions

File tree

devel/exempi/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.39 2020/05/06 14:04:26 adam Exp $
1+
# $NetBSD: Makefile,v 1.40 2020/12/18 23:59:29 nia Exp $
22

3-
DISTNAME= exempi-2.5.0
4-
PKGREVISION= 4
3+
DISTNAME= exempi-2.5.2
54
CATEGORIES= devel graphics
65
MASTER_SITES= https://libopenraw.pages.freedesktop.org/download/
76
EXTRACT_SUFX= .tar.bz2

devel/exempi/distinfo

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
$NetBSD: distinfo,v 1.12 2020/01/10 21:11:14 joerg Exp $
1+
$NetBSD: distinfo,v 1.13 2020/12/18 23:59:29 nia Exp $
22

3-
SHA1 (exempi-2.5.0.tar.bz2) = 2461c1149187350c1b174e23b188e7884a32ec66
4-
RMD160 (exempi-2.5.0.tar.bz2) = e4e1fd4e12f6b1ced36e085f524884be45575aa6
5-
SHA512 (exempi-2.5.0.tar.bz2) = 1d042ffe3c3daadf937c4938e7892d52c4835275065e159f7991ddc9f533424fb6cd7d607600c3381440020db9dfa06af5ae15168d7a8012358fa5c8ac453bba
6-
Size (exempi-2.5.0.tar.bz2) = 3658187 bytes
7-
SHA1 (patch-XMPFiles_source_PluginHandler_ModuleUtils.h) = 5147d13838836e0a604bea525a5c0e6b036b3547
8-
SHA1 (patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp) = e78f1360c1619b7a595eeefcb87255556e6f036a
3+
SHA1 (exempi-2.5.2.tar.bz2) = cc96364015a7810c833f586824c0db015ca12889
4+
RMD160 (exempi-2.5.2.tar.bz2) = 17219342d5b71aed30bda82d81401539383e8d6d
5+
SHA512 (exempi-2.5.2.tar.bz2) = 3a11453a776a379750e8731b802349405966b0b9fd9974e506ff2cf9adfcc9826a9f87f34ad861873431d2d674e437db8e96673c542583aefde8f7a88d11becc
6+
Size (exempi-2.5.2.tar.bz2) = 3658606 bytes

devel/exempi/patches/patch-XMPFiles_source_PluginHandler_ModuleUtils.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

devel/exempi/patches/patch-XMPFiles_source_PluginHandler_OS__Utils__Linux.cpp

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)