summaryrefslogtreecommitdiffstats
path: root/security/heimdal/files
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-08-19 23:24:56 +0000
committernectar <nectar@FreeBSD.org>2003-08-19 23:24:56 +0000
commitc33330b5b8c949163c647c3540d26fd297aee034 (patch)
tree4ccb694b5bdcb673f25ef019d968ae0f6c34aa0e /security/heimdal/files
parentd8d860d5a60963238373770be7ce967963cda9ed (diff)
downloadFreeBSD-ports-c33330b5b8c949163c647c3540d26fd297aee034.zip
FreeBSD-ports-c33330b5b8c949163c647c3540d26fd297aee034.tar.gz
Update 0.5.1 -> 0.6.
Switch to using `INFO' while we are at it.
Diffstat (limited to 'security/heimdal/files')
-rw-r--r--security/heimdal/files/patch-include::make_crypto.c18
-rw-r--r--security/heimdal/files/patch-kuser::kuser_locl.h17
-rw-r--r--security/heimdal/files/patch-verify_krb5_conf.c21
3 files changed, 21 insertions, 35 deletions
diff --git a/security/heimdal/files/patch-include::make_crypto.c b/security/heimdal/files/patch-include::make_crypto.c
deleted file mode 100644
index 8a85f50..0000000
--- a/security/heimdal/files/patch-include::make_crypto.c
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: include/make_crypto.c
-===================================================================
-RCS file: /home/kth-krb/heimdal/include/make_crypto.c,v
-retrieving revision 1.3
-retrieving revision 1.4
-diff -c -c -r1.3 -r1.4
-*** include/make_crypto.c 19 Sep 2002 15:25:14 -0000 1.3
---- include/make_crypto.c 12 Jan 2003 18:54:46 -0000 1.4
-***************
-*** 60,65 ****
---- 60,66 ----
- fprintf(f, "#ifndef __%s__\n", argv[1]);
- fprintf(f, "#define __%s__\n", argv[1]);
- #ifdef HAVE_OPENSSL
-+ fputs("#define OPENSSL_DES_LIBDES_COMPATIBILITY\n", f);
- fputs("#include <openssl/des.h>\n", f);
- fputs("#include <openssl/rc4.h>\n", f);
- fputs("#include <openssl/md4.h>\n", f);
diff --git a/security/heimdal/files/patch-kuser::kuser_locl.h b/security/heimdal/files/patch-kuser::kuser_locl.h
deleted file mode 100644
index 3560a7f..0000000
--- a/security/heimdal/files/patch-kuser::kuser_locl.h
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: kuser/kuser_locl.h
-===================================================================
-RCS file: /home/kth-krb/heimdal/kuser/kuser_locl.h,v
-retrieving revision 1.12
-retrieving revision 1.13
-diff -c -c -r1.12 -r1.13
-*** kuser/kuser_locl.h 2 Dec 1999 17:05:01 -0000 1.12
---- kuser/kuser_locl.h 21 Jan 2003 14:13:51 -0000 1.13
-***************
-*** 85,89 ****
---- 85,90 ----
- #include <sys/ioccom.h>
- #endif
- #include <kafs.h>
-+ #include "crypto-headers.h" /* for des_read_pw_string */
-
- #endif /* __KUSER_LOCL_H__ */
diff --git a/security/heimdal/files/patch-verify_krb5_conf.c b/security/heimdal/files/patch-verify_krb5_conf.c
new file mode 100644
index 0000000..a46c891
--- /dev/null
+++ b/security/heimdal/files/patch-verify_krb5_conf.c
@@ -0,0 +1,21 @@
+*** lib/krb5/verify_krb5_conf.c.orig Mon Aug 18 19:15:38 2003
+--- lib/krb5/verify_krb5_conf.c Mon Aug 18 19:15:57 2003
+***************
+*** 449,456 ****
+
+ #if 0
+ struct entry kdcdefaults_entries[] = {
+! { "kdc_ports, krb5_config_string, mit_entry },
+! { "v4_mode, krb5_config_string, mit_entry },
+ { NULL }
+ };
+ #endif
+--- 449,456 ----
+
+ #if 0
+ struct entry kdcdefaults_entries[] = {
+! { "kdc_ports", krb5_config_string, mit_entry },
+! { "v4_mode", krb5_config_string, mit_entry },
+ { NULL }
+ };
+ #endif
OpenPOWER on IntegriCloud