From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 8ceaf358ae36764661c2a70432b78ff879ac845b Date: Mon, 30 Dec 2024 17:54:02 +0000 Message-ID: <4YMNyL390zz2y1N@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9171545352447023419==" List-Id: --===============9171545352447023419== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Mon Dec 30 18:52:36 2024 +0100 mpd: disable https peer/host verification =20 if myMPD is serving playlists mpd cannot load this with enabled verification. =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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" # ########################################################## =20 +########## 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" +} +########################################################## =20 ################### 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 =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/${THISAPP} TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D mpd -PAK_VER =3D 41 +PAK_VER =3D 42 # SUP_ARCH =3D aarch64 x86_64 =20 DEPS =3D alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libi= d3tag libvorbis opus soxr fmt hooks/post-receive -- IPFire 2.x development tree --===============9171545352447023419==--