SHA256
1
0
forked from pool/trilead-ssh2
Fridrich Strba 2024-03-14 10:54:47 +00:00 committed by Git OBS Bridge
parent 7a07465351
commit 64de1eadd9

View File

@ -1,72 +1,44 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 14 09:09:47 UTC 2024 - Gus Kenion <gus.kenion@suse.com> Thu Mar 14 09:09:47 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- bsc#1218198, CVE-2023-48795
- Upgrade to version build-217-jenkins-293.v56de4d4d3515 - Upgrade to version build-217-jenkins-293.v56de4d4d3515
* Trilead ssh2 fix big integer removes leading zero (#178) @mpet * Trilead ssh2 fix big integer removes leading zero
Addresses CVE-2023-48795 Addresses CVE-2023-48795, bsc#1218198
* JENKINS-72466 - : Upgrades jbcrypt dependency (#173) @andham * JENKINS-72466 - : Upgrades jbcrypt dependency
- Includes changes from previous version updates: - Includes changes from previous version updates:
* build-217-jenkins-274.va_969b_d35f933 * JENKINS-71798 - : TimeoutService threads are left after closing
+ JENKINS-71798 - : TimeoutService threads are left after connection
closing connection (#155) @mpet * Giving threads names for easier troubleshooting
* build-217-jenkins-255.vc65d8d1d158f * Update parent POM
+ Giving threads names for easier troubleshooting (#135) * There is no guarantee that the plugin works with Java 8 anymore,
@Elisedlund-ericsson and it is not tested. If you still run Jenkins on Java 8 do not
* build-217-jenkins-247.v708a_8b_14f4b_a update. JENKINS-69229
+ Update parent POM (#123) @basil * Removal of unnecessary protobuf-java
* build-217-jenkins-231.vda_87ca_d57ecf * fix: bump protobuff due to CVE 2021 22569
+ There is no guarantee that the plugin works with Java 8 * JENKINS-69018 - use constant MAX_PACKET_SIZE
anymore, and it is not tested. If you still run Jenkins * add support for hmac-sha2-512-etm@openssh.com
on Java 8 do not update. JENKINS-69229 hmac-sha2-256-etm@opensh.com in trilead-ssh2
+ Removal of unnecessary protobuf-java (#104) * feat: enable continuous delivery workflow
@Elisedlund-ericsson * additional kex algorithms
+ fix: bump protobuff due to CVE 2021 22569 (#102) * [Revert]JENKINS-62552 - Use standard crypto APIs
@kuisathaverat * feat: enable incrementals
* build-217-jenkins-227.vb_d92894b_3b_65 * Retry userauth when multiple algs
+ JENKINS-69018 - use constant MAX_PACKET_SIZE (#99) * Known Issue: JENKINS-63790 causes SSH agent connections to fail
@kuisathaverat in some configurations
* build-217-jenkins-223.v546f979619d4 * fix: allow to use password encrypted keys
+ add support for hmac-sha2-512-etm@openssh.com * Known Issue: trilead api 1.0.9 fails clone from ssh repository
hmac-sha2-256-etm@open… (#93) @mpet using 3DES/MD5-encrypted private key JENKINS-63601
+ Create CODEOWNERS (#95) @halkeye * JENKINS-62552 - Use standard crypto APIs
+ chore: use jenkins infra maven cd reusable workflow (#92) * Resolve several possible infinite hangings because of wait()
@jetersen * Revert "JENKINS-62311 - Add support for RFC 8332"
* build-217-jenkins-211.vbb42cae44b18 * [SECURITY] Use HTTPS to resolve dependencies in Maven Build
+ feat: enable continuous delivery workflow (#65) * JENKINS-62311 - Add support for RFC 8332
@kuisathaverat * Support for port=0 which means automatically allocated port.
* trilead-ssh2-build-217-jenkins-27 * JENKINS-59857 - Kerberos support updated
+ additional kex algorithms (#60) @mpet - Added patch:
* trilead-ssh2-build-217-jenkins-26 * 0001-Remove-the-dependency-on-google-tink.patch
+ [Revert]JENKINS-62552 - Use standard crypto APIs (#57) + remove new code dependent on google tink since we don't have
@kuisathaverat the dependency
+ feat: enable incrementals (#51) @kuisathaverat
+ ci: grab correct incremental artifacts (#54) @kuisathaverat
* trilead-ssh2-build-217-jenkins-25
+ Retry userauth when multiple algs (#48) @jvz
+ Known Issue: JENKINS-63790 causes SSH agent connections to
fail in some configurations
+ fix: allow to use password encrypted keys (#49)
@kuisathaverat
* trilead-ssh2-build-217-jenkins-23
+ Known Issue: trilead api 1.0.9 fails clone from ssh
repository using 3DES/MD5-encrypted private key JENKINS-63601
* trilead-ssh2-build-217-jenkins-22
+ JENKINS-62552 - Use standard crypto APIs (#45) @jvz
+ Resolve several possible infinite hangings because of wait()
(#44) @Elisedlund-ericsson
* trilead-ssh2-build-217-jenkins-21
+ Revert "JENKINS-62311 - Add support for RFC 8332" (#46)
@kuisathaverat
* trilead-ssh2-build-217-jenkins-20
+ [SECURITY] Use HTTPS to resolve dependencies in Maven Build
(#39) @JLLeitschuh
+ JENKINS-62311 - Add support for RFC 8332 (#43) @jvz
* trilead-ssh2-build-217-jenkins-19
+ Support for port=0 which means automatically allocated port.
(#40) @Elisedlund-ericsson
+ JENKINS-59857 - Kerberos support updated (#38)
@Emil-Gustafsson
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 18 16:41:59 UTC 2022 - Fridrich Strba <fstrba@suse.com> Fri Mar 18 16:41:59 UTC 2022 - Fridrich Strba <fstrba@suse.com>