[v2] minidlna: Update to version 1.3.3
Commit Message
- 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 <adolf.belka@ipfire.org>
---
lfs/minidlna | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
Hi Bailey,
Sorry for the delay in response, I have been a bit busy with non IPfire related things.
On 11/11/2023 12:07, Bailey Calder wrote:
> Hi Adolf
>
>
> Could i make a new web interface for managing the firewall?
As you have sent your question to a patch about minidlna, I am presuming you mean that you want to create a WUI page for minidlna.
You can definitely do that.
The following link shows the locations of the menu definitions. Those starting with EX are the ones related to addons.
https://git.ipfire.org/?p=ipfire-2.x.git;a=tree;f=config/menu;h=a6059593bdd15e67c4384523b84fd09503ca6c3a;hb=81b3cf237ccd48d7e0481b3d81b0406fa66ce578
mpfire and samba could be used as examples. Also look at the involved lfs, rootfiles and cgi files for those two as examples of how to approach the creation of a WUI page for minidlna, so you can make sure it is in line with the expected approach by the IPFire devs when you want to submit your patch set.
Best regards,
Adolf.
>
>
> Thanks
>
> Bailey
>
@@ -26,7 +26,7 @@ include Config
SUMMARY = DLNA compatible server
-VER = 1.3.2
+VER = 1.3.3
THISAPP = minidlna-$(VER)
DL_FILE = minidlna-$(VER).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = minidlna
-PAK_VER = 13
+PAK_VER = 14
DEPS = ffmpeg flac libexif libid3tag libogg
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e35266be94e4585f399c80a6909318ce973d443506f6becdacdb00802ed0ce060ebf8401ff1b5dfef0b451f609d98f805c80b9a0c87e23d14084338047418620
+$(DL_FILE)_BLAKE2 = 489b7ecb54a20f6111a65388ad2c52d477164046131af490cbcef7cd3ff2b841644f549bcad708ea6d4548f4111d5b2b63bafc0f079edf160467b85c682cbc5b
install : $(TARGET)