Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package icedtea-web for openSUSE:Factory checked in at 2021-03-08 15:16:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icedtea-web (Old) and /work/SRC/openSUSE:Factory/.icedtea-web.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icedtea-web" Mon Mar 8 15:16:17 2021 rev:32 rq:865474 version:1.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes 2020-06-11 10:15:19.109204152 +0200 +++ /work/SRC/openSUSE:Factory/.icedtea-web.new.2378/icedtea-web.changes 2021-03-08 15:18:13.937981532 +0100 @@ -1,0 +2,14 @@ +Thu Jan 21 12:59:46 UTC 2021 - Hans-Peter Jansen <h...@urpla.net> + +- Update to 1.8.4 + * No changelog, check: + https://github.com/AdoptOpenJDK/IcedTea-Web/releases +- According to https://github.com/AdoptOpenJDK/IcedTea-Web/pull/345, + CVE 2019-{10181,10182,10185} are all fixed + * Remove CVE-2019-10181.patch + * Remove CVE-2019-10182_1.patch + * Remove CVE-2019-10182_2.patch + * Remove CVE-2019-10185.patch +- Project migrated to Github: changed URL and Source + +------------------------------------------------------------------- Old: ---- CVE-2019-10181.patch CVE-2019-10182_1.patch CVE-2019-10182_2.patch CVE-2019-10185.patch icedtea-web-1.8.tar.gz New: ---- IcedTea-Web-icedtea-web-1.8.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icedtea-web.spec ++++++ --- /var/tmp/diff_new_pack.QHGtXz/_old 2021-03-08 15:18:15.097982381 +0100 +++ /var/tmp/diff_new_pack.QHGtXz/_new 2021-03-08 15:18:15.101982384 +0100 @@ -1,7 +1,7 @@ # # spec file for package icedtea-web # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,18 +29,14 @@ %bcond_without docs %bcond_with plugin Name: icedtea-web -Version: 1.8 +Version: 1.8.4 Release: 0 Summary: Java Web Start implementation License: GPL-2.0-only WITH Classpath-exception-2.0 Group: Development/Languages/Java -URL: https://icedtea.classpath.org -Source0: http://icedtea.classpath.org/download/source/icedtea-web-%{version}.tar.gz +URL: https://github.com/AdoptOpenJDK/IcedTea-Web +Source0: https://github.com/AdoptOpenJDK/IcedTea-Web/archive/icedtea-web-%{version}.tar.gz#/IcedTea-Web-icedtea-web-%{version}.tar.gz Patch0: icedtea-web-suse-desktop-files.patch -Patch1000: CVE-2019-10181.patch -Patch1001: CVE-2019-10182_1.patch -Patch1002: CVE-2019-10182_2.patch -Patch1003: CVE-2019-10185.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bc @@ -104,12 +100,8 @@ %endif %prep -%setup -q -n icedtea-web-%{version} +%setup -q -n IcedTea-Web-icedtea-web-%{version} %patch0 -p1 -%patch1000 -p1 -%patch1001 -p1 -%patch1002 -p1 -%patch1003 -p1 %if %{with docs} rm -f netx/net/sourceforge/jnlp/util/WindowsDesktopEntry.java