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

« back to all changes in this revision

Viewing changes to contrib/caldera/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:
17
17
#old cvs stuff.  please update before use.  may be deprecated.
18
18
%define use_stable      1
19
19
%if %{use_stable}
20
 
  %define version       4.6p1
 
20
  %define version       5.1p1
21
21
  %define cvs           %{nil}
22
22
  %define release       1
23
23
%else
24
 
  %define version       4.1p1
 
24
  %define version       5.1p1
25
25
  %define cvs           cvs20050315
26
26
  %define release       0r1
27
27
%endif
342
342
%config %{SVIcdir}/sshd
343
343
%{_libexecdir}/sftp-server
344
344
%{_sbindir}/sshd
 
345
%{_mandir}/man5/moduli.5.gz
345
346
%{_mandir}/man5/sshd_config.5.gz
346
347
%{_mandir}/man8/sftp-server.8.gz
347
348
%{_mandir}/man8/sshd.8.gz
357
358
* Mon Jan 01 1998 ...
358
359
Template Version: 1.31
359
360
 
360
 
$Id: openssh.spec,v 1.60 2007/03/06 10:23:27 djm Exp $
 
361
$Id: openssh.spec,v 1.65 2008/07/21 08:21:53 djm Exp $