diff options
author | adam <adam@pkgsrc.org> | 2022-07-02 09:24:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-07-02 09:24:34 +0000 |
commit | a39d1059458bacdc769dfd8781502ba9c1f2c59e (patch) | |
tree | dcc66d44c4b0d383174204ad5b994f1c8916bd12 /mail/exim/Makefile | |
parent | 266d3fcf067142ba5f326bae45b5e3fd59f89be0 (diff) | |
download | pkgsrc-a39d1059458bacdc769dfd8781502ba9c1f2c59e.tar.gz |
exim exim-html: updated to 4.96
New stuff we've added since 4.95:
- A new ACL condition: seen. Records/tests a timestamp against a key.
- A variant of the "mask" expansion operator to give normalised IPv6.
- UTC output option for exim_dumpdb, exim_fixdb.
- An event for failing TLS connects to the daemon.
- The ACL "debug" control gains options "stop", "pretrigger" and "trigger".
- Query-style lookups are now checked for quoting, if the query string is
built using untrusted data ("tainted"). For now lack of quoting is merely
logged; a future release will upgrade this to an error.
- The expansion conditions match_<list-type> and inlist now set $value for
the expansion of the "true" result of the ${if}. With a static list, this
can be used for de-tainting.
Notable removals since 4.95:
- the "allow_insecure_tainted_data" main config option and the
"taint" log_selector. These were deprecated in the 4.95 release.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 3c1ad3aaec7..a44f39ea4f6 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.192 2022/06/28 11:34:20 wiz Exp $ +# $NetBSD: Makefile,v 1.193 2022/07/02 09:24:34 adam Exp $ -DISTNAME= exim-4.95 -PKGREVISION= 3 +DISTNAME= exim-4.96 CATEGORIES= mail net MASTER_SITES= https://ftp.exim.org/pub/exim/exim4/ MASTER_SITES+= https://ftp.exim.org/pub/exim/exim4/fixes/ @@ -130,5 +129,5 @@ post-install: ${DESTDIR}${PREFIX}/share/doc/exim .include "../../converters/libiconv/buildlink3.mk" -.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/pcre2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |