Commit Graph

6 Commits

Author SHA1 Message Date
Francesco Colista
ffcd5b1c59 community/minidlna: upgrade to 1.2.1 2017-08-25 07:50:57 +00:00
Francesco Colista
a88288f1df community/minidlna: upgrade to 1.2.0 2017-05-18 11:25:32 +00:00
Gergo Huszty
d1d627afa2 community/minidlna: out of stack fix reworked
As suggested, stack size is increased instead of moving nfo file
buffer to heap.
2017-02-07 06:19:20 +00:00
Timo Teräs
7d6603afec Revert "community/minidlna: patch for potential segfaults"
This reverts commit 162c6843b6.
Reverting accidentally committed change.
2017-02-07 06:18:22 +00:00
libesz
162c6843b6 community/minidlna: patch for potential segfaults
Nfo parsing related fixes added in a patch.
 - uninitalized string (GetVideoMetadata() - nfo) -> memset to 0
 - stack was kicked with 64k buffer unconditionally (parse_nfo() - buf) -> now it is on heap and malloc'd size depends on filesize
2017-02-06 09:37:21 +00:00
Carlo Landmeter
4dd9320140 community/minidlna: move to community and update db dir
moved db dir from /var/cache to /var/lib
added a check in post-upgrade to notify use of this change
2016-12-06 15:05:33 +01:00