Commit Graph

15 Commits

Author SHA1 Message Date
Robert Högberg 77b4067754 minidlna: update to 1.3.3
Fixes CVE-2023-33476:
  ReadyMedia (MiniDLNA) versions from 1.1.15 up to 1.3.2 is vulnerable
  to Buffer Overflow. The vulnerability is caused by incorrect
  validation logic when handling HTTP requests using chunked transport
  encoding. This results in other code later using attacker-controlled
  chunk values that exceed the length of the allocated buffer,
  resulting in out-of-bounds read/write.

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
2023-06-29 18:05:10 -07:00
Andrew Sim 73d89cb4d6 minidlna: update to 1.3.2 release
- Updated to latest version
- Removed upstreamed patches
- Refreshed patches

Project changelog:

1.3.2 - Released 30-Aug-2022
--------------------------------
- Improved DNS rebinding attack protection.
- Added Samsung Neo QLED series (2021) support.
- Added webm/rm/rmvb support.

1.3.1 - Released 11-Feb-2022
--------------------------------
- Fixed a potential crash in SSDP request parsing.
- Fixed a configure script failure on some platforms.
- Protect against DNS rebinding attacks.
- Fix an socket leakage issue on some platforms.
- Minor bug fixes.

Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
2023-04-10 14:12:30 -07:00
Michael Pratt d183d3750b minidlna: fix build with new autotools
Backport a patch that fixes build
with new versions of Autoconf and Automake.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
2022-09-09 15:20:58 -07:00
Rosen Penev f568979648
minidlna: update to 1.3.0
Fixes two CVEs relating to UPnP.

Removed libuuid dependency. It is not used.

Remove clock_gettime hack. It seems to have been fixed.

Removed upstream patches.

Refreshed the other ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 16:14:36 -08:00
Syrone Wong e8f0944337
minidlna: fix GCC 10 multiple def compilation error
Diffrent file use its own setjmp_buffer, thus
we have two global variables called setjmp_buffer

I am not sure if we should use only one instance of it.

The patch sent upstream uses a similar approach.

https://sourceforge.net/p/minidlna/bugs/327/

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
2020-08-10 16:20:51 -07:00
Rosen Penev 733aae9584
minidlna: fix issues
Removed cover resizing patch. It doesn't work right.

Removed SIGHUP reload. While minidlna handles it, it needs work to
function properly.

Removed service_triggers. They don't work for similar reasons as above.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-04 15:12:52 -08:00
Rosen Penev e9a65f1380
minidlna: update to latest master
Removed inactive maintainer.

Cleaned up Makefile to remove old options.

Switched to PKG_INSTALL for consistency.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license info.

Removed '' from enabled for consistency.

Ran init script through shellcheck. Batched config file writes.

Switched it to use procd. The -S parameter changes it to foreground. It
stands for systemd.

Added a sysctl tweak to get rid of warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 18:03:14 -08:00
Vision Lsm 5b4c2b12d3
minidlna: Added support RMVB
Signed-off-by: Vision Lsm <vision.lsm.2012@gmail.com>
2020-02-01 13:04:19 +08:00
Daniel Engberg 1334840179 multimedia/minidlna: Update to latest commit
Update minidlna to latest commit
Cherry pick commits from https://github.com/xavery/minidlna

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-03-14 16:27:25 +00:00
James Christopher Adduono fd9eceb27b minidlna: remove panasonic video grouping by directory patch
Unfortunately this is breaking sorting and causes some
issues with starting streams on various non-Panasonic
clients. Tested on 5 different models of 2014-2017
Samsung Smart TVs and BubbleUPnP for Android.
Removing this patch fixes sorting by filename and
clients no longer sometimes fail to load the streams.

Signed-off-by: James Christopher Adduono <jc@adduono.com>
2017-10-04 15:32:27 -04:00
Daniel Engberg d5fcc972ba multimedia/minidlna: Update to 1.2.0
Update minidlna to 1.2.0
Switch to tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-06-15 08:21:18 +02:00
Daniel Engberg ea6598282f minidlna: Update to latest upstream (2016-09-29)
Updated to latest commit upstream as the latest tagged version didn't get
a tarball release at all. Includes various fixes and also support for
never versions of ffmpeg.

Also added a sorting patch for Panasonic TVs.
Source: c8245740c3

Various improvements to package Makefile.
Source/Template: c389dcdc02/multimedia/minidlna/Makefile

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-02-05 16:53:52 +01:00
Ian Leonard af0eb7f740 minidlna: update to 1.1.4
The Philips TV patch was included upstream.
Rename the minidlnad binary to minidlna instead of tweaking automake files.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-10-25 23:31:58 -07:00
Knyazkov Dmitry fed19e8c3c That on tv phillips normally open mkv,it is necessary to apply this patch.Add license info
Signed-off-by: Knyazkov Dmitry <medavedik@gmail.com>
2014-08-04 22:34:04 +04:00
medaved 0daad9cc9c first commit 2014-07-15 21:13:56 +04:00