commit apache-sshd for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-sshd for openSUSE:Factory checked in at 2023-10-31 20:26:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-sshd (Old) and /work/SRC/openSUSE:Factory/.apache-sshd.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "apache-sshd" Tue Oct 31 20:26:01 2023 rev:6 rq:1121385 version:2.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-sshd/apache-sshd.changes 2023-02-10 14:35:29.509982014 +0100 +++ /work/SRC/openSUSE:Factory/.apache-sshd.new.17445/apache-sshd.changes 2023-10-31 20:26:21.203380515 +0100 @@ -1,0 +2,19 @@ +Wed Oct 11 09:03:24 UTC 2023 - Fridrich Strba <fstrba@suse.com> + +- Upgrade to upstrem version 2.10.0 + * Bug + + SSHD-1295: Connection attempt not canceled when a connection + timeout occurs + + SSHD-1316: Possible OOM in ChannelPipedInputStream + + SSHD-1319: SftpRemotePathChannel.transferFrom(...) ignores + position argument + + SSHD-1324: Rooted file system can leak informations + + SSHD-1326: Failed to establish an SSH connection because the + server identifier exceeds the int range + * Improvement + + SSHD-1315: Password in clear in SSHD server's logs +- Modified patch: + * 0001-Avoid-optional-dependency-on-native-tomcat-APR-libra.patch + + rediff to changed context + +------------------------------------------------------------------- Old: ---- apache-sshd-2.9.2-src.tar.gz New: ---- apache-sshd-2.10.0-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-sshd.spec ++++++ --- /var/tmp/diff_new_pack.p04Eik/_old 2023-10-31 20:26:22.095413279 +0100 +++ /var/tmp/diff_new_pack.p04Eik/_new 2023-10-31 20:26:22.095413279 +0100 @@ -17,12 +17,13 @@ Name: apache-sshd -Version: 2.9.2 +Version: 2.10.0 Release: 0 Summary: Apache SSHD # One file has ISC licensing: # sshd-common/src/main/java/org/apache/sshd/common/config/keys/loader/openssh/kdf/BCrypt.java License: Apache-2.0 AND ISC +Group: Development/Libraries/Java URL: https://mina.apache.org/sshd-project Source0: https://archive.apache.org/dist/mina/sshd/%{version}/apache-sshd-%{version}-src.tar.gz # Avoid optional dep on tomcat native APR library @@ -40,8 +41,8 @@ BuildRequires: mvn(org.apache.maven:maven-archiver) BuildRequires: mvn(org.apache:apache-jar-resource-bundle) BuildRequires: mvn(org.apache:apache:pom:) -BuildRequires: mvn(org.bouncycastle:bcpg-jdk15on) -BuildRequires: mvn(org.bouncycastle:bcpkix-jdk15on) +BuildRequires: mvn(org.bouncycastle:bcpg-jdk18on) +BuildRequires: mvn(org.bouncycastle:bcpkix-jdk18on) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(org.codehaus.plexus:plexus-archiver) BuildRequires: mvn(org.slf4j:jcl-over-slf4j) ++++++ 0001-Avoid-optional-dependency-on-native-tomcat-APR-libra.patch ++++++ --- /var/tmp/diff_new_pack.p04Eik/_old 2023-10-31 20:26:22.115414014 +0100 +++ /var/tmp/diff_new_pack.p04Eik/_new 2023-10-31 20:26:22.119414161 +0100 @@ -14,7 +14,7 @@ index 867ca88..7c29678 100644 --- a/pom.xml +++ b/pom.xml -@@ -428,11 +428,6 @@ +@@ -434,11 +434,6 @@ <artifactId>mina-core</artifactId> <version>2.0.23</version> </dependency> @@ -41,7 +41,7 @@ - - <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcpg-jdk15on</artifactId> + <artifactId>bcpg-jdk18on</artifactId> <optional>true</optional> diff --git a/sshd-core/src/main/java/org/apache/sshd/agent/local/ProxyAgentFactory.java b/sshd-core/src/main/java/org/apache/sshd/agent/local/ProxyAgentFactory.java index ab19539..5757e68 100644 @@ -88,7 +88,7 @@ index 5395ceb..f456263 100644 --- a/sshd-osgi/pom.xml +++ b/sshd-osgi/pom.xml -@@ -68,12 +68,6 @@ +@@ -81,12 +81,6 @@ <optional>true</optional> <scope>provided</scope> </dependency> ++++++ apache-sshd-2.9.2-src.tar.gz -> apache-sshd-2.10.0-src.tar.gz ++++++ ++++ 14208 lines of diff (skipped)
participants (1)
-
Source-Sync