diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-01 16:35:12 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-01 16:35:12 +0000 |
commit | d3a12cb3e1bd44afa4c5eb8ea356af8e35acac1c (patch) | |
tree | 3c632c24329c0404fc847cd551faa11b6ec5096f /net-mail/fetchmail/files | |
parent | Add ~sparc keyword; builds and works fine, and useful for some MPI testing. (diff) | |
download | gentoo-2-d3a12cb3e1bd44afa4c5eb8ea356af8e35acac1c.tar.gz gentoo-2-d3a12cb3e1bd44afa4c5eb8ea356af8e35acac1c.tar.bz2 gentoo-2-d3a12cb3e1bd44afa4c5eb8ea356af8e35acac1c.zip |
Patch to fix deprecated mit-krb5 function call. Bug #97263.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail/fetchmail/files')
-rw-r--r-- | net-mail/fetchmail/files/fetchmail-6.2.5-mit-krb5-1.4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mail/fetchmail/files/fetchmail-6.2.5-mit-krb5-1.4.patch b/net-mail/fetchmail/files/fetchmail-6.2.5-mit-krb5-1.4.patch new file mode 100644 index 000000000000..f77ff400e858 --- /dev/null +++ b/net-mail/fetchmail/files/fetchmail-6.2.5-mit-krb5-1.4.patch @@ -0,0 +1,12 @@ +Don't use this libkrb5 private function. + +--- fetchmail-6.2.5/driver.c 2005-03-16 18:46:27.755452749 -0500 ++++ fetchmail-6.2.5/driver.c 2005-03-16 18:46:29.964164309 -0500 +@@ -210,7 +210,6 @@ + krb5_auth_context auth_context = NULL; + + krb5_init_context(&context); +- krb5_init_ets(context); + krb5_auth_con_init(context, &auth_context); + + if (retval = krb5_cc_default(context, &ccdef)) { |