Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jsch-agent-proxy for 
openSUSE:Factory checked in at 2024-03-13 22:16:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jsch-agent-proxy (Old)
 and      /work/SRC/openSUSE:Factory/.jsch-agent-proxy.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jsch-agent-proxy"

Wed Mar 13 22:16:07 2024 rev:5 rq:1157430 version:0.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/jsch-agent-proxy/jsch-agent-proxy.changes        
2022-03-28 17:00:07.596933953 +0200
+++ 
/work/SRC/openSUSE:Factory/.jsch-agent-proxy.new.1770/jsch-agent-proxy.changes  
    2024-03-13 22:16:12.835052292 +0100
@@ -1,0 +2,17 @@
+Wed Mar 13 07:30:27 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Upgrade to 0.0.9
+  * Fixes:
+    + using JNA 4.1.0
+    + The usocket path for ssh-agent should be configurable
+- Fetch sources using source service, since the tag for this
+  version is missing in the git repository.
+
+-------------------------------------------------------------------
+Wed Mar 13 06:16:21 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Do not build the module svnkit-trilead-ssh2 that depends on
+  trilead-ssh2, since it is not strictly needed by anything in
+  our stack. This mitigates bsc#1218198, CVE-2023-48795.
+
+-------------------------------------------------------------------

Old:
----
  jsch-agent-proxy-0.0.7-build.tar.xz
  jsch-agent-proxy-0.0.7.tar.gz

New:
----
  _service
  jsch-agent-proxy-0.0.9-build.tar.xz
  jsch-agent-proxy-0.0.9.tar.xz

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

Other differences:
------------------
++++++ jsch-agent-proxy.spec ++++++
--- /var/tmp/diff_new_pack.FnnL9A/_old  2024-03-13 22:16:14.523114393 +0100
+++ /var/tmp/diff_new_pack.FnnL9A/_new  2024-03-13 22:16:14.523114393 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jsch-agent-proxy
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,21 @@
 
 
 Name:           jsch-agent-proxy
-Version:        0.0.7
+Version:        0.0.9
 Release:        0
 Summary:        Proxy to ssh-agent and Pageant in Java
 License:        BSD-3-Clause
 Group:          Development/Libraries/Java
 URL:            http://www.jcraft.com/jsch-agent-proxy/
-Source0:        
https://github.com/ymnk/jsch-agent-proxy/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-%{version}-build.tar.xz
 BuildRequires:  ant
 BuildRequires:  fdupes
 BuildRequires:  java-devel
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  jna
 BuildRequires:  jna-contrib
 BuildRequires:  jsch
-BuildRequires:  trilead-ssh2
 BuildArch:      noarch
 
 %description
@@ -45,11 +44,6 @@
 %package connector-factory
 Summary:        Connector factory for jsch-agent-proxy
 Group:          Development/Libraries/Java
-Requires:       mvn(com.jcraft:jsch.agentproxy.core) = %{version}
-Requires:       mvn(com.jcraft:jsch.agentproxy.pageant) = %{version}
-Requires:       mvn(com.jcraft:jsch.agentproxy.sshagent) = %{version}
-Requires:       mvn(com.jcraft:jsch.agentproxy.usocket-jna) = %{version}
-Requires:       mvn(com.jcraft:jsch.agentproxy.usocket-nc) = %{version}
 
 %description connector-factory
 %{summary}.
@@ -64,8 +58,6 @@
 %package jsch
 Summary:        JSch connector for jsch-agent-proxy
 Group:          Development/Libraries/Java
-Requires:       mvn(com.jcraft:jsch)
-Requires:       mvn(com.jcraft:jsch.agentproxy.core) = %{version}
 
 %description jsch
 %{summary}.
@@ -73,9 +65,6 @@
 %package pageant
 Summary:        Pageant connector for jsch-agent-proxy
 Group:          Development/Libraries/Java
-Requires:       mvn(com.jcraft:jsch.agentproxy.core) = %{version}
-Requires:       mvn(net.java.dev.jna:jna)
-Requires:       mvn(net.java.dev.jna:platform)
 
 %description pageant
 %{summary}.
@@ -83,26 +72,13 @@
 %package sshagent
 Summary:        ssh-agent connector for jsch-agent-proxy
 Group:          Development/Libraries/Java
