Mon Mar 22 10:51:02 2021 UTC ()
libopenmpt: update to 0.5.7.

### libopenmpt 0.5.7 (2021-03-20)

 *  [**Sec**] Possible null-pointer dereference read caused by a sequence of
    `openmpt::module::read`, `openmpt::module::set_position_seconds` with a
    position past the song end, and another `openmpt::module::read` call.
    (r14363)

 *  IT: Instrument / sample panning was reset on note-off / fade commands.
 *  IMF: Set Finetune is now implemented correctly.
 *  Fixed excessive memory consumption with malformed files in various formats.


(fcambus)
diff -r1.44 -r1.45 pkgsrc/audio/libopenmpt/Makefile
diff -r1.33 -r1.34 pkgsrc/audio/libopenmpt/distinfo

cvs diff -r1.44 -r1.45 pkgsrc/audio/libopenmpt/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/libopenmpt/Makefile 2021/03/18 10:39:45 1.44
+++ pkgsrc/audio/libopenmpt/Makefile 2021/03/22 10:51:02 1.45
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.44 2021/03/18 10:39:45 fcambus Exp $ 1# $NetBSD: Makefile,v 1.45 2021/03/22 10:51:02 fcambus Exp $
2 2
3DISTNAME= libopenmpt-0.5.6+release.autotools 3DISTNAME= libopenmpt-0.5.7+release.autotools
4PKGNAME= ${DISTNAME:C/\+.*//} 4PKGNAME= ${DISTNAME:C/\+.*//}
5CATEGORIES= audio 5CATEGORIES= audio
6MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ 6MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://lib.openmpt.org/libopenmpt/ 9HOMEPAGE= https://lib.openmpt.org/libopenmpt/
10COMMENT= Library to decode tracked music files into a raw PCM audio stream 10COMMENT= Library to decode tracked music files into a raw PCM audio stream
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man 13BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS= gmake pkg-config 16USE_TOOLS= gmake pkg-config

cvs diff -r1.33 -r1.34 pkgsrc/audio/libopenmpt/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/libopenmpt/distinfo 2021/03/18 10:39:45 1.33
+++ pkgsrc/audio/libopenmpt/distinfo 2021/03/22 10:51:02 1.34
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.33 2021/03/18 10:39:45 fcambus Exp $ 1$NetBSD: distinfo,v 1.34 2021/03/22 10:51:02 fcambus Exp $
2 2
3SHA1 (libopenmpt-0.5.6+release.autotools.tar.gz) = 83ae443cab15c897191c0b254f979d68269c0412 3SHA1 (libopenmpt-0.5.7+release.autotools.tar.gz) = d6211e304aec01a2b81713333536813d4a955dd5
4RMD160 (libopenmpt-0.5.6+release.autotools.tar.gz) = f9affdf37ee2c0308d88d0ad2e82f34f7e2de39c 4RMD160 (libopenmpt-0.5.7+release.autotools.tar.gz) = a08dcf37f3a91c41def91bb6959e0172beb11675
5SHA512 (libopenmpt-0.5.6+release.autotools.tar.gz) = f9c6a4b09565afb61d0fd9b790b697823ce9db3f975dd104eb38c6a4b9a75dd498e0131e27b1b2908f48bbf778547bde92a9b63a31a6e71dde981440ed36cda3 5SHA512 (libopenmpt-0.5.7+release.autotools.tar.gz) = b2f7aa473c52b5958cf2082c2e32ac1f5741fdccb4840f03ad458817e7b0e3360539a45764a012b2a86a59f693aeb08730a078cdc99cfb71264da77c00515211
6Size (libopenmpt-0.5.6+release.autotools.tar.gz) = 1472786 bytes 6Size (libopenmpt-0.5.7+release.autotools.tar.gz) = 1473961 bytes