- enable use of ssl engines (#481100)
This commit is contained in:
parent
6a5e296ba7
commit
ff6d597308
@ -63,7 +63,7 @@
|
|||||||
Summary: An open source implementation of SSH protocol versions 1 and 2
|
Summary: An open source implementation of SSH protocol versions 1 and 2
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 5.1p1
|
Version: 5.1p1
|
||||||
Release: 5%{?dist}%{?rescue_rel}
|
Release: 6%{?dist}%{?rescue_rel}
|
||||||
URL: http://www.openssh.com/portable.html
|
URL: http://www.openssh.com/portable.html
|
||||||
#Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
#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.asc
|
#Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
|
||||||
@ -270,6 +270,7 @@ fi
|
|||||||
--enable-vendor-patchlevel="FC-%{version}-%{release}" \
|
--enable-vendor-patchlevel="FC-%{version}-%{release}" \
|
||||||
--disable-strip \
|
--disable-strip \
|
||||||
--without-zlib-version-check \
|
--without-zlib-version-check \
|
||||||
|
--with-ssl-engine \
|
||||||
%if %{nss}
|
%if %{nss}
|
||||||
--with-nss \
|
--with-nss \
|
||||||
%endif
|
%endif
|
||||||
@ -478,6 +479,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 30 2009 Tomas Mraz <tmraz@redhat.com> - 5.1p1-6
|
||||||
|
- enable use of ssl engines (#481100)
|
||||||
|
|
||||||
* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> - 5.1p1-5
|
* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> - 5.1p1-5
|
||||||
- remove obsolete --with-rsh (#478298)
|
- remove obsolete --with-rsh (#478298)
|
||||||
- add pam_sepermit to allow blocking confined users in permissive mode
|
- add pam_sepermit to allow blocking confined users in permissive mode
|
||||||
|
Loading…
Reference in New Issue
Block a user