-Requires:       mvn(com.jcraft:jsch.agentproxy.core) = %{version}
 
 %description sshagent
 %{summary}.
 
-%package svnkit-trilead-ssh2
-Summary:        trilead-ssh2 connector for jsch-agent-proxy
-Group:          Development/Libraries/Java
-Requires:       mvn(com.jcraft:jsch.agentproxy.core) = %{version}
-Requires:       mvn(com.trilead:trilead-ssh2)
-
-%description svnkit-trilead-ssh2
-%{summary}.
-
 %package usocket-jna
 Summary:        USocketFactory implementation using JNA
 Group:          Development/Libraries/Java
-Requires:       mvn(com.jcraft:jsch.agentproxy.core) = %{version}
-Requires:       mvn(net.java.dev.jna:jna)
-Requires:       mvn(net.java.dev.jna:platform)
 
 %description usocket-jna
 %{summary}.
@@ -117,7 +93,6 @@
 %package        javadoc
 Summary:        API documentation for %{name}
 Group:          Documentation/HTML
-Requires:       mvn(com.jcraft:jsch.agentproxy.core) = %{version}
 
 %description    javadoc
 This package provides %{summary}.
@@ -131,30 +106,22 @@
 %pom_xpath_remove pom:build/pom:extensions
 %pom_disable_module jsch-agent-proxy-sshj
 
-for package in connector-factory core jsch pageant sshagent \
-               svnkit-trilead-ssh2 usocket-jna usocket-nc; do
-    %pom_remove_parent %{name}-${package}
-    %pom_xpath_inject pom:project "
-                                <groupId>com.jcraft</groupId>
-                                <version>%{version}</version>" 
%{name}-${package}
-done
-
 %build
 mkdir lib
-build-jar-repository -s lib jna jna-platform jsch trilead-ssh2
+build-jar-repository -s lib jna jna-platform jsch
 
 %{ant} \
     -Dtest.skip=true \
     package javadoc
 
 %install
-install -dm 0755 %{buildroot}/usr/share/java
+install -dm 0755 %{buildroot}%{_javadir}
 install -dm 0755 %{buildroot}%{_mavenpomdir}
 
 for package in connector-factory core jsch pageant sshagent \
-               svnkit-trilead-ssh2 usocket-jna usocket-nc; do
-    install -pm 0644 
%{name}-${package}/target/jsch.agentproxy.${package}-%{version}.jar 
%{buildroot}/usr/share/java/jsch.agentproxy.${package}.jar
-    install -pm 0644 %{name}-${package}/pom.xml 
%{buildroot}%{_mavenpomdir}/jsch.agentproxy.${package}.pom
+               usocket-jna usocket-nc; do
+    install -pm 0644 
%{name}-${package}/target/jsch.agentproxy.${package}-%{version}.jar 
%{buildroot}%{_javadir}/jsch.agentproxy.${package}.jar
+    %{mvn_install_pom} %{name}-${package}/pom.xml 
%{buildroot}%{_mavenpomdir}/jsch.agentproxy.${package}.pom
     %add_maven_depmap jsch.agentproxy.${package}.pom 
jsch.agentproxy.${package}.jar -f ${package}
 
     # javadoc
@@ -176,8 +143,6 @@
 
 %files sshagent -f .mfiles-sshagent
 
-%files svnkit-trilead-ssh2 -f .mfiles-svnkit-trilead-ssh2
-
 %files usocket-jna -f .mfiles-usocket-jna
 
 %files usocket-nc -f .mfiles-usocket-nc

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/ymnk/jsch-agent-proxy.git</param>
                <param 
name="revision">12c3d64fc2b0a4fd37659369edfdee26e48954e2</param>
                <param name="versionformat">0.0.9</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>

++++++ jsch-agent-proxy-0.0.7-build.tar.xz -> 
jsch-agent-proxy-0.0.9-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/build.xml new/build.xml
--- old/build.xml       2019-06-28 11:08:42.000000000 +0200
+++ new/build.xml       2024-03-12 19:07:14.061059680 +0100
@@ -1,20 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- ====================================================================== -->
-<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above.        -->
-<!-- ====================================================================== -->
-
-<!-- ====================================================================== -->
-<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
-<!-- ====================================================================== -->
-<!--                                                                        -->
-<!-- Any modifications will be overwritten.                                 -->
-<!--                                                                        -->
-<!-- Generated by Maven Ant Plugin on 6/28/19, 7:36 AM                      -->
-<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/                 -->
-<!--                                                                        -->
-<!-- ====================================================================== -->
-
 <project name="jsch.agentproxy" default="package" basedir=".">
 
   <!-- ====================================================================== 
