pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libopenmpt libopenmpt: update to 0.5.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/99f0a2d828d8
branches: trunk
changeset: 450296:99f0a2d828d8
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Tue Apr 13 15:53:14 2021 +0000
description:
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).
diffstat:
audio/libopenmpt/Makefile | 4 ++--
audio/libopenmpt/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r a44673eb5af4 -r 99f0a2d828d8 audio/libopenmpt/Makefile
--- a/audio/libopenmpt/Makefile Tue Apr 13 15:49:20 2021 +0000
+++ b/audio/libopenmpt/Makefile Tue Apr 13 15:53:14 2021 +0000
@@ -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/
diff -r a44673eb5af4 -r 99f0a2d828d8 audio/libopenmpt/distinfo
--- a/audio/libopenmpt/distinfo Tue Apr 13 15:49:20 2021 +0000
+++ b/audio/libopenmpt/distinfo Tue Apr 13 15:53:14 2021 +0000
@@ -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