aboutsummaryrefslogtreecommitdiffstats
path: root/main/heimdal/heimdal_missing_symbols.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-09-20 07:59:20 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-09-20 09:30:23 +0000
commitd1152ece442b20c6412425f0dceca1b6f9699fa8 (patch)
tree029b6ed5dd844142c6a09bb45436279146cde18b /main/heimdal/heimdal_missing_symbols.patch
parent5d769d1b8474783879c2bb80a3035c17a344c490 (diff)
downloadaports-d1152ece442b20c6412425f0dceca1b6f9699fa8.tar.bz2
aports-d1152ece442b20c6412425f0dceca1b6f9699fa8.tar.xz
main/heimdal: upgrade to 1.5.2
Diffstat (limited to 'main/heimdal/heimdal_missing_symbols.patch')
-rw-r--r--main/heimdal/heimdal_missing_symbols.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/main/heimdal/heimdal_missing_symbols.patch b/main/heimdal/heimdal_missing_symbols.patch
new file mode 100644
index 0000000000..21b6975a8b
--- /dev/null
+++ b/main/heimdal/heimdal_missing_symbols.patch
@@ -0,0 +1,28 @@
+Add missing symbols. Cherry picked from upstream master.
+Bug #420821.
+
+--- lib/krb5/version-script.map 2012-01-10 21:53:51.000000000 +0000
++++ lib/krb5/version-script.map 2012-06-13 16:23:26.000000000 +0000
+@@ -42,6 +42,7 @@
+ krb5_auth_con_getrcache;
+ krb5_auth_con_getremoteseqnumber;
+ krb5_auth_con_getremotesubkey;
++ krb5_auth_con_getsendsubkey;
+ krb5_auth_con_init;
+ krb5_auth_con_removeflags;
+ krb5_auth_con_setaddrs;
+@@ -383,6 +384,14 @@
+ krb5_h_errno_to_heim_errno;
+ krb5_have_error_string;
+ krb5_hmac;
++ krb5_init_creds_init;
++ krb5_init_creds_set_service;
++ krb5_init_creds_set_keytab;
++ krb5_init_creds_get;
++ krb5_init_creds_set_password;
++ krb5_init_creds_free;
++ krb5_init_creds_get_creds;
++ krb5_init_creds_get_error;
+ krb5_init_context;
+ krb5_init_ets;
+ krb5_initlog;