This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 8ceaf358ae36764661c2a70432b78ff879ac845b (commit) from a3a5c4ee95289ebc906e4406e2f87a246f8acabc (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8ceaf358ae36764661c2a70432b78ff879ac845b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Dec 30 18:52:36 2024 +0100
mpd: disable https peer/host verification
if myMPD is serving playlists mpd cannot load this with enabled verification.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/mpd/mpd.conf | 11 +++++++++++ lfs/mpd | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index c4aabdf0b..d051e641f 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -106,6 +106,17 @@ audio_buffer_size "2048" # ##########################################################
+########## DISABLE HTTPS HOST/PEER VERIFICATION ########## +# +# This is needed for myMPD that run a webserver on the +# localhost to update playlists for webradio streams. +# +input { + plugin "curl" + verify_host "no" + verify_peer "no" +} +##########################################################
################### HTTP PROXY ########################### # diff --git a/lfs/mpd b/lfs/mpd index 4ef453fb1..40b34b910 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 41 +PAK_VER = 42 # SUP_ARCH = aarch64 x86_64
DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt
hooks/post-receive -- IPFire 2.x development tree