diff options
author | mycroft <mycroft> | 2001-10-06 17:59:29 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2001-10-06 17:59:29 +0000 |
commit | 5747f4c65498f3c5a9496b0969b32c5ab39e2589 (patch) | |
tree | f98cb87fe43ff24e415526e55597b939443a7c12 /mail/fetchmail | |
parent | 8481cf57852643f90b47ef6e72af4aec352f220d (diff) | |
download | pkgsrc-5747f4c65498f3c5a9496b0969b32c5ab39e2589.tar.gz |
Patch a typo that causes Kerberos support to not compile.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/distinfo | 3 | ||||
-rw-r--r-- | mail/fetchmail/patches/patch-ae | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 0c6f982f7f7..f2e65a8b7af 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2001/10/06 17:18:05 frueauf Exp $ +$NetBSD: distinfo,v 1.12 2001/10/06 17:59:29 mycroft Exp $ SHA1 (fetchmail-5.9.4.tar.gz) = a5385c4e11d7a6b5ec0e5f16cf9eeb221f35fda3 Size (fetchmail-5.9.4.tar.gz) = 864505 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507 SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330 SHA1 (patch-ad) = b6bffc59f28992fa0d3de0f9dad250c73bbeffc6 +SHA1 (patch-ae) = d99bbc017817f10d2217df41f6ea29540dddd0bd diff --git a/mail/fetchmail/patches/patch-ae b/mail/fetchmail/patches/patch-ae new file mode 100644 index 00000000000..fa5fe54000a --- /dev/null +++ b/mail/fetchmail/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.5 2001/10/06 17:59:30 mycroft Exp $ + +--- kerberos.c.orig Wed Oct 3 09:33:07 2001 ++++ kerberos.c Sat Oct 6 17:52:35 2001 +@@ -208,7 +208,7 @@ + * process is complete. + */ + +- len = from64tobits(buf2, buf1, sizeof(buf2x)); ++ len = from64tobits(buf2, buf1, sizeof(buf2)); + if (len < 0) { + report(stderr, GT_("could not decode BASE64 ready response\n")); + return PS_AUTHFAIL; |