mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
minidlna: update to 1.3.2 and drop upstreamed patches and addon (104)
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.
This commit is contained in:
parent
24a8c78404
commit
f667caf783
@ -1,3 +1,9 @@
|
||||
104
|
||||
- update to 1.3.2
|
||||
|
||||
103
|
||||
- Not released for LibreELEC 10.0
|
||||
|
||||
102
|
||||
- update to 1.3.0
|
||||
|
||||
|
@ -2,13 +2,13 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="minidlna"
|
||||
PKG_VERSION="1.3.0"
|
||||
PKG_SHA256="47d9b06b4c48801a4c1112ec23d24782728b5495e95ec2195bbe5c81bc2d3c63"
|
||||
PKG_REV="102"
|
||||
PKG_VERSION="1.3.2"
|
||||
PKG_SHA256="222ce45a1a60c3ce3de17527955d38e5ff7a4592d61db39577e6bf88e0ae1cb0"
|
||||
PKG_REV="104"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="BSD-3c/GPLv2"
|
||||
PKG_SITE="https://sourceforge.net/projects/minidlna/"
|
||||
PKG_URL="https://downloads.sourceforge.net/project/minidlna/minidlna/1.3.0/minidlna-${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://downloads.sourceforge.net/project/minidlna/minidlna/${PKG_VERSION}/minidlna-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain ffmpeg flac libexif libiconv libid3tag libjpeg-turbo libogg libvorbis sqlite"
|
||||
PKG_SECTION="service"
|
||||
PKG_SHORTDESC="MiniDLNA (ReadyMedia): a fully compliant DLNA/UPnP-AV server"
|
||||
|
@ -1,14 +0,0 @@
|
||||
Subject: [PATCH] configure.ac: allow gettext >=0.18
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index cb596b9..2eaf0a4 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -29,6 +29,7 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC_USE_SYSTEM_EXTENSIONS])
|
||||
AM_ICONV
|
||||
AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION(0.18)
|
||||
+AM_GNU_GETTEXT_REQUIRE_VERSION(0.18)
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_AWK
|
Loading…
x
Reference in New Issue
Block a user