Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netty3 for openSUSE:Factory checked in at 2022-04-10 00:42:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netty3 (Old) and /work/SRC/openSUSE:Factory/.netty3.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netty3" Sun Apr 10 00:42:00 2022 rev:10 rq:967930 version:3.10.6 Changes: -------- --- /work/SRC/openSUSE:Factory/netty3/netty3.changes 2022-04-08 22:45:36.075217392 +0200 +++ /work/SRC/openSUSE:Factory/.netty3.new.1900/netty3.changes 2022-04-10 00:42:03.229014069 +0200 @@ -2 +2 @@ -Fri Apr 8 06:00:41 UTC 2022 - Fridrich Strba <fst...@suse.com> +Fri Apr 8 21:33:50 UTC 2022 - Fridrich Strba <fst...@suse.com> @@ -4,2 +4,3 @@ -- netty3-CVE-2021-43797.patch - * backport upstream fix for bsc#1193672, CVE-2021-43797 +- Build against the provider of mvn(log4j:log4j:1.2.16) instead of + mvn(log4j:log4j), in order to be able to build both on systems + with and without reload4j (bsc#1197787) @@ -8 +9 @@ -Wed Mar 30 10:04:01 UTC 2022 - Fridrich Strba <fst...@suse.com> +Fri Apr 8 06:00:41 UTC 2022 - Fridrich Strba <fst...@suse.com> @@ -10 +11,2 @@ -- Build against the standalone JavaEE modules inconditionally +- netty3-CVE-2021-43797.patch + * backport upstream fix for bsc#1193672, CVE-2021-43797 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netty3.spec ++++++ --- /var/tmp/diff_new_pack.6TvO0Y/_old 2022-04-10 00:42:05.000994365 +0200 +++ /var/tmp/diff_new_pack.6TvO0Y/_new 2022-04-10 00:42:05.000994365 +0200 @@ -37,9 +37,8 @@ BuildRequires: mvn(com.google.protobuf:protobuf-java) BuildRequires: mvn(com.jcraft:jzlib) BuildRequires: mvn(commons-logging:commons-logging) -BuildRequires: mvn(javax.activation:activation) BuildRequires: mvn(javax.servlet:javax.servlet-api) -BuildRequires: mvn(log4j:log4j) +BuildRequires: mvn(log4j:log4j:1.2.16) BuildRequires: mvn(org.apache.ant:ant) BuildRequires: mvn(org.apache.ant:ant-launcher) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) @@ -54,6 +53,9 @@ BuildRequires: mvn(org.slf4j:slf4j-api) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildArch: noarch +%if 0%{?suse_version} > 1500 +BuildRequires: mvn(javax.activation:activation) +%endif %description Netty is a NIO client server framework which enables quick and easy @@ -87,6 +89,9 @@ %pom_remove_plugin :animal-sniffer-maven-plugin %pom_remove_plugin :maven-enforcer-plugin +%if 0%{?suse_version} <= 1500 +%pom_remove_dep javax.activation:activation +%endif %pom_remove_dep :npn-api %pom_xpath_remove "pom:extension[pom:artifactId[text()='os-maven-plugin']]" %pom_xpath_remove "pom:execution[pom:id[text()='remove-examples']]"