From 38abdec0fa6913a076255e38b53a9833b459b926 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Tue, 13 Jun 2023 20:53:12 +0800 Subject: [PATCH] fix misspeling and enable dt tests --- openssh.spec | 11 +++++++---- set-ssh-config.patch | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/openssh.spec b/openssh.spec index bc14177..f721b0d 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 19 +%global openssh_release 20 Name: openssh Version: 8.8p1 @@ -340,10 +340,7 @@ make popd %check -#to run tests use "--with check" -%if %{?_with_check:1}%{!?_with_check:0} make tests -%endif %install mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh @@ -468,6 +465,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Tue Jun 13 2023 renmingshuai - 8.8p1-20 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix misspeling and enable dt tests + * Sat May 27 2023 renmingshuai - 8.8p1-19 - Type:bugfix - CVE:NA diff --git a/set-ssh-config.patch b/set-ssh-config.patch index 4fd5a24..4899679 100644 --- a/set-ssh-config.patch +++ b/set-ssh-config.patch @@ -21,7 +21,7 @@ index df22e2f..46b0987 100644 + ForwardX11Trusted yes + SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES + SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT -+ SendEnv LC_IDENTIFIACTION LC_ALL LANGUAGE ++ SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE + SendEnv XMODIFIERS + Include /etc/ssh/ssh_config.d/*.conf -- Gitee