From 5a8f6b5538f9b05eee05a090e0653789d39c8ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 4 Feb 2005 13:25:38 +0000 Subject: [PATCH] - change permissions on pam.d/sshd to 0644 - patch initscript so it doesn't kill opened sessions if the sshd daemon isn't running anymore --- openssh.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 03e6d88..df871a0 100644 --- a/openssh.spec +++ b/openssh.spec @@ -96,6 +96,7 @@ Patch4: openssh-3.9p1-vendor.patch Patch5: openssh-3.9p1-noinitlog.patch Patch12: openssh-selinux.patch Patch20: openssh-3.9p1-gssapimitm.patch +Patch21: openssh-3.9p1-safe-stop.patch License: BSD Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot @@ -229,6 +230,7 @@ environment. %endif #%patch20 -p0 -b .gssapimitm +%patch21 -p1 -b .safe-stop autoreconf @@ -475,7 +477,7 @@ fi %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %attr(0755,root,root) %dir %{_sysconfdir}/ssh %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config -%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd +%attr(0644,root,root) %config(noreplace) /etc/pam.d/sshd %attr(0755,root,root) %config /etc/rc.d/init.d/sshd %endif @@ -497,6 +499,11 @@ fi %endif %changelog +* Fri Feb 4 2005 Tomas Mraz +- change permissions on pam.d/sshd to 0644 +- patch initscript so it doesn't kill opened sessions if + the sshd daemon isn't running anymore + * Mon Jan 3 2005 Bill Nottingham 3.9p1-9 - don't use initlog