add smx support in openssh
(cherry picked from commit 0a54ecb147b7fe58a1ab5e20e95e0d28115dff8a)
This commit is contained in:
parent
35847a503e
commit
1e04b25d83
1193
feature-add-SMx-support.patch
Normal file
1193
feature-add-SMx-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
10
openssh.spec
10
openssh.spec
@ -6,7 +6,7 @@
|
|||||||
%{?no_gtk2:%global gtk2 0}
|
%{?no_gtk2:%global gtk2 0}
|
||||||
|
|
||||||
%global sshd_uid 74
|
%global sshd_uid 74
|
||||||
%global openssh_release 4
|
%global openssh_release 5
|
||||||
|
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 8.8p1
|
Version: 8.8p1
|
||||||
@ -87,6 +87,7 @@ Patch56: bugfix-openssh-add-option-check-username-splash.patch
|
|||||||
Patch57: feature-openssh-7.4-hima-sftpserver-oom-and-fix.patch
|
Patch57: feature-openssh-7.4-hima-sftpserver-oom-and-fix.patch
|
||||||
Patch58: bugfix-openssh-fix-sftpserver.patch
|
Patch58: bugfix-openssh-fix-sftpserver.patch
|
||||||
Patch59: set-sshd-config.patch
|
Patch59: set-sshd-config.patch
|
||||||
|
Patch60: feature-add-SMx-support.patch
|
||||||
|
|
||||||
Requires: /sbin/nologin
|
Requires: /sbin/nologin
|
||||||
Requires: libselinux >= 2.3-5 audit-libs >= 1.0.8
|
Requires: libselinux >= 2.3-5 audit-libs >= 1.0.8
|
||||||
@ -224,6 +225,7 @@ popd
|
|||||||
%patch57 -p1
|
%patch57 -p1
|
||||||
%patch58 -p1
|
%patch58 -p1
|
||||||
%patch59 -p1
|
%patch59 -p1
|
||||||
|
%patch60 -p1
|
||||||
|
|
||||||
autoreconf
|
autoreconf
|
||||||
pushd pam_ssh_agent_auth-pam_ssh_agent_auth-0.10.4
|
pushd pam_ssh_agent_auth-pam_ssh_agent_auth-0.10.4
|
||||||
@ -422,6 +424,12 @@ getent passwd sshd >/dev/null || \
|
|||||||
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 29 2022 kircher<majun65@huawei.com> - 8.8p1-5
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:Na
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add SMx support in openssh
|
||||||
|
|
||||||
* Thu May 05 2022 seuzw<930zhaowei@163.com> - 8.8p1-4
|
* Thu May 05 2022 seuzw<930zhaowei@163.com> - 8.8p1-4
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user