From 94f628f0abc38aeef6368178f2341d3747a3e5c8 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Tue, 15 Oct 2002 13:16:55 -0700 Subject: [contrib/caldera/openssh.spec] make ssh-agent setgid nobody --- contrib/caldera/openssh.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'contrib/caldera/openssh.spec') diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index b7de22e8b..1ccf71b78 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -316,7 +316,14 @@ fi %defattr(-,root,root) %dir %{_sysconfdir} %config %{_sysconfdir}/ssh_config -%{_bindir}/* +%{_bindir}/scp +%{_bindir}/sftp +%{_bindir}/ssh +%{_bindir}/slogin +%{_bindir}/ssh-add +%attr(2755,root,nobody) %{_bindir}/ssh-agent +%{_bindir}/ssh-keygen +%{_bindir}/ssh-keyscan %dir %{_libexecdir} %{_sbindir}/ssh-host-keygen %dir %{_defaultdocdir}/%{name}-%{version} @@ -331,7 +338,7 @@ fi %Files server %defattr(-,root,root) -%dir %attr(0700,root,root) %{_var}/empty/sshd +%dir %{_var}/empty/sshd %config %{SVIdir}/sshd %config /etc/pam.d/sshd %config %{_sysconfdir}/moduli @@ -353,4 +360,4 @@ fi * Mon Jan 01 1998 ... Template Version: 1.31 -$Id: openssh.spec,v 1.38 2002/10/03 01:56:59 djm Exp $ +$Id: openssh.spec,v 1.39 2002/10/15 20:16:56 tim Exp $ -- cgit v1.2.3 From 334821518eb45656d91c5df3a334f6ed8dc9c7f7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 20 Mar 2003 10:52:14 +1100 Subject: Bump RPM versions --- contrib/caldera/openssh.spec | 4 ++-- contrib/redhat/openssh.spec | 2 +- contrib/suse/openssh.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/caldera/openssh.spec') diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 1ccf71b78..c67e19e3f 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -17,7 +17,7 @@ #old cvs stuff. please update before use. may be deprecated. %define use_stable 1 %if %{use_stable} - %define version 3.5p1 + %define version 3.6p1 %define cvs %{nil} %define release 2 %else @@ -360,4 +360,4 @@ fi * Mon Jan 01 1998 ... Template Version: 1.31 -$Id: openssh.spec,v 1.39 2002/10/15 20:16:56 tim Exp $ +$Id: openssh.spec,v 1.40 2003/03/19 23:52:14 djm Exp $ diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index e7005064d..1b7add2cf 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -1,4 +1,4 @@ -%define ver 3.5p1 +%define ver 3.6p1 %define rel 1 # OpenSSH privilege separation requires a user & group ID diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 3ae1dfc80..55de013dc 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec @@ -1,6 +1,6 @@ Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation Name: openssh -Version: 3.5p1 +Version: 3.6p1 URL: http://www.openssh.com/ Release: 1 Source0: openssh-%{version}.tar.gz -- cgit v1.2.3 From eca464db1ee7526650754d3bd0bf2574642d3be7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 20 Mar 2003 10:52:34 +1100 Subject: Bump RPM versions --- contrib/caldera/openssh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/caldera/openssh.spec') diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index c67e19e3f..c442c1a57 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -360,4 +360,4 @@ fi * Mon Jan 01 1998 ... Template Version: 1.31 -$Id: openssh.spec,v 1.40 2003/03/19 23:52:14 djm Exp $ +$Id: openssh.spec,v 1.39.2.1 2003/03/19 23:52:34 djm Exp $ -- cgit v1.2.3 From 934a3a298344ff011d77e9978cfb9b5622ff2db3 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Thu, 20 Mar 2003 20:52:55 -0800 Subject: [contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files section. --- ChangeLog | 4 +++- contrib/caldera/openssh.spec | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'contrib/caldera/openssh.spec') diff --git a/ChangeLog b/ChangeLog index 015ab286b..825d60448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ - (bal) Disable Privsep for Tru64 after pre-authentication due to issues with SIA. Also, clean up of tru64 support patch by Chris Adams + - (tim) [contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files + section. 20030318 - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] @@ -1238,4 +1240,4 @@ save auth method before monitor_reset_key_state(); bugzilla bug #284; ok provos@ -$Id: ChangeLog,v 1.2633.2.4 2003/03/21 01:15:17 mouring Exp $ +$Id: ChangeLog,v 1.2633.2.5 2003/03/21 04:52:55 tim Exp $ diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index c442c1a57..e70ac8f37 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -198,7 +198,7 @@ xmkmf %Install [ %{buildroot} != "/" ] && rm -rf %{buildroot} -%makeinstall +make install DESTDIR=%{buildroot} %makeinstall -C %{askpass} \ BINDIR=%{_libexecdir} \ MANPATH=%{_mandir} \ @@ -325,6 +325,7 @@ fi %{_bindir}/ssh-keygen %{_bindir}/ssh-keyscan %dir %{_libexecdir} +%attr(4711,root,root) %{_libexecdir}/ssh-keysign %{_sbindir}/ssh-host-keygen %dir %{_defaultdocdir}/%{name}-%{version} %{_defaultdocdir}/%{name}-%{version}/CREDITS @@ -335,6 +336,8 @@ fi %{_defaultdocdir}/%{name}-%{version}/TODO %{_defaultdocdir}/%{name}-%{version}/faq.html %{_mandir}/man1/* +%{_mandir}/man8/ssh-keysign.8.gz +%{_mandir}/man5/ssh_config.5.gz %Files server %defattr(-,root,root) @@ -346,6 +349,7 @@ fi %config %{SVIcdir}/sshd %{_libexecdir}/sftp-server %{_sbindir}/sshd +%{_mandir}/man5/sshd_config.5.gz %{_mandir}/man8/sftp-server.8.gz %{_mandir}/man8/sshd.8.gz @@ -360,4 +364,4 @@ fi * Mon Jan 01 1998 ... Template Version: 1.31 -$Id: openssh.spec,v 1.39.2.1 2003/03/19 23:52:34 djm Exp $ +$Id: openssh.spec,v 1.39.2.2 2003/03/21 04:52:56 tim Exp $ -- cgit v1.2.3