diff options
author | adam <adam@pkgsrc.org> | 2017-03-18 07:08:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-03-18 07:08:23 +0000 |
commit | 8ddf5b82dcb663bafc41a54a6466383f4b3d3951 (patch) | |
tree | 271d08121461368ca71ee20113c38955d4afb1a0 /mail/exim-html/Makefile | |
parent | 32ee24447cbe90843e77601447f6bb3e7114b1cd (diff) | |
download | pkgsrc-8ddf5b82dcb663bafc41a54a6466383f4b3d3951.tar.gz |
Version 4.89
------------
1. Allow relative config file names for ".include"
2. A main-section config option "debug_store" to control the checks on
variable locations during store-reset. Normally false but can be enabled
when a memory corrution issue is suspected on a production system.
Diffstat (limited to 'mail/exim-html/Makefile')
-rw-r--r-- | mail/exim-html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-html/Makefile b/mail/exim-html/Makefile index 4d62a6e45e6..5c56ca99e51 100644 --- a/mail/exim-html/Makefile +++ b/mail/exim-html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2017/01/19 18:52:15 agc Exp $ +# $NetBSD: Makefile,v 1.35 2017/03/18 07:08:23 adam Exp $ -DISTNAME= exim-html-4.87 +DISTNAME= exim-html-4.89 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ MASTER_SITES+= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ |