Wed Mar 16 11:36:10 2022 UTC ()
libopenmpt: update to 0.6.2.

### libopenmpt 0.6.2 (2022-03-13)

 *  [**Sec**] Possible out-of-bounds write in malformed IT / XM / MPTM files
    using the internal LFO plugin. (r17076)
 *  [**Sec**] Possible out-of-bounds read when using Amiga BLEP interpolation
    with extremely high-pitched notes. (r17078, r17079)

 *  ISO-8859-1-related charsets from Amiga OS and RISC OS are now handled more
    accurately, thus avoiding some unwanted control characters.
 *  MO3: Pattern indices 254 / 255 were not treated as playable patterns even if
    the original file was a MOD / XM.
 *  Correctly apply ST3-style effect memory when seeking in S3M files.
 *  Command S (S3M / IT style) effect memory was not applied when seeking.
 *  Initial channel mute status was not reported correctly in `get_channel_mute_status`
    since libopenmpt 0.6.0.

 *  FLAC: Update to v1.3.4 (2022-02-21).
 *  pugixml: Update to v1.12.1 (2022-02-16).


(fcambus)
diff -r1.57 -r1.58 pkgsrc/audio/libopenmpt/Makefile
diff -r1.45 -r1.46 pkgsrc/audio/libopenmpt/distinfo

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

--- pkgsrc/audio/libopenmpt/Makefile 2022/02/01 15:29:29 1.57
+++ pkgsrc/audio/libopenmpt/Makefile 2022/03/16 11:36:10 1.58
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.57 2022/02/01 15:29:29 fcambus Exp $ 1# $NetBSD: Makefile,v 1.58 2022/03/16 11:36:10 fcambus Exp $
2 2
3DISTNAME= libopenmpt-0.6.1+release.autotools 3DISTNAME= libopenmpt-0.6.2+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.45 -r1.46 pkgsrc/audio/libopenmpt/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/libopenmpt/distinfo 2022/02/01 15:29:29 1.45
+++ pkgsrc/audio/libopenmpt/distinfo 2022/03/16 11:36:10 1.46
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.45 2022/02/01 15:29:29 fcambus Exp $ 1$NetBSD: distinfo,v 1.46 2022/03/16 11:36:10 fcambus Exp $
2 2
3BLAKE2s (libopenmpt-0.6.1+release.autotools.tar.gz) = 4869b735c0ae0f4cd05f85ccc0206e78401fb4e363a26094e4efcc3d6428304e 3BLAKE2s (libopenmpt-0.6.2+release.autotools.tar.gz) = fba0e631f824d8882b8e4f85ce3c56568f160545beeef01a97123a91482b88d2
4SHA512 (libopenmpt-0.6.1+release.autotools.tar.gz) = b43124746fc7c8bdbcfcf24c5cff1cd8330cab664fd1641ac7a35416ed25bb80c74f31db74085c13f4beb9774c17c12a4486c8c5e976f3fbb70a27c236c0f4fb 4SHA512 (libopenmpt-0.6.2+release.autotools.tar.gz) = a4bbf804d4be72d11216173371ab81703877071cf15e2daaaf59b0eb892d5948072af00bd1ec8c097c23bb3f77bc2c0be6cf853dcf3c7c24aa6109a9f74d0948
5Size (libopenmpt-0.6.1+release.autotools.tar.gz) = 1511280 bytes 5Size (libopenmpt-0.6.2+release.autotools.tar.gz) = 1514140 bytes