Package: minidlna / 1.3.0+dfsg-2+deb11u2

Metadata

Package Version Patches format
minidlna 1.3.0+dfsg-2+deb11u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 run instead of var run.patch | (download)

upnpglobalvars.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use /run instead of /var/run to store runtime files
03 make sure the database is closed after scanning.patch | (download)

minidlna.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 make sure the database is closed after scanning
Updated: 2015-03-01

05 update help output.patch | (download)

minidlna.c | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

 update help output shown by "minidlna -h"
Updated: 2015-03-01

07 fix multi artist album handling.patch | (download)

scanner.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch] ignore artist when looking up existing container

This prevents creation of multiple album containers for compilation
albums (i.e. one separate album for each artist) when adding files via
inotify, which causes the scanner cache to be invalidated all the time.

08 Fix testupnpdescgen build.patch | (download)

Makefile.am | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix testupnpdescgen build.

Signed-off-by: Alexander Gerasiov <a@gerasiov.net>

09 do not disable logs with systemd.patch | (download)

minidlna.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
10 do not close socket on sighup.patch | (download)

minidlna.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

---
CVE 2022 26505.patch | (download)

upnphttp.c | 17 17 + 0 - 0 !
upnphttp.h | 2 2 + 0 - 0 !
2 files changed, 19 insertions(+)

---
upnphttp Fix chunk length parsing.patch | (download)

upnphttp.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 upnphttp: fix chunk length parsing