diff mbox series

[LEDE-DEV] minidlna: update to 1.2.1

Message ID 20170923052024.6959-1-jc@adduono.com
State Not Applicable
Headers show
Series [LEDE-DEV] minidlna: update to 1.2.1 | expand

Commit Message

James Christopher Adduono Sept. 23, 2017, 5:20 a.m. UTC
1.2.1 - Released 24-Aug-2017
--------------------------------
- Added Movian client detection and subtitle support.
- Fixed an issue with discovery on non-Linux systems.
- Fixed Bonjour discovery compatibility with TiVo Bolt.
- Fixed NFO file parsing, and added change monitoring support for them.
- Added a workaround for video thumbnails on some Samsung clients.
- Added DoS protection for event subscriptions.
- Fixed content browsing issues with some Samsung TVs.
- Improved non-destructive update scan support.

Signed-off-by: James Christopher Adduono <jc@adduono.com>
---
 multimedia/minidlna/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Baptiste Jonglez Sept. 24, 2017, 2:17 p.m. UTC | #1
Hi,

minidlna belongs to the package feed: this patch (and the follow-up ones)
should be submitted to https://github.com/openwrt/packages/ and
https://github.com/openwrt/luci

Baptiste

On 23-09-17, James Christopher Adduono wrote:
> 1.2.1 - Released 24-Aug-2017
> --------------------------------
> - Added Movian client detection and subtitle support.
> - Fixed an issue with discovery on non-Linux systems.
> - Fixed Bonjour discovery compatibility with TiVo Bolt.
> - Fixed NFO file parsing, and added change monitoring support for them.
> - Added a workaround for video thumbnails on some Samsung clients.
> - Added DoS protection for event subscriptions.
> - Fixed content browsing issues with some Samsung TVs.
> - Improved non-destructive update scan support.
> 
> Signed-off-by: James Christopher Adduono <jc@adduono.com>
> ---
>  multimedia/minidlna/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/multimedia/minidlna/Makefile b/multimedia/minidlna/Makefile
> index e2c79e84..92439193 100644
> --- a/multimedia/minidlna/Makefile
> +++ b/multimedia/minidlna/Makefile
> @@ -8,12 +8,12 @@
>  include $(TOPDIR)/rules.mk
>  
>  PKG_NAME:=minidlna
> -PKG_VERSION:=1.2.0
> +PKG_VERSION:=1.2.1
>  PKG_RELEASE:=1
>  
>  PKG_SOURCE_URL:=@SF/minidlna
>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
> -PKG_HASH:=8d34436580c4c44be25976d5e46bc5b71af69bf441c4492774eac001164c4433
> +PKG_HASH:=67388ba23ab0c7033557a32084804f796aa2a796db7bb2b770fb76ac2a742eec
>  
>  PKG_LICENSE:=GPL-2.0 BSD-3-Clause
>  PKG_LICENSE_FILES:=COPYING LICENCE.miniupnpd
diff mbox series

Patch

diff --git a/multimedia/minidlna/Makefile b/multimedia/minidlna/Makefile
index e2c79e84..92439193 100644
--- a/multimedia/minidlna/Makefile
+++ b/multimedia/minidlna/Makefile
@@ -8,12 +8,12 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=minidlna
-PKG_VERSION:=1.2.0
+PKG_VERSION:=1.2.1
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=@SF/minidlna
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=8d34436580c4c44be25976d5e46bc5b71af69bf441c4492774eac001164c4433
+PKG_HASH:=67388ba23ab0c7033557a32084804f796aa2a796db7bb2b770fb76ac2a742eec
 
 PKG_LICENSE:=GPL-2.0 BSD-3-Clause
 PKG_LICENSE_FILES:=COPYING LICENCE.miniupnpd