From 356a0b004aad93ec570b134664522a3a925ba556 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 8 Nov 1999 15:30:59 +1100 Subject: Lots of changes: - Removed lots of unnecessary checks from autoconf - Added support and autoconf test for openpty() function (Unix98 pty support) - Fix for scp not finding ssh if not installed as /usr/bin/ssh - Added TODO file - Merged parts of Debian patch From Phil Hands : - Added ssh-askpass program - Added ssh-askpass support to ssh-add.c - Create symlinks for slogin on install - Fix "distclean" target in makefile - Added example for ssh-agent to manpage - Added support for PAM_TEXT_INFO messages - Disable internal /etc/nologin support if PAM enabled - Merged latest OpenBSD CVS changes: - [sshd.c] don't send fail-msg but disconnect if too many authentication failures - [sshd.c] replace assert() with error, fatal or packet_disconnect - [sshd.c] remove unused argument. ok dugsong - [sshd.c] typo - [rsa.c] clear buffers used for encryption. ok: niels - [rsa.c] replace assert() with error, fatal or packet_disconnect - Fixed coredump after merge of OpenBSD rsa.c patch --- openssh.spec | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'openssh.spec') diff --git a/openssh.spec b/openssh.spec index 4f50420ce..25b50491b 100644 --- a/openssh.spec +++ b/openssh.spec @@ -1,6 +1,6 @@ Summary: OpenSSH free Secure Shell (SSH) implementation Name: openssh -Version: 1.2pre7 +Version: 1.2pre8 Release: 1 Packager: Damien Miller Source0: openssh-%{version}-linux.tar.gz @@ -20,6 +20,9 @@ up to date in terms of security and features, as well as removing all patented algorithms to seperate libraries (OpenSSL). %changelog +* Mon Nov 08 1999 Damien Miller +- Added links for slogin +- Fixed perms on manpages * Sat Oct 30 1999 Damien Miller - Renamed init script * Fri Oct 29 1999 Damien Miller @@ -60,6 +63,7 @@ install -s -m755 scp $RPM_BUILD_ROOT/usr/bin install -s -m755 ssh-agent $RPM_BUILD_ROOT/usr/bin install -s -m755 ssh-add $RPM_BUILD_ROOT/usr/bin install -s -m755 ssh-keygen $RPM_BUILD_ROOT/usr/bin +ln -s ssh $RPM_BUILD_ROOT/usr/bin/slogin install -m644 sshd.8 $RPM_BUILD_ROOT/usr/man/man8 install -m644 ssh.1 $RPM_BUILD_ROOT/usr/man/man1 @@ -67,6 +71,7 @@ install -m644 scp.1 $RPM_BUILD_ROOT/usr/man/man1 install -m644 ssh-agent.1 $RPM_BUILD_ROOT/usr/man/man1 install -m644 ssh-add.1 $RPM_BUILD_ROOT/usr/man/man1 install -m644 ssh-keygen.1 $RPM_BUILD_ROOT/usr/man/man1 +ln -s ssh.1 $RPM_BUILD_ROOT/usr/bin/slogin.1 %clean rm -rf $RPM_BUILD_ROOT @@ -98,13 +103,15 @@ fi %attr(0755,root,root) /usr/bin/ssh-keygen %attr(0755,root,root) /usr/bin/ssh-add %attr(0755,root,root) /usr/bin/scp - -%attr(0755,root,root) /usr/man/man8/sshd.8 -%attr(0755,root,root) /usr/man/man1/ssh.1 -%attr(0755,root,root) /usr/man/man1/ssh-agent.1 -%attr(0755,root,root) /usr/man/man1/ssh-keygen.1 -%attr(0755,root,root) /usr/man/man1/ssh-add.1 -%attr(0755,root,root) /usr/man/man1/scp.1 +%attr(0755,root,root) /usr/bin/slogin + +%attr(0644,root,root) /usr/man/man8/sshd.8 +%attr(0644,root,root) /usr/man/man1/ssh.1 +%attr(0644,root,root) /usr/man/man1/ssh-agent.1 +%attr(0644,root,root) /usr/man/man1/ssh-keygen.1 +%attr(0644,root,root) /usr/man/man1/ssh-add.1 +%attr(0644,root,root) /usr/man/man1/scp.1 +%attr(0644,root,root) /usr/man/man1/slogin.1 %attr(0600,root,root) %config /etc/ssh/sshd_config %attr(0600,root,root) %config /etc/pam.d/sshd -- cgit v1.2.3