Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package minidlna for openSUSE:Factory checked in at 2022-10-03 13:46:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minidlna (Old) and /work/SRC/openSUSE:Factory/.minidlna.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minidlna" Mon Oct 3 13:46:50 2022 rev:8 rq:1007621 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/minidlna/minidlna.changes 2022-03-07 17:47:32.067109562 +0100 +++ /work/SRC/openSUSE:Factory/.minidlna.new.2275/minidlna.changes 2022-10-03 13:47:35.117722076 +0200 @@ -1,0 +2,14 @@ +Sat Oct 1 11:29:32 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.3.2: + * Improved DNS rebinding attack protection. + * Added Samsung Neo QLED series (2021) support. + * Added webm/rm/rmvb support. + * 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. +- drop minidlna-1.3.0-1.3.1.patch (upstream) + +------------------------------------------------------------------- Old: ---- minidlna-1.3.0-1.3.1.patch minidlna-1.3.0.tar.gz New: ---- minidlna-1.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minidlna.spec ++++++ --- /var/tmp/diff_new_pack.pgLB1Z/_old 2022-10-03 13:47:35.641723229 +0200 +++ /var/tmp/diff_new_pack.pgLB1Z/_new 2022-10-03 13:47:35.645723237 +0200 @@ -18,14 +18,14 @@ Name: minidlna -Version: 1.3.1 -%define oversion 1.3.0 +Version: 1.3.2 +%define oversion 1.3.2 Release: 0 Summary: DLNA compatible server License: GPL-2.0-or-later Group: Productivity/Multimedia/Other -URL: http://sourceforge.net/projects/minidlna/ -Source0: http://prdownloads.sourceforge.net/minidlna/%{name}-%{oversion}.tar.gz +URL: https://sourceforge.net/projects/minidlna/ +Source0: https://prdownloads.sourceforge.net/minidlna/%{name}-%{oversion}.tar.gz # Systemd unit file Source1: %{name}.service # tmpfiles configuration for the /run directory @@ -34,8 +34,6 @@ Source3: minidlna_logrotate # systemd-sysusers user configuration Source4: %{name}-user.conf -# unreleased version 1.3.1 from GIT -Patch0: minidlna-1.3.0-1.3.1.patch # VDR FIX thanks to Boris from openSuse Patch1: minidlna-vdr.diff BuildRequires: automake ++++++ minidlna-1.3.0.tar.gz -> minidlna-1.3.2.tar.gz ++++++ ++++ 39940 lines of diff (skipped) ++++++ minidlna-vdr.diff ++++++ --- /var/tmp/diff_new_pack.pgLB1Z/_old 2022-10-03 13:47:35.865723721 +0200 +++ /var/tmp/diff_new_pack.pgLB1Z/_new 2022-10-03 13:47:35.869723730 +0200 @@ -1,16 +1,16 @@ -Index: utils.c +Index: minidlna-1.3.2/utils.c =================================================================== ---- a/utils.c.orig 2017-05-17 22:55:17.000000000 +0200 -+++ a/utils.c 2017-06-29 01:34:45.635284163 +0200 -@@ -400,6 +400,7 @@ is_video(const char * file) +--- minidlna-1.3.2.orig/utils.c ++++ minidlna-1.3.2/utils.c +@@ -404,6 +404,7 @@ is_video(const char * file) #ifdef TIVO_SUPPORT ends_with(file, ".TiVo") || #endif -+ ends_with(file, ".vdr") || - ends_with(file, ".mov") || ends_with(file, ".3gp")); - } - -@@ -417,6 +417,7 @@ ++ ends_with(file, ".vdr") || + ends_with(file, ".mov") || ends_with(file, ".3gp") || + ends_with(file, ".rm") || ends_with(file, ".rmvb") || + ends_with(file, ".webm")); +@@ -418,6 +419,7 @@ is_audio(const char * file) ends_with(file, ".m4a") || ends_with(file, ".aac") || ends_with(file, ".mp4") || ends_with(file, ".m4p") || ends_with(file, ".wav") || ends_with(file, ".ogg") ||