diff options
author | abs <abs@pkgsrc.org> | 2009-01-12 18:59:24 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-01-12 18:59:24 +0000 |
commit | f28f1f5ae0b6cdf018136d8a902d85288df1730c (patch) | |
tree | 868604ad851bfdbbb077deb11595d06e6232486e /mail/exim/Makefile | |
parent | 323598598f8579350154d0dc627028ddcd64ad1a (diff) | |
download | pkgsrc-f28f1f5ae0b6cdf018136d8a902d85288df1730c.tar.gz |
Update exim to 4.69nb4
- Add support for getifaddrs() and enable on NetBSD - submitted back to
exim bugzilla as http://bugs.exim.org/show_bug.cgi?id=802
- Increase size of addrbuf[512] used in old style ioctl() version of
os_common_find_running_interfaces()
Fixes issue on NetBSD 5.0
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 29d1bd5726d..92ed5290f4f 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2008/11/10 17:21:36 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2009/01/12 18:59:24 abs Exp $ DISTNAME= exim-4.69 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ |