Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jline3 for openSUSE:Factory checked 
in at 2026-07-24 22:05:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jline3 (Old)
 and      /work/SRC/openSUSE:Factory/.jline3.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jline3"

Fri Jul 24 22:05:37 2026 rev:18 rq:1367573 version:3.30.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/jline3/jline3.changes    2026-07-21 
23:11:10.975902699 +0200
+++ /work/SRC/openSUSE:Factory/.jline3.new.2004/jline3.changes  2026-07-24 
22:05:55.890942981 +0200
@@ -1,0 +2,35 @@
+Fri Jul 24 03:39:54 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Update to upstream version 3.30.16
+  * bugfix release with security hardening, SSH agent forwarding
+    fix, and terminal compatibility improvements.
+  * Breaking Changes
+    + SSH agent forwarding is no longer enabled by default;
+      pass -A to explicitly request it
+  * Bug Fixes
+    + reject overlong hex components in OSC color responses
+    + strip OSC and other escape sequences in ansiAppend
+    + search multiple lib paths for versioned libutil.so
+    + use Path.resolve instead of URI.resolve in cat and sort to
+      prevent SSRF
+    + check closed flag in PtyInputStream to prevent hang on empty
+      input
+    + confine ConfigurationPath lookups to the config directory
+    + disable Read File command in nano restricted mode
+    + drain buffered data before EOF in NonBlockingPumpInputStream
+    + look up openpty in libc.so.6 for glibc 2.34+
+    + guard styleMatches and highlighter rules against ReDoS
+    + backport telnet DoS mitigations (GHSA-47qp, GHSA-2r2c)
+    + propagate EOF in PtyInputStream to avoid infinite loop
+  * Dependency Updates
+    + bump org.apache.ivy:ivy from 2.5.3 to 2.6.0
+    + bump actions/setup-node from 6 to 7
+    + bump com.palantir.javaformat:palantir-java-format from 2.94.0
+      to 2.96.0
+    + bump sshd.version from 2.18.0 to 2.19.0
+    + bump org.codehaus.gmavenplus:gmavenplus-plugin from 5.0.0 to
+      5.1.0
+    + bump org.graalvm.sdk:graal-sdk from 25.0.3 to 25.1.3
+    + bump com.diffplug.spotless:spotless-maven-plugin
+
+-------------------------------------------------------------------

Old:
----
  jline-3.30.15.tar.gz

New:
----
  jline-3.30.16.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jline3.spec ++++++
--- /var/tmp/diff_new_pack.8rGWJE/_old  2026-07-24 22:05:56.766973574 +0200
+++ /var/tmp/diff_new_pack.8rGWJE/_new  2026-07-24 22:05:56.770973713 +0200
@@ -32,7 +32,7 @@
 %bcond_with ssh
 %bcond_with juniversalchardet
 Name:           jline3
-Version:        3.30.15
+Version:        3.30.16
 Release:        0
 Summary:        Java library for handling console input
 License:        BSD-3-Clause

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.8rGWJE/_old  2026-07-24 22:05:56.834975948 +0200
+++ /var/tmp/diff_new_pack.8rGWJE/_new  2026-07-24 22:05:56.838976088 +0200
@@ -1,6 +1,6 @@
-mtime: 1784626159
-commit: c1087cb6918fee5e9c1f93ccab84a541914ddb6463292f10934f6b2bd764a47f
+mtime: 1784864841
+commit: c8a03ef836da308ae2f644c8c4e538e3902a131b4b5b6dce2d869bdbfd128d8c
 url: https://src.opensuse.org/java-packages/jline3
-revision: c1087cb6918fee5e9c1f93ccab84a541914ddb6463292f10934f6b2bd764a47f
+revision: c8a03ef836da308ae2f644c8c4e538e3902a131b4b5b6dce2d869bdbfd128d8c
 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-07-24 05:47:21.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ jline-3.30.15.tar.gz -> jline-3.30.16.tar.gz ++++++
++++ 2199 lines of diff (skipped)

++++++ jline3-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml      2026-07-01 15:23:56.001337071 +0200
+++ new/common.xml      2026-07-24 05:36:11.171787178 +0200
@@ -3,7 +3,7 @@
 <project name="common" basedir=".">
 
   <property file="build.properties"/>
-  <property name="project.version" value="3.30.15"/>
+  <property name="project.version" value="3.30.16"/>
   <property name="project.groupId" value="org.jline"/>
   <property name="project.url" value="https://github.com/jline/jline3"/>
 

Reply via email to