summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-01-05 16:56:48 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-01-05 16:56:48 +0000
commit9bb163cdc7ce077e72d946340930e5618b77b308 (patch)
treeb0774c5d357cf2d3225bdb884b709fb6939721e0 /net-mail/fetchmail/files
parentConvert to use elog. (diff)
downloadgentoo-2-9bb163cdc7ce077e72d946340930e5618b77b308.tar.gz
gentoo-2-9bb163cdc7ce077e72d946340930e5618b77b308.tar.bz2
gentoo-2-9bb163cdc7ce077e72d946340930e5618b77b308.zip
One more patch removal.
(Portage version: 2.1.2_rc4-r1) (Signed Manifest commit)
Diffstat (limited to 'net-mail/fetchmail/files')
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.2.5-mit-krb5-1.4.patch12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index f77ff400e858..000000000000
--- a/net-mail/fetchmail/files/fetchmail-6.2.5-mit-krb5-1.4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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)) {