pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/libopenmpt



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Wed Mar 16 11:36:10 UTC 2022

Modified Files:
        pkgsrc/audio/libopenmpt: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/libopenmpt/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/libopenmpt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libopenmpt/Makefile
diff -u pkgsrc/audio/libopenmpt/Makefile:1.57 pkgsrc/audio/libopenmpt/Makefile:1.58
--- pkgsrc/audio/libopenmpt/Makefile:1.57       Tue Feb  1 15:29:29 2022
+++ pkgsrc/audio/libopenmpt/Makefile    Wed Mar 16 11:36:10 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2022/02/01 15:29:29 fcambus Exp $
+# $NetBSD: Makefile,v 1.58 2022/03/16 11:36:10 fcambus Exp $
 
-DISTNAME=      libopenmpt-0.6.1+release.autotools
+DISTNAME=      libopenmpt-0.6.2+release.autotools
 PKGNAME=       ${DISTNAME:C/\+.*//}
 CATEGORIES=    audio
 MASTER_SITES=  https://lib.openmpt.org/files/libopenmpt/src/

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



Home | Main Index | Thread Index | Old Index