Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plexus-utils for openSUSE:Factory checked in at 2026-09-11 18:03:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plexus-utils (Old) and /work/SRC/openSUSE:Factory/.plexus-utils.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plexus-utils" Fri Sep 11 18:03:11 2026 rev:14 rq:1377309 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plexus-utils/plexus-utils.changes 2026-04-28 12:01:56.435392835 +0200 +++ /work/SRC/openSUSE:Factory/.plexus-utils.new.1265/plexus-utils.changes 2026-09-11 18:06:49.901640005 +0200 @@ -1,0 +2,36 @@ +Fri Sep 11 05:46:51 UTC 2026 - Fridrich Strba <[email protected]> + +- Upgrade to upsteam version 4.1.0 + * Breaking changes + + Do not exclude ".gitignore" and ".cvsignore" by default + * Maintenance + + Rewrite README with usage, status and version guidance + * Build + + Update parent to plexus 27 + + Drop the Publish Site workflow + + Add the Publish Site workflow + + Use the shared release-drafter config instead of a local copy + * Dependency updates + + Bump the plexus dependencies released today + + Bump org.codehaus.plexus:plexus from 25 to 26 + + Bump release-drafter/release-drafter from 7 to 7.7.0 +- Changes of version 4.0.3 + * New features and improvements + + Add Automatic-Module-Name manifest entry + + V4 changes to make external usage easier + * Bug Fixes + + Fix Zip Slip vulnerability in archive extraction + * Maintenance + + Move to Site 2.0 descriptor + + JUnit Jupiter best practices & code cleanups + + Replace FileUtils.fileExists(String) with JDK provided API + + Declare license info in POM + + Cleanup tests + * Dependency updates + + Bump release-drafter/release-drafter from 6 to 7 + + Bump org.codehaus.plexus:plexus from 18 to 25 +- Removed patch: + * plexus-utils-CVE-2025-67030.patch + + not needed with this version; integrated upstream + +------------------------------------------------------------------- Old: ---- plexus-utils-4.0.2.tar.gz plexus-utils-CVE-2025-67030.patch New: ---- plexus-utils-4.1.0.tar.gz ----------(Old B)---------- Old:- Removed patch: * plexus-utils-CVE-2025-67030.patch + not needed with this version; integrated upstream ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plexus-utils.spec ++++++ --- /var/tmp/diff_new_pack.qa7h5Y/_old 2026-09-11 18:06:50.898681880 +0200 +++ /var/tmp/diff_new_pack.qa7h5Y/_new 2026-09-11 18:06:50.899681922 +0200 @@ -17,7 +17,7 @@ Name: plexus-utils -Version: 4.0.2 +Version: 4.1.0 Release: 0 Summary: Plexus Common Utilities License: Apache-1.1 AND Apache-2.0 AND xpp AND BSD-3-Clause AND LicenseRef-SUSE-Public-Domain @@ -25,7 +25,6 @@ URL: https://codehaus-plexus.github.io/plexus-utils/ Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz Source1: %{name}-build.xml -Patch0: plexus-utils-CVE-2025-67030.patch BuildRequires: ant BuildRequires: fdupes BuildRequires: javapackages-local >= 6 @@ -48,7 +47,6 @@ %prep %setup -q -n %{name}-%{name}-%{version} -%patch -P 0 -p1 cp %{SOURCE1} build.xml mkdir -p lib ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.qa7h5Y/_old 2026-09-11 18:06:50.948683980 +0200 +++ /var/tmp/diff_new_pack.qa7h5Y/_new 2026-09-11 18:06:50.954684232 +0200 @@ -1,6 +1,6 @@ -mtime: 1777285372 -commit: 5c577a66e38b04239c1c859fb9c000b557cc772fc0babed32b39d59a6e91b444 +mtime: 1789106010 +commit: 341998576c5075a6455f1156a26e5d1ae15817c66128f42b7b171378777edf3f url: https://src.opensuse.org/java-packages/plexus-utils -revision: 5c577a66e38b04239c1c859fb9c000b557cc772fc0babed32b39d59a6e91b444 +revision: 341998576c5075a6455f1156a26e5d1ae15817c66128f42b7b171378777edf3f projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-09-11 07:53:30.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ plexus-utils-4.0.2.tar.gz -> plexus-utils-4.1.0.tar.gz ++++++ ++++ 6761 lines of diff (skipped) ++++++ plexus-utils-build.xml ++++++ --- /var/tmp/diff_new_pack.qa7h5Y/_old 2026-09-11 18:06:52.012728669 +0200 +++ /var/tmp/diff_new_pack.qa7h5Y/_new 2026-09-11 18:06:52.023729131 +0200 @@ -11,7 +11,7 @@ <property name="project.groupId" value="org.codehaus.plexus"/> <property name="project.fragment" value="utils"/> <property name="project.artifactId" value="plexus-${project.fragment}"/> - <property name="project.version" value="4.0.2"/> + <property name="project.version" value="4.1.0"/> <property name="compiler.release" value="8"/> <property name="compiler.source" value="1.${compiler.release}"/> @@ -108,7 +108,10 @@ index="false" basedir="${build.outputDir}" excludes="**/package.html"> - </jar> + <manifest> + <attribute name="Automatic-Module-Name" value="org.codehaus.plexus.util"/> + </manifest> + </jar> </target> <!-- ====================================================================== -->
