public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 8ceaf358ae36764661c2a70432b78ff879ac845b
@ 2024-12-30 17:54 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2024-12-30 17:54 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2303 bytes --]

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(a)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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-30 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-30 17:54 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 8ceaf358ae36764661c2a70432b78ff879ac845b Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox