OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Jan-2007 13:08:34
Branch: HEAD Handle: 2007011412083300
Modified files:
openpkg-src/openssh openssh.spec
Log:
remove no longer existing options and add optional Kerberos support
Summary:
Revision Changes Path
1.188 +11 -6 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.187 -r1.188 openssh.spec
--- openpkg-src/openssh/openssh.spec 1 Jan 2007 17:40:27 -0000 1.187
+++ openpkg-src/openssh/openssh.spec 14 Jan 2007 12:08:33 -0000 1.188
@@ -42,7 +42,7 @@
Group: SSH
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20061222
+Release: 20070114
# package options
%option with_fsl yes
@@ -51,6 +51,7 @@
%option with_chroot no
%option with_ldap no
%option with_pam no
+%option with_kerberos no
%option with_sftplogging no
%option with_skey no
%option with_watchdog no
@@ -91,6 +92,10 @@
BuildPreReq: PAM
PreReq: PAM
%endif
+%if "%{with_kerberos}" == "yes"
+BuildPreReq: kerberos
+PreReq: kerberos
+%endif
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.2.0
PreReq: fsl >= 1.2.0
@@ -247,11 +252,11 @@
%endif
--with-md5-passwords \
--with-zlib=%{l_prefix} \
- --with-ipv4-default \
- --without-smartcard \
- --without-kerberos4 \
- --disable-suid-ssh \
- --without-rsh \
+%if "%{with_kerberos}" == "yes"
+ --with-kerberos5=%{l_prefix} \
+%else
+ --without-kerberos5 \
+%endif
--with-mantype=man \
%if "%{with_trysetpath}" == "yes"
--enable-etc-default-login \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]