Hello community, here is the log from the commit of package minidlna for openSUSE:Factory checked in at 2020-12-02 13:58:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minidlna (Old) and /work/SRC/openSUSE:Factory/.minidlna.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minidlna" Wed Dec 2 13:58:08 2020 rev:4 rq:852342 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/minidlna/minidlna.changes 2020-06-09 00:09:15.326267962 +0200 +++ /work/SRC/openSUSE:Factory/.minidlna.new.5913/minidlna.changes 2020-12-02 13:58:09.225796863 +0100 @@ -1,0 +2,27 @@ +Tue Dec 1 11:08:23 CET 2020 - [email protected] + +- update to version 1.3.0 (bsc#1179447) + - Fixed some build warnings when building with musl. + - Use $USER instead of $LOGNAME for the default friendly name. + - Fixed build with GCC 10 + - Fixed some warnings from newer compilers + - Disallow negative HTTP chunk lengths. [CVE-2020-28926] + - Validate SUBSCRIBE callback URL. [CVE-2020-12695] + - Fixed spurious warnings with ogg coverart + - Fixed an issue with VLC where browse results would be truncated. + - Fixed bookmarks on Samsung Q series + - Added DSD file support. + - Fixed potential stack smash vulnerability in getsyshwaddr on macOS. + - Will now reload the log file on SIGHUP. + - Worked around bad SearchCriteria from the Control4 Android app. + - Increased max supported network addresses to 8. + - Added forced alphasort capability. + - Added episode season and number metadata support. + - Enabled subtitles by default for unknown DLNA clients, and add enable_subtitles config option. + - Fixed discovery when connected to certain WiFi routers. + - Added FreeBSD kqueue support. + - Added the ability to set the group to run as. +- remove upstreamed hunks from minidlna-multiple_definition.patch +- add zlib-devel to BuildRequires + +------------------------------------------------------------------- Old: ---- minidlna-1.2.1.tar.gz New: ---- minidlna-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minidlna.spec ++++++ --- /var/tmp/diff_new_pack.umaaTS/_old 2020-12-02 13:58:09.877797550 +0100 +++ /var/tmp/diff_new_pack.umaaTS/_new 2020-12-02 13:58:09.881797555 +0100 @@ -18,7 +18,7 @@ Name: minidlna -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: DLNA compatible server License: GPL-2.0-or-later @@ -43,6 +43,7 @@ BuildRequires: libuuid-devel BuildRequires: libvorbis-devel BuildRequires: sqlite-devel +BuildRequires: zlib-devel BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libavutil) ++++++ minidlna-1.2.1.tar.gz -> minidlna-1.3.0.tar.gz ++++++ ++++ 10370 lines of diff (skipped) ++++++ minidlna-multiple_definition.patch ++++++ --- /var/tmp/diff_new_pack.umaaTS/_old 2020-12-02 13:58:10.029797711 +0100 +++ /var/tmp/diff_new_pack.umaaTS/_new 2020-12-02 13:58:10.029797711 +0100 @@ -1,25 +1,3 @@ ---- minidlna-1.2.1/image_utils.c 2020/06/08 08:44:01 1.1 -+++ minidlna-1.2.1/image_utils.c 2020/06/08 08:45:33 -@@ -190,7 +190,7 @@ - src->pub.bytes_in_buffer = bufsize; - } - --jmp_buf setjmp_buffer; -+static jmp_buf setjmp_buffer; - /* Don't exit on error like libjpeg likes to do */ - static void - libjpeg_error_handler(j_common_ptr cinfo) ---- minidlna-1.2.1/metadata.c 2020/06/08 08:45:39 1.1 -+++ minidlna-1.2.1/metadata.c 2020/06/08 08:47:21 -@@ -484,7 +484,7 @@ - } - - /* For libjpeg error handling */ --jmp_buf setjmp_buffer; -+static jmp_buf setjmp_buffer; - static void - libjpeg_error_handler(j_common_ptr cinfo) - { --- minidlna-1.2.1/tivo_utils.h 2020/06/08 08:47:55 1.1 +++ minidlna-1.2.1/tivo_utils.h 2020/06/08 08:48:08 @@ -30,7 +30,9 @@ ++++++ minidlna-vdr.diff ++++++ --- /var/tmp/diff_new_pack.umaaTS/_old 2020-12-02 13:58:10.053797736 +0100 +++ /var/tmp/diff_new_pack.umaaTS/_new 2020-12-02 13:58:10.057797741 +0100 @@ -10,11 +10,11 @@ ends_with(file, ".mov") || ends_with(file, ".3gp")); } -@@ -412,6 +413,7 @@ is_audio(const char * file) +@@ -417,6 +417,7 @@ ends_with(file, ".m4a") || ends_with(file, ".aac") || ends_with(file, ".mp4") || ends_with(file, ".m4p") || ends_with(file, ".wav") || ends_with(file, ".ogg") || + ends_with(file, ".vdr") || - ends_with(file, ".pcm") || ends_with(file, ".3gp")); + ends_with(file, ".pcm") || ends_with(file, ".3gp") || + ends_with(file, ".dsf") || ends_with(file, ".dff")); } - _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
