- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]

[contrib/suse/openssh.spec] Prepare for 5.2p1
This commit is contained in:
Damien Miller 2009-02-21 18:03:04 +11:00
parent 25918381ad
commit 7691e5fa44
4 changed files with 11 additions and 9 deletions

View File

@ -7,6 +7,8 @@
[schnorr.c] [schnorr.c]
signature should hash over the entire group, not just the generator signature should hash over the entire group, not just the generator
(this is still disabled code) (this is still disabled code)
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
[contrib/suse/openssh.spec] Prepare for 5.2p1
20090216 20090216
- (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh] - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
@ -5181,5 +5183,5 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.5199 2009/02/21 01:45:18 djm Exp $ $Id: ChangeLog,v 1.5200 2009/02/21 07:03:04 djm Exp $

View File

@ -17,11 +17,11 @@
#old cvs stuff. please update before use. may be deprecated. #old cvs stuff. please update before use. may be deprecated.
%define use_stable 1 %define use_stable 1
%if %{use_stable} %if %{use_stable}
%define version 5.1p1 %define version 5.2p1
%define cvs %{nil} %define cvs %{nil}
%define release 1 %define release 1
%else %else
%define version 5.1p1 %define version 5.2p1
%define cvs cvs20050315 %define cvs cvs20050315
%define release 0r1 %define release 0r1
%endif %endif
@ -251,7 +251,7 @@ install -m 0755 contrib/caldera/ssh-host-keygen $SKG
# install remaining docs # install remaining docs
DocD="%{buildroot}%{_defaultdocdir}/%{name}-%{version}" DocD="%{buildroot}%{_defaultdocdir}/%{name}-%{version}"
mkdir -p $DocD/%{askpass} mkdir -p $DocD/%{askpass}
cp -a CREDITS ChangeLog LICENCE OVERVIEW README* TODO $DocD cp -a CREDITS ChangeLog LICENCE OVERVIEW README* TODO PROTOCOL* $DocD
install -p -m 0444 %{SOURCE3} $DocD/faq.html install -p -m 0444 %{SOURCE3} $DocD/faq.html
cp -a %{askpass}/{README,ChangeLog,TODO,SshAskpass*.ad} $DocD/%{askpass} cp -a %{askpass}/{README,ChangeLog,TODO,SshAskpass*.ad} $DocD/%{askpass}
%if %{use_stable} %if %{use_stable}
@ -358,4 +358,4 @@ fi
* Mon Jan 01 1998 ... * Mon Jan 01 1998 ...
Template Version: 1.31 Template Version: 1.31
$Id: openssh.spec,v 1.65 2008/07/21 08:21:53 djm Exp $ $Id: openssh.spec,v 1.66 2009/02/21 07:03:05 djm Exp $

View File

@ -1,4 +1,4 @@
%define ver 5.1p1 %define ver 5.2p1
%define rel 1 %define rel 1
# OpenSSH privilege separation requires a user & group ID # OpenSSH privilege separation requires a user & group ID
@ -333,7 +333,7 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* RFC* TODO WARNING* %doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* PROTOCOL* TODO WARNING*
%attr(0755,root,root) %{_bindir}/scp %attr(0755,root,root) %{_bindir}/scp
%attr(0644,root,root) %{_mandir}/man1/scp.1* %attr(0644,root,root) %{_mandir}/man1/scp.1*
%attr(0755,root,root) %dir %{_sysconfdir}/ssh %attr(0755,root,root) %dir %{_sysconfdir}/ssh

View File

@ -13,7 +13,7 @@
Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
Name: openssh Name: openssh
Version: 5.1p1 Version: 5.2p1
URL: http://www.openssh.com/ URL: http://www.openssh.com/
Release: 1 Release: 1
Source0: openssh-%{version}.tar.gz Source0: openssh-%{version}.tar.gz
@ -200,7 +200,7 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog OVERVIEW README* %doc ChangeLog OVERVIEW README* PROTOCOL*
%doc TODO CREDITS LICENCE %doc TODO CREDITS LICENCE
%attr(0755,root,root) %dir %{_sysconfdir}/ssh %attr(0755,root,root) %dir %{_sysconfdir}/ssh
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config