diff options
author | tls <tls> | 2007-07-02 06:04:01 +0000 |
---|---|---|
committer | tls <tls> | 2007-07-02 06:04:01 +0000 |
commit | bdcf5556d19f80a1d51c266f5c9fe877f90665aa (patch) | |
tree | 9aab610ecd6491605b96052f7c0171c84dbf2907 /security/sudo/Makefile | |
parent | 64f5ec2d948e301a5f4319a5e2bcca912f90d51f (diff) | |
download | pkgsrc-bdcf5556d19f80a1d51c266f5c9fe877f90665aa.tar.gz |
On some hosts, this package's configure script fails to detech Heimdal
(in fact, it's not clear that there is a good way to do so). The resulting
configuration works fine *except* if it encounters a host that has 3DES
but no DES service keys in its keytab.
Fix this by explicitly passing 0 ("default enctype") to Kerberos.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 36362f6e87e..3eb4fa04abe 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.90 2007/06/25 09:53:42 tls Exp $ +# $NetBSD: Makefile,v 1.91 2007/07/02 06:04:01 tls Exp $ # DISTNAME= sudo-1.6.8p12 PKGNAME= sudo-1.6.8pl12 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ |