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:           Tue Apr 13 15:53:14 UTC 2021

Modified Files:
        pkgsrc/audio/libopenmpt: Makefile distinfo

Log Message:
libopenmpt: update to 0.5.8.

### libopenmpt 0.5.8 (2021-04-11)

 *  [**Sec**] Possible null-pointer dereference read caused by a sequence of
    `openmpt::module::read`, `openmpt::module::set_position_order_row` pointing
    to an invalid pattern, and another `openmpt::module::read` call. To trigger
    the crash, pattern 0 must not exist in the file and the tick speed before
    the position jump must be lower than the initial speed of the module.
    (r14530)

 *  [**Bug**] `libopenmpt.pc` did not list required system libraries `ole32.lib`
    and `rpcrt4.lib` on Windows in `Libs.Private` field for static builds.
 *  [**Bug**] libopenmpt 0.5.7 broke seeking in some subsongs.

 *  The built-in LFO plugin did not load the correct initial LFO frequency.
 *  IT command S7x (instrument control) is now supported when seeking with
    sample sync enabled.
 *  libopenmpt_ext `play_note` was cutting of channels even when there were
    plenty of free channels to use.

 *  mpg123: Update to v1.26.5 (2021-03-22).


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/libopenmpt/Makefile
cvs rdiff -u -r1.34 -r1.35 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.45 pkgsrc/audio/libopenmpt/Makefile:1.46
--- pkgsrc/audio/libopenmpt/Makefile:1.45       Mon Mar 22 10:51:02 2021
+++ pkgsrc/audio/libopenmpt/Makefile    Tue Apr 13 15:53:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/03/22 10:51:02 fcambus Exp $
+# $NetBSD: Makefile,v 1.46 2021/04/13 15:53:14 fcambus Exp $
 
-DISTNAME=      libopenmpt-0.5.7+release.autotools
+DISTNAME=      libopenmpt-0.5.8+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.34 pkgsrc/audio/libopenmpt/distinfo:1.35
--- pkgsrc/audio/libopenmpt/distinfo:1.34       Mon Mar 22 10:51:02 2021
+++ pkgsrc/audio/libopenmpt/distinfo    Tue Apr 13 15:53:14 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2021/03/22 10:51:02 fcambus Exp $
+$NetBSD: distinfo,v 1.35 2021/04/13 15:53:14 fcambus Exp $
 
-SHA1 (libopenmpt-0.5.7+release.autotools.tar.gz) = d6211e304aec01a2b81713333536813d4a955dd5
-RMD160 (libopenmpt-0.5.7+release.autotools.tar.gz) = a08dcf37f3a91c41def91bb6959e0172beb11675
-SHA512 (libopenmpt-0.5.7+release.autotools.tar.gz) = b2f7aa473c52b5958cf2082c2e32ac1f5741fdccb4840f03ad458817e7b0e3360539a45764a012b2a86a59f693aeb08730a078cdc99cfb71264da77c00515211
-Size (libopenmpt-0.5.7+release.autotools.tar.gz) = 1473961 bytes
+SHA1 (libopenmpt-0.5.8+release.autotools.tar.gz) = 2b7fe53c4b0dd407f680a1da80122e39a7a0b995
+RMD160 (libopenmpt-0.5.8+release.autotools.tar.gz) = fcb2802e91c66f354453fa7dfaaf8ecd50741b3d
+SHA512 (libopenmpt-0.5.8+release.autotools.tar.gz) = 29a5b97495c2fa9898cb806cbdc1bac3263b30ecb9c02860e9f7147dc1186d7600589b5f44c9b1aede9c9d44add3521e28e1ff6a9299227e8b19361fe9cd7cc2
+Size (libopenmpt-0.5.8+release.autotools.tar.gz) = 1474083 bytes



Home | Main Index | Thread Index | Old Index