summaryrefslogtreecommitdiff
path: root/mail/fetchmail/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-03-09 23:16:45 +0000
committeritojun <itojun@pkgsrc.org>2000-03-09 23:16:45 +0000
commitbbbd477fea5db858ee1c3e7a08af9ed77f64664c (patch)
tree025516d2d2fe727a1c7f449de5db4ed36a56f815 /mail/fetchmail/Makefile
parentb1e2e3915a33d5377e0f759672fafc3e13ea61fa (diff)
downloadpkgsrc-bbbd477fea5db858ee1c3e7a08af9ed77f64664c.tar.gz
Upgrade from 5.3.0 to 5.3.2. includes important IPv6 fix
(if you have IPv4-only sendmail on dual stack node, 5.3.0 may fail to connect). --- fetchmail-5.3.2 (Mon Mar 6 21:41:23 EST 2000), 18695 lines: * Added experimental support for RFC2177 IDLE command extension of IMAP. * Updated fr.po. * Fixed a bug in fetchmailconf's handling of envelope skip prefixes. * Don't nuke .fetchids when authorization failure keeps us from getting URLs. * Added FAQ item X6 on dropped and mangled attachments, thanks to Rob Funk. * Teach configure.in to link the RSA reference library if available. * Disable saving of Message-IDs into UIDL lists. fetchmail-5.3.1 (Sun Mar 5 23:02:42 EST 2000), 18648 lines: * Use remotename@hostname for MAIL FROM if we have not been able to deduce a Return-Path. * Fix the attempted fix for Joop Susan's ENOTCONN bug. * Added FAQ material on a Microsoft Exchange bug, on forwarding to a different host than the one fetchmail runs on, and on using ssh for a secure passwordless connection. Removed the FAQ entry on popclient. * Jun-ichiro itojun Hagino <itojun@iijlab.net> sent a fix for IPv6. * Fix Red Hat 6.2beta bug 9982: fetchmailconf now automatically pups up an edit panel whenever a new user or site is created. * Fix Red Hat 6.2beta bug 9987: Deal gracefully with the possibility that we might be running as a subprocess with stdin not attached to a tty, and thus unable to query for a password. * Resolved all current Debian bugs classed `important'; #43139, #44744, #44760, #44774, #43140, #50990. * Resolved Debian ordinary bugs #17769, #34383, #38303, #39732, #51674, #53386, #53732, #58553. * Resolved Debian wishlist bug #26630. * Resolution of #59281 (still loops on Ctrl-C) involved a small change in behavior; SIGPIPE now terminates the current poll cycle.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r--mail/fetchmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 796d908d1a2..d0828ebf1f0 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2000/03/04 02:16:05 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2000/03/09 23:16:45 itojun Exp $
#
-DISTNAME= fetchmail-5.3.0
+DISTNAME= fetchmail-5.3.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
@@ -19,6 +19,7 @@ BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
+CONFIGURE_ARGS+=--without-hesiod
.if defined(KERBEROS) && ${KERBEROS} == 4
USE_KERBEROS= yes
CONFIGURE_ARGS+=--with-kerberos=yes