Debian Developers - Re: MIT krb5 vs. Heimdal for curl's GSSAPI support (Re: Who needs libcurl3?)

This is Interesting: Free IT Magazines  
Home > Archive > Debian Developers > July 2005 > Re: MIT krb5 vs. Heimdal for curl's GSSAPI support (Re: Who needs libcurl3?)





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: MIT krb5 vs. Heimdal for curl's GSSAPI support (Re: Who needs libcurl3?)
Aaron M. Ucko

2005-07-26, 8:49 pm

Domenico Andreoli <cavok@debian.org> writes:

> i'm not a kerberos guru, i never used it and probably i will never be
> interested in it. i added this package only after a debian user asked
> for GSSAPI support in curl (FYI bug #241553).


Got it. :-)

> anybody knows if curl will modify its behaviour switching to MIT krb5?


It oughtn't, though it looks like you need to edit debian/rules in
addition to debian/control:

diff -u curl-7.14.0/debian/control curl-7.14.0/debian/control
--- curl-7.14.0/debian/control
+++ curl-7.14.0/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Domenico Andreoli <cavok@debian.org>
Uploaders: Matthias Klose <doko@debian.org>
-Build-Depends: debhelper (>> 3.0.0), autotools-dev, binutils (>= 2.14.90.0.7), libssl-dev, zlib1g-dev, stunnel, heimdal-dev [!hurd-i386], libidn11-dev, groff-base, libdb4.2-dev
+Build-Depends: debhelper (>> 3.0.0), autotools-dev, binutils (>= 2.14.90.0.7), libssl-dev, zlib1g-dev, stunnel, libkrb5-dev [!hurd-i386], libidn11-dev, groff-base, libdb4.2-dev
Standards-Version: 3.6.1

Package: curl
diff -u curl-7.14.0/debian/rules curl-7.14.0/debian/rules
--- curl-7.14.0/debian/rules
+++ curl-7.14.0/debian/rules
@@ -46,7 +46,7 @@

ifeq (${DO_GSSAPI},yes)
mkdir -p debian/build-gssapi
- cd debian/build-gssapi && ../../configure ${CONFIGURE_ARGS} --with-gssapi-includes=/usr/include --with-gssapi-libs=/usr/lib
+ cd debian/build-gssapi && ../../configure ${CONFIGURE_ARGS} --with-gssapi=/usr
endif

touch configure-stamp


--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger amu@monk.mit.edu (NOT a valid e-mail address) for more info.


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com