-->
@@ -28,7 +13,6 @@
     <ant antfile="build.xml" dir="jsch-agent-proxy-sshagent" target="clean"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-jna" 
target="clean"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-nc" target="clean"/>
-    <ant antfile="build.xml" dir="jsch-agent-proxy-svnkit-trilead-ssh2" 
target="clean"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-connector-factory" 
target="clean"/>
   </target>
 
@@ -43,7 +27,6 @@
     <ant antfile="build.xml" dir="jsch-agent-proxy-sshagent" target="compile"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-jna" 
target="compile"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-nc" 
target="compile"/>
-    <ant antfile="build.xml" dir="jsch-agent-proxy-svnkit-trilead-ssh2" 
target="compile"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-connector-factory" 
target="compile"/>
   </target>
 
@@ -58,7 +41,6 @@
     <ant antfile="build.xml" dir="jsch-agent-proxy-sshagent" 
target="compile-tests"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-jna" 
target="compile-tests"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-nc" 
target="compile-tests"/>
-    <ant antfile="build.xml" dir="jsch-agent-proxy-svnkit-trilead-ssh2" 
target="compile-tests"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-connector-factory" 
target="compile-tests"/>
   </target>
 
@@ -73,7 +55,6 @@
     <ant antfile="build.xml" dir="jsch-agent-proxy-sshagent" target="test"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-jna" target="test"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-nc" target="test"/>
-    <ant antfile="build.xml" dir="jsch-agent-proxy-svnkit-trilead-ssh2" 
target="test"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-connector-factory" 
target="test"/>
   </target>
 
@@ -88,7 +69,6 @@
     <ant antfile="build.xml" dir="jsch-agent-proxy-sshagent" target="javadoc"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-jna" 
target="javadoc"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-nc" 
target="javadoc"/>
-    <ant antfile="build.xml" dir="jsch-agent-proxy-svnkit-trilead-ssh2" 
target="javadoc"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-connector-factory" 
target="javadoc"/>
   </target>
 
@@ -103,7 +83,6 @@
     <ant antfile="build.xml" dir="jsch-agent-proxy-sshagent" target="package"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-jna" 
target="package"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-usocket-nc" 
target="package"/>
-    <ant antfile="build.xml" dir="jsch-agent-proxy-svnkit-trilead-ssh2" 
target="package"/>
     <ant antfile="build.xml" dir="jsch-agent-proxy-connector-factory" 
target="package"/>
   </target>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsch-agent-proxy-connector-factory/build.xml 
new/jsch-agent-proxy-connector-factory/build.xml
--- old/jsch-agent-proxy-connector-factory/build.xml    2022-03-20 
16:17:34.769983335 +0100
+++ new/jsch-agent-proxy-connector-factory/build.xml    2024-03-13 
08:27:25.171911199 +0100
@@ -8,7 +8,7 @@
 
   <property file="build.properties"/>
 
-  <property name="build.finalName" 
value="jsch.agentproxy.connector-factory-0.0.7"/>
+  <property name="build.finalName" 
value="jsch.agentproxy.connector-factory-0.0.9"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir.0" value="src/main/java"/>
@@ -171,13 +171,13 @@
                <attribute name="Bundle-Name" value="a connector factory"/>
                <attribute name="Bundle-SymbolicName" 
value="com.jcraft.jsch.agentproxy.connector-factory"/>
                <attribute name="Bundle-Vendor" value="JCraft,Inc."/>
-               <attribute name="Bundle-Version" value="0.0.7"/>
+               <attribute name="Bundle-Version" value="0.0.9"/>
                <attribute name="Created-By" value="Apache Maven Bundle 
Plugin"/>
-               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy;version=&quot;0.0.7&quot;"/>
+               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy;version=&quot;0.0.9&quot;"/>
                <attribute name="Import-Package" 
