commit jsch-agent-proxy for openSUSE:Factory
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-10-31 16:08:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jsch-agent-proxy (Old) and /work/SRC/openSUSE:Factory/.jsch-agent-proxy.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "jsch-agent-proxy" Thu Oct 31 16:08:52 2024 rev:6 rq:1219256 version:0.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/jsch-agent-proxy/jsch-agent-proxy.changes 2024-03-13 22:16:12.835052292 +0100 +++ /work/SRC/openSUSE:Factory/.jsch-agent-proxy.new.2020/jsch-agent-proxy.changes 2024-10-31 16:08:59.278113753 +0100 @@ -1,0 +2,6 @@ +Wed Oct 30 04:56:32 UTC 2024 - Fridrich Strba <fstrba@suse.com> + +- Re-add trilead-ssh2 dependency, since the bsc#1218198, + CVE-2023-48795 has been fixed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jsch-agent-proxy.spec ++++++ --- /var/tmp/diff_new_pack.dHH2Ni/_old 2024-10-31 16:08:59.742133115 +0100 +++ /var/tmp/diff_new_pack.dHH2Ni/_new 2024-10-31 16:08:59.746133282 +0100 @@ -32,6 +32,7 @@ BuildRequires: jna BuildRequires: jna-contrib BuildRequires: jsch +BuildRequires: trilead-ssh2 BuildArch: noarch %description @@ -76,6 +77,13 @@ %description sshagent %{summary}. +%package svnkit-trilead-ssh2 +Summary: trilead-ssh2 connector for jsch-agent-proxy +Group: Development/Libraries/Java + +%description svnkit-trilead-ssh2 +%{summary}. + %package usocket-jna Summary: USocketFactory implementation using JNA Group: Development/Libraries/Java @@ -108,7 +116,7 @@ %build mkdir lib -build-jar-repository -s lib jna jna-platform jsch +build-jar-repository -s lib jna jna-platform jsch trilead-ssh2 %{ant} \ -Dtest.skip=true \ @@ -119,7 +127,7 @@ install -dm 0755 %{buildroot}%{_mavenpomdir} for package in connector-factory core jsch pageant sshagent \ - usocket-jna usocket-nc; do + svnkit-trilead-ssh2 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} @@ -143,6 +151,8 @@ %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 ++++++ 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 2024-03-12 19:07:14.061059680 +0100 +++ new/build.xml 2024-10-30 05:53:17.906779835 +0100 @@ -13,6 +13,7 @@ <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> @@ -27,6 +28,7 @@ <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> @@ -41,6 +43,7 @@ <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> @@ -55,6 +58,7 @@ <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> @@ -69,6 +73,7 @@ <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> @@ -83,6 +88,7 @@ <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>
participants (1)
-
Source-Sync