diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | contrib/caldera/openssh.spec | 4 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 2 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 2 |
4 files changed, 9 insertions, 1 deletions
@@ -26,6 +26,8 @@ | |||
26 | [regress/agent-pkcs11.sh] | 26 | [regress/agent-pkcs11.sh] |
27 | test for PKCS#11 support (currently disabled) | 27 | test for PKCS#11 support (currently disabled) |
28 | - (djm) [Makefile.in ssh-pkcs11-helper.8] Add manpage for PKCS#11 helper | 28 | - (djm) [Makefile.in ssh-pkcs11-helper.8] Add manpage for PKCS#11 helper |
29 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | ||
30 | [contrib/suse/openssh.spec] Add PKCS#11 helper binary and manpage | ||
29 | 31 | ||
30 | 20100212 | 32 | 20100212 |
31 | - (djm) OpenBSD CVS Sync | 33 | - (djm) OpenBSD CVS Sync |
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 9ced32faf..e6c030c0d 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec | |||
@@ -319,6 +319,7 @@ fi | |||
319 | %{_bindir}/ssh-keyscan | 319 | %{_bindir}/ssh-keyscan |
320 | %dir %{_libexecdir} | 320 | %dir %{_libexecdir} |
321 | %attr(4711,root,root) %{_libexecdir}/ssh-keysign | 321 | %attr(4711,root,root) %{_libexecdir}/ssh-keysign |
322 | %{_libexecdir}/ssh-pkcs11-helper | ||
322 | %{_sbindir}/ssh-host-keygen | 323 | %{_sbindir}/ssh-host-keygen |
323 | %dir %{_defaultdocdir}/%{name}-%{version} | 324 | %dir %{_defaultdocdir}/%{name}-%{version} |
324 | %{_defaultdocdir}/%{name}-%{version}/CREDITS | 325 | %{_defaultdocdir}/%{name}-%{version}/CREDITS |
@@ -330,6 +331,7 @@ fi | |||
330 | %{_defaultdocdir}/%{name}-%{version}/faq.html | 331 | %{_defaultdocdir}/%{name}-%{version}/faq.html |
331 | %{_mandir}/man1/* | 332 | %{_mandir}/man1/* |
332 | %{_mandir}/man8/ssh-keysign.8.gz | 333 | %{_mandir}/man8/ssh-keysign.8.gz |
334 | %{_mandir}/man8/ssh-pkcs11-helper.8.gz | ||
333 | %{_mandir}/man5/ssh_config.5.gz | 335 | %{_mandir}/man5/ssh_config.5.gz |
334 | 336 | ||
335 | %Files server | 337 | %Files server |
@@ -358,4 +360,4 @@ fi | |||
358 | * Mon Jan 01 1998 ... | 360 | * Mon Jan 01 1998 ... |
359 | Template Version: 1.31 | 361 | Template Version: 1.31 |
360 | 362 | ||
361 | $Id: openssh.spec,v 1.67 2009/10/02 01:49:05 djm Exp $ | 363 | $Id: openssh.spec,v 1.68 2010/02/24 07:21:46 djm Exp $ |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 1bdaf2d93..a15afc7ee 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -345,7 +345,9 @@ fi | |||
345 | %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* | 345 | %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* |
346 | %attr(0755,root,root) %dir %{_libexecdir}/openssh | 346 | %attr(0755,root,root) %dir %{_libexecdir}/openssh |
347 | %attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign | 347 | %attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign |
348 | %attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper | ||
348 | %attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8* | 349 | %attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8* |
350 | %attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8* | ||
349 | %endif | 351 | %endif |
350 | %if %{scard} | 352 | %if %{scard} |
351 | %attr(0755,root,root) %dir %{_datadir}/openssh | 353 | %attr(0755,root,root) %dir %{_datadir}/openssh |
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 12661eeae..c09246d1f 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -220,6 +220,7 @@ fi | |||
220 | %attr(0755,root,root) %dir %{_libdir}/ssh | 220 | %attr(0755,root,root) %dir %{_libdir}/ssh |
221 | %attr(0755,root,root) %{_libdir}/ssh/sftp-server | 221 | %attr(0755,root,root) %{_libdir}/ssh/sftp-server |
222 | %attr(4711,root,root) %{_libdir}/ssh/ssh-keysign | 222 | %attr(4711,root,root) %{_libdir}/ssh/ssh-keysign |
223 | %attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper | ||
223 | %attr(0644,root,root) %doc %{_mandir}/man1/scp.1* | 224 | %attr(0644,root,root) %doc %{_mandir}/man1/scp.1* |
224 | %attr(0644,root,root) %doc %{_mandir}/man1/sftp.1* | 225 | %attr(0644,root,root) %doc %{_mandir}/man1/sftp.1* |
225 | %attr(-,root,root) %doc %{_mandir}/man1/slogin.1* | 226 | %attr(-,root,root) %doc %{_mandir}/man1/slogin.1* |
@@ -233,6 +234,7 @@ fi | |||
233 | %attr(0644,root,root) %doc %{_mandir}/man5/sshd_config.5* | 234 | %attr(0644,root,root) %doc %{_mandir}/man5/sshd_config.5* |
234 | %attr(0644,root,root) %doc %{_mandir}/man8/sftp-server.8* | 235 | %attr(0644,root,root) %doc %{_mandir}/man8/sftp-server.8* |
235 | %attr(0644,root,root) %doc %{_mandir}/man8/ssh-keysign.8* | 236 | %attr(0644,root,root) %doc %{_mandir}/man8/ssh-keysign.8* |
237 | %attr(0644,root,root) %doc %{_mandir}/man8/ssh-pkcs11-helper.8* | ||
236 | %attr(0644,root,root) %doc %{_mandir}/man8/sshd.8* | 238 | %attr(0644,root,root) %doc %{_mandir}/man8/sshd.8* |
237 | %attr(0644,root,root) /var/adm/fillup-templates/sysconfig.ssh | 239 | %attr(0644,root,root) /var/adm/fillup-templates/sysconfig.ssh |
238 | 240 | ||