pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sudo/patches Add file omitted from previous c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9f7d1167fb2
branches:  trunk
changeset: 530345:e9f7d1167fb2
user:      tls <tls%pkgsrc.org@localhost>
date:      Mon Jun 25 23:53:28 2007 +0000

description:
Add file omitted from previous commit.

diffstat:

 security/sudo/patches/patch-ai |  21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 5e50cfce83e6 -r e9f7d1167fb2 security/sudo/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sudo/patches/patch-ai    Mon Jun 25 23:53:28 2007 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index