pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal Fix build with gcc3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a57af257c95
branches: trunk
changeset: 466199:5a57af257c95
user: markd <markd%pkgsrc.org@localhost>
date: Tue Jan 13 02:05:29 2004 +0000
description:
Fix build with gcc3.
diffstat:
security/heimdal/distinfo | 3 ++-
security/heimdal/patches/patch-ae | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r a7a6a26c012c -r 5a57af257c95 security/heimdal/distinfo
--- a/security/heimdal/distinfo Tue Jan 13 01:41:07 2004 +0000
+++ b/security/heimdal/distinfo Tue Jan 13 02:05:29 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/10 14:56:45 jlam Exp $
+$NetBSD: distinfo,v 1.2 2004/01/13 02:05:29 markd Exp $
SHA1 (heimdal-0.6.tar.gz) = 06f00ea8ec26d64729806960f2f7f66bee8275bd
Size (heimdal-0.6.tar.gz) = 3135319 bytes
@@ -6,3 +6,4 @@
SHA1 (patch-ab) = 400a9ac3a76ac7e8b4dcc230e0bdf7fc5222fbb7
SHA1 (patch-ac) = 121961811f559822c6a4f3d7f7e4646b16908942
SHA1 (patch-ad) = 47b4a76c1021f2683bd7f9940df78e2b38cf5448
+SHA1 (patch-ae) = 46d5125deec8b82c821208aa0091d96f625d8e88
diff -r a7a6a26c012c -r 5a57af257c95 security/heimdal/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/heimdal/patches/patch-ae Tue Jan 13 02:05:29 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2004/01/13 02:05:29 markd Exp $
+
+--- lib/krb5/verify_krb5_conf.c.orig 2003-03-29 21:52:50.000000000 +1200
++++ lib/krb5/verify_krb5_conf.c
+@@ -449,8 +449,8 @@ struct entry log_strings[] = {
+
+ #if 0
+ struct entry kdcdefaults_entries[] = {
+- { "kdc_ports, krb5_config_string, mit_entry },
+- { "v4_mode, krb5_config_string, mit_entry },
++ { "kdc_ports", krb5_config_string, mit_entry },
++ { "v4_mode", krb5_config_string, mit_entry },
+ { NULL }
+ };
+ #endif
Home |
Main Index |
Thread Index |
Old Index