value="com.jcraft.jsch.agentproxy.connector;version=&quot;[0.0,1)&quot;,com.jcraft.jsch.agentproxy.usocket;version=&quot;[0.0,1)&quot;"/>
                <attribute name="JavaPackages-ArtifactId" 
value="jsch.agentproxy.connector-factory"/>
                <attribute name="JavaPackages-GroupId" value="com.jcraft"/>
-               <attribute name="JavaPackages-Version" value="0.0.7"/>
+               <attribute name="JavaPackages-Version" value="0.0.9"/>
                <attribute name="Require-Capability" 
value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.8))&quot;"/>
          </manifest>
        </jar>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsch-agent-proxy-core/build.xml 
new/jsch-agent-proxy-core/build.xml
--- old/jsch-agent-proxy-core/build.xml 2022-03-20 16:15:32.489232839 +0100
+++ new/jsch-agent-proxy-core/build.xml 2024-03-13 08:27:25.171911199 +0100
@@ -8,7 +8,7 @@
 
   <property file="maven-build.properties"/>
 
-  <property name="build.finalName" value="jsch.agentproxy.core-0.0.7"/>
+  <property name="build.finalName" value="jsch.agentproxy.core-0.0.9"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir.0" value="src/main/java"/>
@@ -151,11 +151,11 @@
                <attribute name="Bundle-Name" value="jsch-agent-proxy core 
library"/>
                <attribute name="Bundle-SymbolicName" 
value="com.jcraft.jsch.agentproxy.core"/>
                <attribute name="Bundle-Vendor" value="JCraft,Inc."/>
-               <attribute name="Bundle-Version" value="0.0.7"/>
-               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy;version=&quot;0.0.7&quot;"/>
+               <attribute name="Bundle-Version" value="0.0.9"/>
+               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy;version=&quot;0.0.9&quot;"/>
                <attribute name="JavaPackages-ArtifactId" 
value="jsch.agentproxy.core"/>
                <attribute name="JavaPackages-GroupId" value="com.jcraft"/>
-               <attribute name="JavaPackages-Version" value="0.0.7"/>
+               <attribute name="JavaPackages-Version" value="0.0.9"/>
                <attribute name="Require-Capability" 
value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.8))&quot;"/>
          </manifest>
     </jar>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsch-agent-proxy-jsch/build.xml 
new/jsch-agent-proxy-jsch/build.xml
--- old/jsch-agent-proxy-jsch/build.xml 2022-03-20 16:15:18.313145830 +0100
+++ new/jsch-agent-proxy-jsch/build.xml 2024-03-13 08:27:25.171911199 +0100
@@ -8,7 +8,7 @@
 
   <property file="build.properties"/>
 
-  <property name="build.finalName" value="jsch.agentproxy.jsch-0.0.7"/>
+  <property name="build.finalName" value="jsch.agentproxy.jsch-0.0.9"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir.0" value="src/main/java"/>
@@ -158,7 +158,7 @@
       <manifest>
                <attribute name="JavaPackages-ArtifactId" 
value="jsch.agentproxy.jsch"/>
                <attribute name="JavaPackages-GroupId" value="com.jcraft"/>
-               <attribute name="JavaPackages-Version" value="0.0.7"/>
+               <attribute name="JavaPackages-Version" value="0.0.9"/>
          </manifest>
     </jar>
   </target>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsch-agent-proxy-pageant/build.xml 
new/jsch-agent-proxy-pageant/build.xml
--- old/jsch-agent-proxy-pageant/build.xml      2022-03-20 16:15:04.921063641 
+0100
+++ new/jsch-agent-proxy-pageant/build.xml      2024-03-13 08:27:25.171911199 
+0100
@@ -8,7 +8,7 @@
 
   <property file="build.properties"/>
 
-  <property name="build.finalName" value="jsch.agentproxy.pageant-0.0.7"/>
+  <property name="build.finalName" value="jsch.agentproxy.pageant-0.0.9"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir.0" value="src/main/java"/>
@@ -163,13 +163,13 @@
                <attribute name="Bundle-Name" value="a connector for Pageant 
using JNA"/>
                <attribute name="Bundle-SymbolicName" 
value="com.jcraft.jsch.agentproxy.pageant"/>
                <attribute name="Bundle-Vendor" value="JCraft,Inc."/>
-               <attribute name="Bundle-Version" value="0.0.7"/>
+               <attribute name="Bundle-Version" value="0.0.9"/>
                <attribute name="Created-By" value="Apache Maven Bundle 
Plugin"/>
-               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy.connector;uses:=&quot;com.jcraft.jsch.agentproxy,com.sun.jna,com.sun.jna.platform.win32&quot;;version=&quot;0.0.7&quot;"/>
+               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy.connector;uses:=&quot;com.jcraft.jsch.agentproxy,com.sun.jna,com.sun.jna.platform.win32&quot;;version=&quot;0.0.9&quot;"/>
                <attribute name="Import-Package" 
value="com.jcraft.jsch.agentproxy;version=&quot;[0.0,1)&quot;,com.sun.jna,com.sun.jna.platform.win32,com.sun.jna.win32"/>
                <attribute name="JavaPackages-ArtifactId" 
value="jsch.agentproxy.pageant"/>
                <attribute name="JavaPackages-GroupId" value="com.jcraft"/>
-               <attribute name="JavaPackages-Version" value="0.0.7"/>
+               <attribute name="JavaPackages-Version" value="0.0.9"/>
                <attribute name="Require-Capability" 
value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.8))&quot;"/>
          </manifest>
     </jar>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsch-agent-proxy-sshagent/build.xml 
new/jsch-agent-proxy-sshagent/build.xml
--- old/jsch-agent-proxy-sshagent/build.xml     2022-03-20 16:14:54.008996682 
+0100
+++ new/jsch-agent-proxy-sshagent/build.xml     2024-03-13 08:27:25.171911199 
+0100
@@ -8,7 +8,7 @@
 
   <property file="build.properties"/>
 
-  <property name="build.finalName" value="jsch.agentproxy.sshagent-0.0.7"/>
+  <property name="build.finalName" value="jsch.agentproxy.sshagent-0.0.9"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir.0" value="src/main/java"/>
@@ -155,12 +155,12 @@
                <attribute name="Bundle-Name" value="a connector for 
ssh-agent"/>
                <attribute name="Bundle-SymbolicName" 
value="com.jcraft.jsch.agentproxy.sshagent"/>
                <attribute name="Bundle-Vendor" value="JCraft,Inc."/>
-               <attribute name="Bundle-Version" value="0.0.7"/>
-               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy.connector;uses:=&quot;com.jcraft.jsch.agentproxy&quot;;version=&quot;0.0.7&quot;"/>
+               <attribute name="Bundle-Version" value="0.0.9"/>
+               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy.connector;uses:=&quot;com.jcraft.jsch.agentproxy&quot;;version=&quot;0.0.9&quot;"/>
                <attribute name="Import-Package" 
value="com.jcraft.jsch.agentproxy;version=&quot;[0.0,1)&quot;"/>
                <attribute name="JavaPackages-ArtifactId" 
value="jsch.agentproxy.sshagent"/>
                <attribute name="JavaPackages-GroupId" value="com.jcraft"/>
-               <attribute name="JavaPackages-Version" value="0.0.7"/>
+               <attribute name="JavaPackages-Version" value="0.0.9"/>
                <attribute name="Require-Capability" 
value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.8))&quot;"/>
          </manifest>
        </jar>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsch-agent-proxy-svnkit-trilead-ssh2/build.xml 
new/jsch-agent-proxy-svnkit-trilead-ssh2/build.xml
--- old/jsch-agent-proxy-svnkit-trilead-ssh2/build.xml  2022-03-20 
16:14:43.328931141 +0100
+++ new/jsch-agent-proxy-svnkit-trilead-ssh2/build.xml  2024-03-13 
08:27:25.171911199 +0100
@@ -8,7 +8,7 @@
 
   <property file="build.properties"/>
 
-  <property name="build.finalName" 
value="jsch.agentproxy.svnkit-trilead-ssh2-0.0.7"/>
+  <property name="build.finalName" 
value="jsch.agentproxy.svnkit-trilead-ssh2-0.0.9"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir.0" value="src/main/java"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsch-agent-proxy-usocket-jna/build.xml 
new/jsch-agent-proxy-usocket-jna/build.xml
--- old/jsch-agent-proxy-usocket-jna/build.xml  2022-03-20 16:14:35.112880711 
+0100
+++ new/jsch-agent-proxy-usocket-jna/build.xml  2024-03-13 08:27:25.171911199 
+0100
@@ -8,7 +8,7 @@
 
   <property file="build.properties"/>
 
