From: Arne Fitzenreiter <git@ipfire.org>
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 [thread overview]
Message-ID: <4YMNyL390zz2y1N@people01.haj.ipfire.org> (raw)
[-- 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
reply other threads:[~2024-12-30 17:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4YMNyL390zz2y1N@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox