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, next has been updated
via f7a575cebb35155372a32bc26e062dac32be9b3d (commit)
via 4f9ffb9f20c739c49dfafe256e9674f4d8262c11 (commit)
from bbbe9111da6aaef3b0855bd85867accc5275e20e (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 f7a575cebb35155372a32bc26e062dac32be9b3d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Jan 4 22:31:13 2025 +0100
mympd: update to 19.0.2
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 4f9ffb9f20c739c49dfafe256e9674f4d8262c11
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Jan 4 17:30:06 2025 +0100
mympd: fix typo
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/packages/mympd | 1 +
lfs/mympd | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
Difference in files:
diff --git a/config/rootfiles/packages/mympd b/config/rootfiles/packages/mympd
index 3b93618b7..a07ccb3b3 100644
--- a/config/rootfiles/packages/mympd
+++ b/config/rootfiles/packages/mympd
@@ -17,6 +17,7 @@ var/ipfire/backup/addons/includes/mympd
var/lib/mympd
#var/lib/mympd/config
#var/lib/mympd/config/http
+#var/lib/mympd/config/loglevel
#var/lib/mympd/config/ssl_port
#var/lib/mympd/state
#var/lib/mympd/state/music_directory
diff --git a/lfs/mympd b/lfs/mympd
index 4e9b174b6..81e270fab 100644
--- a/lfs/mympd
+++ b/lfs/mympd
@@ -26,7 +26,7 @@ include Config
SUMMARY = Webfrontend for Music Player Daemon
-VER = 19.0.1
+VER = 19.0.2
THISAPP = myMPD-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mympd
-PAK_VER = 9
+PAK_VER = 10
DEPS = mpd libmpdclient
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 54930a692fd3753a7346e7e2b05c92c49083211cd1d9043ef41dc36b847d92c746ba1d7a1a88dddb2bbbfeb22bcf734f023019ed58ad7f88eb8edd6c83fcd544
+$(DL_FILE)_BLAKE2 = a3f6c5e46b3f69ac8f7d9fee9af4425533604b0de94d18990fdc6e08178191d489b1290496d68f6a975f01e6340a160368e0f5f617c861cc11cdf1d43a1a6435
install : $(TARGET)
@@ -95,7 +95,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
mkdir -p /var/lib/mympd/config
echo false > /var/lib/mympd/config/http
echo 8800 > /var/lib/mympd/config/ssl_port
- echo 2 > /var/lib/mympd/config/loglovel
+ echo 2 > /var/lib/mympd/config/loglevel
mkdir -p /var/lib/mympd/state
echo /var/mp3 > /var/lib/mympd/state/music_directory
chown nobody:nobody -R /var/lib/mympd
hooks/post-receive
--
IPFire 2.x development tree