summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authortls <tls@pkgsrc.org>2007-06-25 23:53:28 +0000
committertls <tls@pkgsrc.org>2007-06-25 23:53:28 +0000
commit1194ad7ee6f4cc51cac06cf18c13ab26ba7b0bf9 (patch)
tree9773667f40ab4f54acddab14ccbfa81eab3b0056 /security/sudo
parent0805729013c588c8cd9c40ad1cd50ce956ae175e (diff)
downloadpkgsrc-1194ad7ee6f4cc51cac06cf18c13ab26ba7b0bf9.tar.gz
Add file omitted from previous commit.
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/patches/patch-ai21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/sudo/patches/patch-ai b/security/sudo/patches/patch-ai
new file mode 100644
index 00000000000..9d76e6ecda0
--- /dev/null
+++ b/security/sudo/patches/patch-ai
@@ -0,0 +1,21 @@
+$NetBSD: patch-ai,v 1.1 2007/06/25 23:53:28 tls Exp $
+
+--- auth/kerb5.c.orig 2005-03-29 23:38:36.000000000 -0500
++++ auth/kerb5.c 2007-06-25 04:51:20.000000000 -0400
+@@ -57,7 +57,7 @@
+ #ifdef HAVE_HEIMDAL
+ # define extract_name(c, p) krb5_principal_get_comp_string(c, p, 1)
+ # define krb5_free_data_contents(c, d) krb5_data_free(d)
+-# define ENCTYPE_DES_CBC_MD5 ETYPE_DES_CBC_MD5 /* XXX */
++# define ENCTYPE_DES_CBC_MD5 0 /* 0 is wildcard */
+ #else
+ # define extract_name(c, p) (krb5_princ_component(c, p, 1)->data)
+ #endif
+@@ -274,7 +274,6 @@
+ log_error(NO_EXIT,
+ "%s: host service key not found: %s", auth_name,
+ error_message(error));
+- error = 0;
+ goto cleanup;
+ }
+ if (keyblock)