Correct processing of Compression directive
Resolves: RHEL-68346
This commit is contained in:
parent
02b3faa9d1
commit
5d9e98be09
13
openssh-9.9p1-compression-directive.patch
Normal file
13
openssh-9.9p1-compression-directive.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/readconf.c b/readconf.c
|
||||
index 9f559269..777739d6 100644
|
||||
--- a/readconf.c
|
||||
+++ b/readconf.c
|
||||
@@ -3410,6 +3410,8 @@ fmt_intarg(OpCodes code, int val)
|
||||
switch (code) {
|
||||
case oAddressFamily:
|
||||
return fmt_multistate_int(val, multistate_addressfamily);
|
||||
+ case oCompression:
|
||||
+ return fmt_multistate_int(val, multistate_compression);
|
||||
case oVerifyHostKeyDNS:
|
||||
case oUpdateHostkeys:
|
||||
return fmt_multistate_int(val, multistate_yesnoask);
|
@ -206,6 +206,8 @@ Patch1020: openssh-9.9p1-match-regression.patch
|
||||
Patch1021: openssh-9.9p2-error_processing.patch
|
||||
# Downstream patch, OpenSSL based MLKEM implementation
|
||||
Patch1022: openssh-9.9p1-openssl-mlkem.patch
|
||||
# upstream 8eabd2ae2ca1d7756417a1ee5b41f09c5d997634
|
||||
Patch1023: openssh-9.9p1-compression-directive.patch
|
||||
|
||||
License: BSD-3-Clause AND BSD-2-Clause AND ISC AND SSH-OpenSSH AND ssh-keyscan AND sprintf AND LicenseRef-Fedora-Public-Domain AND X11-distribute-modifications-variant
|
||||
Requires: /sbin/nologin
|
||||
@ -395,6 +397,7 @@ gpgv2 --quiet --keyring %{SOURCE3} %{SOURCE1} %{SOURCE0}
|
||||
%patch -P 1020 -p1 -b .match
|
||||
%patch -P 1021 -p1 -b .errcode_set
|
||||
%patch -P 1022 -p1 -b .openssl-mlkem
|
||||
%patch -P 1023 -p1 -b .compression
|
||||
|
||||
%patch -P 100 -p1 -b .coverity
|
||||
|
||||
@ -678,6 +681,8 @@ test -f %{sysconfig_anaconda} && \
|
||||
* Thu Mar 20 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.9p1-8
|
||||
- OpenSSH should not use its own implementation of MLKEM
|
||||
Resolves: RHEL-58252
|
||||
- Correct processing of Compression directive
|
||||
Resolves: RHEL-68346
|
||||
|
||||
* Tue Feb 18 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.9p1-7
|
||||
- rebuilt
|
||||
|
Loading…
Reference in New Issue
Block a user