From ad852e00c32fdea78f0109cfab054eb0702ac513 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 5 Oct 2003 16:14:39 +0000 Subject: [PATCH] - kerberos enabled by default (of course -libs is very small); enabled ability to verify host signatures in DNS records, added ssh-keysign binary (which should be suid-root but isn't for now) Changed files: openssh.spec -> 1.182 --- openssh.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/openssh.spec b/openssh.spec index a5698e8..806e9f1 100644 --- a/openssh.spec +++ b/openssh.spec @@ -3,7 +3,7 @@ # _without_gnome - without gnome-askpass utility # _without_gtk - without gtk (2.x) # _with_ldap - with ldap support -# _with_kerberos5 - with kerberos5 support +# _without_kerberos5 - without kerberos5 support # # default to gtk2-based gnome-askpass @@ -54,7 +54,7 @@ BuildRequires: automake BuildRequires: libwrap-devel BuildRequires: openssl-devel >= 0.9.7c %{?_with_ldap:BuildRequires: openldap-devel} -%{?_with_kerberos5:BuildRequires: heimdal-devel} +%{!?_without_kerberos5:BuildRequires: heimdal-devel} BuildRequires: pam-devel BuildRequires: %{__perl} %{!?_without_gtk:BuildRequires: pkgconfig} @@ -396,7 +396,7 @@ GNOME. %patch3 -p1 #%patch4 -p1 %{?_with_ldap:%patch5 -p1} -%{?_with_kerberos5:%patch6 -p1} +%{!?_without_kerberos5:%patch6 -p1} %patch7 -p1 %build @@ -405,6 +405,7 @@ GNOME. %configure \ PERL=%{__perl} \ + --with-dns \ --with-pam \ --with-mantype=man \ --with-md5-passwords \ @@ -414,7 +415,7 @@ GNOME. --with-tcp-wrappers \ %{?_with_ldap:--with-libs="-lldap -llber"} \ %{?_with_ldap:--with-cppflags="-DWITH_LDAP_PUBKEY"} \ - %{?_with_kerberos5:--with-kerberos5} \ + %{!?_without_kerberos5:--with-kerberos5} \ --with-privsep-path=%{_privsepdir} \ --with-pid-dir=%{_localstatedir}/run \ --with-xauth=/usr/X11R6/bin/xauth @@ -540,9 +541,11 @@ fi %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/sshd %attr(755,root,root) %{_libexecdir}/sftp-server +%attr(755,root,root) %{_libexecdir}/ssh-keysign %dir %{_libexecdir} %{_mandir}/man8/sshd.8* %{_mandir}/man8/sftp-server.8* +%{_mandir}/man8/ssh-keysign.8* %{_mandir}/man5/sshd_config.5* %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sshd_config %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/pam.d/sshd -- 2.44.0