~ubuntu-branches/ubuntu/lucid/openssh/lucid

« back to all changes in this revision

Viewing changes to contrib/suse/openssh.spec

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-09-30 23:09:58 UTC
  • mfrom: (1.13.3 upstream) (29 hardy)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20080930230958-o6vsgn8c4mm959s0
Tags: 1:5.1p1-3
* Remove unnecessary ssh-vulnkey output in non-verbose mode when no
  compromised or unknown keys were found (closes: #496495).
* Configure with --disable-strip; dh_strip will deal with stripping
  binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link;
  closes: #498681).
* Fix handling of zero-length server banners (thanks, Tomas Mraz; closes:
  #497026).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
Summary:        OpenSSH, a free Secure Shell (SSH) protocol implementation
15
15
Name:           openssh
16
 
Version:        4.6p1
 
16
Version:        5.1p1
17
17
URL:            http://www.openssh.com/
18
18
Release:        1
19
19
Source0:        openssh-%{version}.tar.gz
201
201
%files
202
202
%defattr(-,root,root)
203
203
%doc ChangeLog OVERVIEW README*
204
 
%doc RFC.nroff TODO CREDITS LICENCE
 
204
%doc TODO CREDITS LICENCE
205
205
%attr(0755,root,root) %dir %{_sysconfdir}/ssh
206
206
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
207
207
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
228
228
%attr(0644,root,root) %doc %{_mandir}/man1/ssh-agent.1*
229
229
%attr(0644,root,root) %doc %{_mandir}/man1/ssh-keygen.1*
230
230
%attr(0644,root,root) %doc %{_mandir}/man1/ssh-keyscan.1*
 
231
%attr(0644,root,root) %doc %{_mandir}/man5/moduli.5*
231
232
%attr(0644,root,root) %doc %{_mandir}/man5/ssh_config.5*
232
233
%attr(0644,root,root) %doc %{_mandir}/man5/sshd_config.5*
233
234
%attr(0644,root,root) %doc %{_mandir}/man8/sftp-server.8*