-  <property name="build.finalName" value="jsch.agentproxy.usocket-jna-0.0.7"/>
+  <property name="build.finalName" value="jsch.agentproxy.usocket-jna-0.0.9"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir.0" value="src/main/java"/>
@@ -163,12 +163,12 @@
                <attribute name="Bundle-Name" value="an implementation of 
USocketFactory using JNA"/>
                <attribute name="Bundle-SymbolicName" 
value="com.jcraft.jsch.agentproxy.usocket-jna"/>
                <attribute name="Bundle-Vendor" value="JCraft,Inc."/>
-               <attribute name="Bundle-Version" value="0.0.7"/>
-               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy.usocket;uses:=&quot;com.jcraft.jsch.agentproxy,com.sun.jna&quot;;version=&quot;0.0.7&quot;"/>
+               <attribute name="Bundle-Version" value="0.0.9"/>
+               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy.usocket;uses:=&quot;com.jcraft.jsch.agentproxy,com.sun.jna&quot;;version=&quot;0.0.9&quot;"/>
                <attribute name="Import-Package" 
value="com.jcraft.jsch.agentproxy;version=&quot;[0.0,1)&quot;,com.sun.jna"/>
                <attribute name="JavaPackages-ArtifactId" 
value="jsch.agentproxy.usocket-jna"/>
                <attribute name="JavaPackages-GroupId" value="com.jcraft"/>
-               <attribute name="JavaPackages-Version" value="0.0.7"/>
+               <attribute name="JavaPackages-Version" value="0.0.9"/>
                <attribute name="Require-Capability" 
value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.8))&quot;"/>
       </manifest>
        </jar>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsch-agent-proxy-usocket-nc/build.xml 
new/jsch-agent-proxy-usocket-nc/build.xml
--- old/jsch-agent-proxy-usocket-nc/build.xml   2022-03-20 16:14:29.016843298 
+0100
+++ new/jsch-agent-proxy-usocket-nc/build.xml   2024-03-13 08:27:25.171911199 
+0100
@@ -6,7 +6,7 @@
   <!-- Build environment properties                                           
-->
   <!-- ====================================================================== 
-->
 
-  <property name="build.finalName" value="jsch.agentproxy.usocket-nc-0.0.7"/>
+  <property name="build.finalName" value="jsch.agentproxy.usocket-nc-0.0.9"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir.0" value="src/main/java"/>
@@ -153,12 +153,12 @@
                <attribute name="Bundle-Name" value="an implementation of 
USocketFactory using netcat"/>
                <attribute name="Bundle-SymbolicName" 
value="com.jcraft.jsch.agentproxy.usocket-nc"/>
                <attribute name="Bundle-Vendor" value="JCraft,Inc."/>
-               <attribute name="Bundle-Version" value="0.0.7"/>
-               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy.usocket;uses:=&quot;com.jcraft.jsch.agentproxy&quot;;version=&quot;0.0.7&quot;"/>
+               <attribute name="Bundle-Version" value="0.0.9"/>
+               <attribute name="Export-Package" 
value="com.jcraft.jsch.agentproxy.usocket;uses:=&quot;com.jcraft.jsch.agentproxy&quot;;version=&quot;0.0.9&quot;"/>
                <attribute name="Import-Package" 
value="com.jcraft.jsch.agentproxy;version=&quot;[0.0,1)&quot;"/>
                <attribute name="JavaPackages-ArtifactId" 
value="jsch.agentproxy.usocket-nc"/>
                <attribute name="JavaPackages-GroupId" value="com.jcraft"/>
-               <attribute name="JavaPackages-Version" value="0.0.7"/>
+               <attribute name="JavaPackages-Version" value="0.0.9"/>
                <attribute name="Require-Capability" 
value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.8))&quot;"/>
          </manifest>
        </jar>

++++++ jsch-agent-proxy-0.0.7-build.tar.xz -> jsch-agent-proxy-0.0.9.tar.xz 
++++++
++++ 4844 lines of diff (skipped)

Reply via email to