head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.06.25.07.29.22; author wiz; state Exp; branches; next ; commitid ZO24f3JZ98Nvo9LG; desc @@ 1.1 log @musicpd: update to 0.24.12. ver 0.24.12 (2026/05/15) * protocol - allow empty URI in "lsinfo", "add" etc. (0.24.11 regression) ver 0.24.11 (2026/05/15) * protocol - fix path traversal bug * playlist: do not allow newlines in song URIs * input - curl: require version 7.85.0 * decoder - pcm: fix stack buffer overflow - sidplay: fall back to SIDLiteBuilder if ReSIDfpBuilder is unavailable ver 0.24.10 (2026/05/06) * input - cache: fix deadlock bug * decoder - sidplay: support millisecond-precision time stamps - sidplay: support libsidplayfp version 3 * database - upnp: allow building with libupnp 1.14.30 which has fixed the API breakage * Windows - work around build failure due to zlib bug ver 0.24.9 (2026/03/11) * input - curl: fix build failure after CURL 8.19 API change * output - fix auto-reopen after error times out * database - upnp: refuse to build with libupnp >= 1.14.26 due to API breakage * abort if threads were created by a library during process startup @ text @$NetBSD$ libfmt 12.2.0 support: use fmt/format.h not fmt/core.h https://github.com/MusicPlayerDaemon/MPD/pull/2512/changes --- src/input/plugins/QobuzTrackRequest.cxx.orig 2026-05-15 05:46:52.000000000 +0000 +++ src/input/plugins/QobuzTrackRequest.cxx @@@@ -5,7 +5,7 @@@@ #include "QobuzErrorParser.hxx" #include "QobuzClient.hxx" -#include +#include #include using std::string_view_literals::operator""sv; @