public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] mympd: Update to version 22.0.4
Date: Fri, 12 Sep 2025 22:08:12 +0200	[thread overview]
Message-ID: <20250912200814.3489573-5-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250912200814.3489573-1-adolf.belka@ipfire.org>

- Update from version 21.0.1 to 22.0.4
- Update of rootfile not required
- Changelog
    22.0.4
	- Upd: Restrict sticker names (forbid equal sign)
	- Fix: Really shuffle the playlist #1455
	- Fix: Relax search expression validation #1455
	- Fix: Alpine packaging
	- Fix: Detection of local playback features #1452
    22.0.3
	- Upd: Create cache und workdir in init script
	- Upd: Feature detection for local playback output selection #1452
    22.0.2
	- Fix: MYMPD_API_JUKEBOX_RESTART requires MPD connection #1448
    22.0.1
	- Fix: Respect backgroundImage setting #1446
	- Fix: Alpine packaging
    22.0.0
      Notes
	- This release enables certificate checking for outgoing https connections. The system CA cert store should be autodetected, open an issue if it fails.
	- The startup process of myMPD was reworked. myMPD no longer drops privileges, the included startup scripts are using now the init system to do this.
	- The default listening ports are now 8080 for HTTP and 8443 for HTTPS.
      API changes
	- MYMPD_API_SCRIPT_VERIFY_SIG: new
	- MYMPD_API_HOME_WIDGET_IFRAME_SAVE: new
	- MYMPD_API_HOME_WIDGET_SCRIPT_SAVE: new
	- MYMPD_API_HOME_WIDGET_SAVE: removed
      Scripting changes
	- Feat: `mympd.tblvalue_in_list()` - Checks a Lua table of tags against a comma separated list.
	- Upd: Executing external scripts is now disabled by default.
      Changelog
	- Feat: iFrames for home screen #1429
	- Feat: Feat: Add custom css and js #1428
	- Feat: Use system provided ca store for ssl certificate checking #1427
	- Feat: Sign and verify scripts from mympd-scripts repository #1426
	- Feat: Add trigger `mympd_playlistart`, `mympd_folderart`
	- Feat: Sort list of timers and triggers #1425
	- Feat: Allow changing output device with local playback #1434
	- Upd: Improve "Edit Script"-Layout
	- Upd: Bootstrap v5.3.7
	- Upd: Mongoose 7.18
	- Upd: libmympdclient 1.0.34 (libmpdclient 2.24.0)
	- Upd: Incbin
	- Upd: Replaced mjson with mongoose implementation
	- Fix: Improve MPD search expression validation #1435

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/mympd | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lfs/mympd b/lfs/mympd
index 6d9d08bc9..a05cacf50 100644
--- a/lfs/mympd
+++ b/lfs/mympd
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Webfrontend for Music Player Daemon
 
-VER        = 21.0.1
+VER        = 22.0.4
 
 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    = 13
+PAK_VER    = 14
 
 DEPS       = mpd libmpdclient
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4470f239933f3f540741439a1fc7e6f3de1c839371d77893160f19d0b80c793943b456a56f36df1c426a36c352b18a0bdd5d3073926644f12d8c2881af317b2d
+$(DL_FILE)_BLAKE2 = d59eba43d083adb2bc58bf31ec03bea1105143d681e409c92e60303b9ede75285aec04d0f70a6dcc52ca62f3eb27a8287840d3fcc3ff9489a4dc9d53e61e9a89
 
 install : $(TARGET)
 
@@ -87,7 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 	cd $(DIR_APP) && mkdir -p build
 	cd $(DIR_APP)/build && cmake -Wno-dev \
-		-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+					-DCMAKE_INSTALL_PREFIX=/usr \
+					-DCMAKE_BUILD_TYPE=Release ..
 	cd $(DIR_APP)/build && make $(MAKETUNING)
 	cd $(DIR_APP)/build && make install
 
-- 
2.51.0



  parent reply	other threads:[~2025-09-12 20:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-12 20:08 [PATCH] dehydrated: Update to version 0.7.2 Adolf Belka
2025-09-12 20:08 ` [PATCH] frr: Update to version 10.4.1 Adolf Belka
2025-09-12 20:08 ` [PATCH] libogg: Update to version 1.3.6 Adolf Belka
2025-09-12 20:08 ` [PATCH] mtr: Update to version 0.96 Adolf Belka
2025-09-12 20:08 ` Adolf Belka [this message]
2025-09-12 20:08 ` [PATCH] nginx: Update to version 1.29.1 Adolf Belka
2025-09-12 20:08 ` [PATCH] strace: Update to version 6.16 Adolf Belka

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=20250912200814.3489573-5-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@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