Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/minidlna: modernize, rebuild against ffmpeg 4 | Natanael Copa | 2018-11-07 | 1 | -12/+14 |
| | |||||
* | community/minidlna: add !check | Drew DeVault | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | community: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | community/*: fix homepage url and source from http:// to https:// | Jakub Jirutka | 2017-11-19 | 1 | -1/+1 |
| | | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring. | ||||
* | community/minidlna: upgrade to 1.2.1 | Francesco Colista | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | community/minidlna: upgrade to 1.2.0 | Francesco Colista | 2017-05-18 | 1 | -11/+3 |
| | |||||
* | community/minidlna: out of stack fix reworked | Gergo Huszty | 2017-02-07 | 2 | -5/+41 |
| | | | | | As suggested, stack size is increased instead of moving nfo file buffer to heap. | ||||
* | Revert "community/minidlna: patch for potential segfaults" | Timo Teräs | 2017-02-07 | 2 | -53/+5 |
| | | | | | This reverts commit 162c6843b6a85d27398c8272d7efc0998e550328. Reverting accidentally committed change. | ||||
* | community/minidlna: patch for potential segfaults | libesz | 2017-02-06 | 2 | -5/+53 |
| | | | | | | 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 | ||||
* | community/minidlna: move to community and update db dir | Carlo Landmeter | 2016-12-06 | 5 | -0/+129 |
moved db dir from /var/cache to /var/lib added a check in post-upgrade to notify use of this change |