summaryrefslogtreecommitdiffstats
path: root/contrib/redhat
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2010-03-08 11:19:52 +0000
committerdes <des@FreeBSD.org>2010-03-08 11:19:52 +0000
commit6c400d267598df48c6d17b86996c429cfa5792d7 (patch)
treef3af5b582d9a7808774ea77df321abab26782ebf /contrib/redhat
parent98b8242e22b0fc941b830dcec63d235b01bd46a2 (diff)
downloadFreeBSD-src-6c400d267598df48c6d17b86996c429cfa5792d7.zip
FreeBSD-src-6c400d267598df48c6d17b86996c429cfa5792d7.tar.gz
Vendor import of OpenSSH 5.4p1
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 680906c..de24f1c 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -1,4 +1,4 @@
-%define ver 5.3p1
+%define ver 5.4p1
%define rel 1
# OpenSSH privilege separation requires a user & group ID
@@ -74,7 +74,9 @@ Release: %{rel}
%endif
URL: http://www.openssh.com/portable.html
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
+%if ! %{skip_x11_askpass}
Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
+%endif
License: BSD
Group: Applications/Internet
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@@ -92,7 +94,7 @@ BuildPreReq: glibc-devel, pam
BuildPreReq: /usr/include/security/pam_appl.h
%endif
%if ! %{no_x11_askpass}
-BuildPreReq: XFree86-devel
+BuildPreReq: /usr/include/X11/Xlib.h
%endif
%if ! %{no_gnome_askpass}
BuildPreReq: pkgconfig
@@ -343,7 +345,9 @@ fi
%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
%attr(0755,root,root) %dir %{_libexecdir}/openssh
%attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
+%attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
+%attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8*
%endif
%if %{scard}
%attr(0755,root,root) %dir %{_datadir}/openssh
OpenPOWER on IntegriCloud