diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 7 | ||||
-rw-r--r-- | mail/fetchmail/patches/patch-ae | 13 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
4 files changed, 7 insertions, 21 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 687ceacce71..bff479268c1 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2001/10/27 07:00:52 jlam Exp $ +# $NetBSD: Makefile,v 1.108 2001/11/12 17:33:42 frueauf Exp $ -DISTNAME= fetchmail-5.9.4 +DISTNAME= fetchmail-5.9.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index f2e65a8b7af..fb9896416bb 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.12 2001/10/06 17:59:29 mycroft Exp $ +$NetBSD: distinfo,v 1.13 2001/11/12 17:33:42 frueauf Exp $ -SHA1 (fetchmail-5.9.4.tar.gz) = a5385c4e11d7a6b5ec0e5f16cf9eeb221f35fda3 -Size (fetchmail-5.9.4.tar.gz) = 864505 bytes +SHA1 (fetchmail-5.9.5.tar.gz) = 7164b5e5d117df57bd1257a5b8970315c5822d68 +Size (fetchmail-5.9.5.tar.gz) = 865980 bytes 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 deleted file mode 100644 index fa5fe54000a..00000000000 --- a/mail/fetchmail/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$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; diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 2d4babd6eb1..2e9e44a3abc 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2001/10/06 17:18:06 frueauf Exp $ +# $NetBSD: Makefile,v 1.30 2001/11/12 17:33:43 frueauf Exp $ -DISTNAME= fetchmail-5.9.4 +DISTNAME= fetchmail-5.9.5 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ |