| Message ID | 20260830075108.767345-1-br025@umbiko.net |
|---|---|
| State | New |
| Headers | show |
| Series | [1/1] package/mpd: update to version 0.24.15 | expand |
On 30/08/2026 09:51, Andreas Ziegler wrote: > Version 0.24.15 change log: > > * protocol > fix crash on "sticker delete" and "sticker find" > * database > upnp: fix crash bug > * input > alsa, curl, nfs: fix stalled transfers > * playlist > asx, pls, rss, xspf: limit to 16 MB > cue: fix problem playing CUE tracks in music directory root > * player > fix noise with replay gain and cross-fade > > Signed-off-by: Andreas Ziegler <br025@umbiko.net> Since it's a bugfix only release, I applied this patch to master, thanks.
diff --git a/package/mpd/mpd.hash b/package/mpd/mpd.hash index bf9ed653fd..7d0c2072d8 100644 --- a/package/mpd/mpd.hash +++ b/package/mpd/mpd.hash @@ -1,3 +1,3 @@ # Locally calculated after checking pgp signature -sha256 367e85debb4427605cccb5415f2858ebb401d849a80615553f59520f4640811e mpd-0.24.14.tar.xz +sha256 524c70bce3fcd268016156bdc97abcf5be1904f0c6fd622688999123e3c4c457 mpd-0.24.15.tar.xz sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk index d063d509f4..4db0aee7cb 100644 --- a/package/mpd/mpd.mk +++ b/package/mpd/mpd.mk @@ -5,7 +5,7 @@ ################################################################################ MPD_VERSION_MAJOR = 0.24 -MPD_VERSION = $(MPD_VERSION_MAJOR).14 +MPD_VERSION = $(MPD_VERSION_MAJOR).15 MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz MPD_SITE = https://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR) MPD_DEPENDENCIES = host-pkgconf fmt
Version 0.24.15 change log: * protocol fix crash on "sticker delete" and "sticker find" * database upnp: fix crash bug * input alsa, curl, nfs: fix stalled transfers * playlist asx, pls, rss, xspf: limit to 16 MB cue: fix problem playing CUE tracks in music directory root * player fix noise with replay gain and cross-fade Signed-off-by: Andreas Ziegler <br025@umbiko.net> --- package/mpd/mpd.hash | 2 +- package/mpd/mpd.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)