diff --git a/0001-build-check-test.patch b/0001-build-check-test.patch new file mode 100644 index 0000000000000000000000000000000000000000..fa2ce3dfe110a2ed29d8c47dc721f2efc0a5a8f8 --- /dev/null +++ b/0001-build-check-test.patch @@ -0,0 +1,25 @@ +From 2fe139c5bb2e8e40852aa3409cdf8f9b442c2f12 Mon Sep 17 00:00:00 2001 +From: renmingshuai +Date: Tue, 22 Aug 2023 09:48:01 +0800 +Subject: [PATCH] build check test + +--- + sshd.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/sshd.c b/sshd.c +index b0cc313..6921d61 100644 +--- a/sshd.c ++++ b/sshd.c +@@ -1584,7 +1584,7 @@ prepare_proctitle(int ac, char **av) + } + + /* +- * Main program for the daemon. ++ * Main program for the daemon.build check test + */ + int + main(int ac, char **av) +-- +2.23.0 + diff --git a/openssh.spec b/openssh.spec index 0fa90341bf3dd5c4e62214bb6a50b46a5d4bcd56..28e2677a72951e45ee15c0c058b0f0dc768e2e3f 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 27 +%global openssh_release 28 Name: openssh Version: 8.2p1 @@ -103,6 +103,7 @@ Patch69: backport-upstream-ssh-keygen-Y-check-novalidate-requires-name.pa Patch70: backport-fix-possible-NULL-deref-when-built-without-FIDO.patch Patch71: backport-fix-CVE-2023-38408-upstream-terminate-process.patch Patch72: set-ssh-config.patch +Patch73: 0001-build-check-test.patch Requires: /sbin/nologin Requires: libselinux >= 2.3-5 audit-libs >= 1.0.8 @@ -278,6 +279,7 @@ popd %patch70 -p1 %patch71 -p1 %patch72 -p1 +#%patch73 -p1 autoreconf pushd pam_ssh_agent_auth-0.10.3 @@ -487,6 +489,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Tue Aug 22 2023 renmingshuai - 8.2p1-28 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:build chect test + * Thu Jul 27 2023 renmingshuai - 8.2p1-27 - Type:CVE - CVE:CVE-2023-38408