Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157951 Details for
Bug 186469
pkcs11 / smartcard support for openssh
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
change to Fedora 7's openssh SRPMs spec to make Alon's patch work
openssh.spec.patch (text/plain), 3.07 KB, created by
Todd Denniston
on 2007-06-26 20:27:15 UTC
(
hide
)
Description:
change to Fedora 7's openssh SRPMs spec to make Alon's patch work
Filename:
MIME Type:
Creator:
Todd Denniston
Created:
2007-06-26 20:27:15 UTC
Size:
3.07 KB
patch
obsolete
>--- openssh.spec 2007/03/20 09:13:40 1.1 >+++ openssh.spec 2007/06/19 20:48:42 >@@ -19,6 +19,10 @@ > # Do we want smartcard support (1=yes 0=no) > %define scard 0 > >+# Do we want pkcs11 card access support >+# [for smartcards, independent of scard define above.] (1=yes 0=no) >+%define pkcs11_card 1 >+ > # Use GTK2 instead of GNOME in gnome-ssh-askpass > %define gtk2 1 > >@@ -48,6 +52,11 @@ > # rpm -ba|--rebuild --define "smartcard 1" > %{?smartcard:%define scard 1} > >+#--with-pkcs11 >+# Options for pkcs11 Smartcard support: >+# rpm -ba|--rebuild --define "pkcs11 1" >+%{?pkcs11:%define pkcs11_card 1} >+ > # Is this a build for the rescue CD (without PAM, with MD5)? (1=yes 0=no) > %define rescue 0 > %{?build_rescue:%define rescue 1} >@@ -61,7 +70,7 @@ > Summary: The OpenSSH implementation of SSH protocol versions 1 and 2 > Name: openssh > Version: 4.5p1 >-Release: 6%{?dist}%{?rescue_rel} >+Release: 6.pkcs11.1%{?dist}%{?rescue_rel} > URL: http://www.openssh.com/portable.html > #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz > #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.sig >@@ -90,6 +99,9 @@ > Patch48: openssh-4.3p2-pam-session.patch > Patch49: openssh-4.3p2-gssapi-canohost.patch > Patch50: openssh-4.5p1-mls.patch >+#http://alon.barlev.googlepages.com/openssh-pkcs11 >+Patch51: openssh-4.5p1pkcs11-0.19.patch >+ > License: BSD > Group: Applications/Internet > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >@@ -111,6 +123,11 @@ > %if %{scard} > BuildRequires: sharutils > %endif >+%if %{pkcs11_card} >+# http://www.opensc-project.org/files/pkcs11-helper >+Requires: pkcs11-helper >= 1.03 >+BuildRequires: pkcs11-helper-devel >= 1.03 >+%endif > BuildRequires: autoconf, automake, openssl-devel, perl, zlib-devel > BuildRequires: audit-libs-devel > BuildRequires: util-linux, groff, man >@@ -172,6 +189,7 @@ > OpenSSH is a free version of SSH (Secure SHell), a program for logging > into and executing commands on a remote machine. This package includes > the clients necessary to make encrypted connections to SSH servers. >+This version has been patched to work with pkcs11 connected smart cards. > You'll also need to install the openssh package on OpenSSH clients. > > %description server >@@ -217,6 +235,7 @@ > %patch48 -p1 -b .pam-sesssion > %patch49 -p1 -b .canohost > %patch50 -p1 -b .mls >+%patch51 -p1 -b .pkcs11patched > > autoreconf > >@@ -262,6 +281,9 @@ > %if %{scard} > --with-smartcard \ > %endif >+%if %{pkcs11_card} >+ --with-pkcs11 \ >+%endif > %if %{rescue} > --without-pam \ > %else >@@ -282,6 +304,10 @@ > %if %{static_libcrypto} > perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a|g" Makefile > %endif >+%if %{pkcs11_card} >+#clean up files that cause package difficulty. >+rm -f *.pkcs11patched >+%endif > > make > >@@ -460,6 +486,10 @@ > %endif > > %changelog >+* Mon Jun 11 2007 Todd Denniston <Todd.Denniston@navy.mil> - 4.5p1-6.pkcs11.1 >+- attempt to put Alon Barlev's pkcs11 patch in the rpm >+ http://alon.barlev.googlepages.com/openssh-pkcs11 >+ > * Tue Mar 20 2007 Tomas Mraz <tmraz@redhat.com> - 4.5p1-6 > - mls level check must be done with default role same as requested >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 186469
:
157950
| 157951 |
157952
|
157953
|
157954
|
157955