Hello community, here is the log from the commit of package icecast for openSUSE:Factory checked in at 2018-11-10 16:59:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icecast (Old) and /work/SRC/openSUSE:Factory/.icecast.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icecast" Sat Nov 10 16:59:06 2018 rev:33 rq:646072 version:2.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/icecast/icecast.changes 2017-12-19 10:58:09.114322347 +0100 +++ /work/SRC/openSUSE:Factory/.icecast.new/icecast.changes 2018-11-10 17:01:17.555613183 +0100 @@ -1,0 +2,15 @@ +Fri Nov 2 11:55:28 CET 2018 - [email protected] + +- update to version 2.4.4: + * Fix buffer overflows in URL auth code (CVE-2018-18820, + bsc#1114434) + * Worked around buffer overflows in URL auth’s cURL interface + * Do not report hashed user passworts in user list + * Fixed segfault in htpasswd auth if no filename is set + * Fixed a segfault when xsltApplyStylesheet() returns error + * Do not segfault on malformed Opus streams + * Global listener count could be negative under certain + circumstances + * Added code to announce Opus streams as such towards yp servers + +------------------------------------------------------------------- Old: ---- icecast-2.4.3.tar.gz New: ---- icecast-2.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icecast.spec ++++++ --- /var/tmp/diff_new_pack.VHX1xY/_old 2018-11-10 17:01:18.507612019 +0100 +++ /var/tmp/diff_new_pack.VHX1xY/_new 2018-11-10 17:01:18.507612019 +0100 @@ -1,7 +1,7 @@ # # spec file for package icecast # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,15 +12,15 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: icecast -Version: 2.4.3 +Version: 2.4.4 Release: 0 Summary: Audio Streaming Server -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Web/Servers Url: http://www.icecast.org/ Source: http://downloads.xiph.org/releases/icecast/icecast-%{version}.tar.gz ++++++ icecast-2.4.3.tar.gz -> icecast-2.4.4.tar.gz ++++++ ++++ 44739 lines of diff (skipped) ++++++ icecast-fix-no-add-needed.patch ++++++ --- /var/tmp/diff_new_pack.VHX1xY/_old 2018-11-10 17:01:18.755611717 +0100 +++ /var/tmp/diff_new_pack.VHX1xY/_new 2018-11-10 17:01:18.755611717 +0100 @@ -5,7 +5,7 @@ --- a/configure.in +++ b/configure.in @@ -1,6 +1,7 @@ - AC_INIT([Icecast], [2.4.3], [[email protected]]) + AC_INIT([Icecast], [2.4.4], [[email protected]]) AC_PREREQ(2.54) +AC_CONFIG_MACRO_DIR([m4])
