From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2] minidlna: Update to version 1.3.3 Date: Sat, 11 Nov 2023 12:02:19 +0100 Message-ID: <20231111110219.718213-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9075454363407723966==" List-Id: --===============9075454363407723966== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - v2 version corrects name in subject line - Update from version 1.3.2 to 1.3.3 - Update of rootfile not required - Changelog 1.3.3 - Released 1-Jun-2023 - Fixed HTTP chunk length parsing. - Improved Dutch and Swedish translations. - Fixed directory symlink deletion handling. Signed-off-by: Adolf Belka --- lfs/minidlna | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/minidlna b/lfs/minidlna index d0422c08a..55941bea8 100644 --- a/lfs/minidlna +++ b/lfs/minidlna @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D DLNA compatible server =20 -VER =3D 1.3.2 +VER =3D 1.3.3 =20 THISAPP =3D minidlna-$(VER) DL_FILE =3D minidlna-$(VER).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D minidlna -PAK_VER =3D 13 +PAK_VER =3D 14 =20 DEPS =3D ffmpeg flac libexif libid3tag libogg =20 @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D e35266be94e4585f399c80a6909318ce973d443506f6becdacdb00= 802ed0ce060ebf8401ff1b5dfef0b451f609d98f805c80b9a0c87e23d14084338047418620 +$(DL_FILE)_BLAKE2 =3D 489b7ecb54a20f6111a65388ad2c52d477164046131af490cbcef7= cd3ff2b841644f549bcad708ea6d4548f4111d5b2b63bafc0f079edf160467b85c682cbc5b =20 install : $(TARGET) =20 --=20 2.42.1 --===============9075454363407723966==--