Apologies,
I'll just paste the patch file here:
diff -rupN
heimdal-1.4/lib/otp/version-script.map
heimdal-1.4-patched/lib/otp/version-script.map
+++
heimdal-1.4-patched/lib/otp/version-script.map Sun Oct 14 22:43:25 2012
@@ -0,0 +1,25 @@
+HEIMDAL_OTP_1.0 {
+ global:
+
otp_challenge;
+ otp_checksum;
+ otp_db_close;
+ otp_db_open;
+ otp_delete;
+
otp_error;
+ otp_get;
+ otp_parse;
+
otp_parse_altdict;
+ otp_parse_hex;
+
otp_parse_stddict;
+ otp_print_hex;
+
otp_print_hex_extended;
+ otp_print_stddict;
+
otp_print_stddict_extended;
+ otp_put;
+
otp_simple_get;
+ otp_verify_user;
+
otp_verify_user_1;
+ otp_find_alg;
+ local:
+ *;
+};
________________________________
From: Brian Empson
<[email protected]>
To: "[email protected]" <[email protected]>
Sent:
Sunday, October 14, 2012 11:20 PM
Subject: Heimdal 1.4 Patch
All,
I have
created a patch for heimdal 1.4
(http://www.h5l.org/dist/src/heimdal-1.4.tar.gz) that will allow it to compile
properly. I know it's not the newest version, but it's at least somewhat
newer. I'm still working on the latest version.
To apply:
-cd to the untar'd
source directory
-run "patch -p1 < heimdal-1.4.patch"
-./configure
-make
Thanks,
Brian
[demime 1.01d removed an attachment of type
application/octet-stream which had a name of heimdal-1.4.patch]