diff options
author | adam <adam@pkgsrc.org> | 2011-01-27 07:48:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-01-27 07:48:51 +0000 |
commit | ff2c1bc61eb52a9824720c32bf3fc2cf17006dcc (patch) | |
tree | 691bdbf9bcb9477aa499b1f5f15c627ac626f480 /mail/exim-html/Makefile | |
parent | 469fbce8d354bee1fde386ced0fa3a25dd10807f (diff) | |
download | pkgsrc-ff2c1bc61eb52a9824720c32bf3fc2cf17006dcc.tar.gz |
Changes 4.74:
* Failure to get a lock on a hints database can have serious
consequences so log it to the panic log.
* Log LMTP confirmation messages in the same way as SMTP,
controlled using the smtp_confirmation log selector.
* Include the error message when we fail to unlink a spool file.
* Bugzilla 139: Support dynamically loaded lookups as modules.
* Bugzilla 139: Documentation and portability issues.
Avoid GNU Makefile-isms, let Exim continue to build on BSD.
Handle per-OS dynamic-module compilation flags.
* Let /dev/null have normal permissions.
The 4.73 fixes were a little too stringent and complained about the
permissions on /dev/null. Exempt it from some checks.
* Report version information for many libraries, including
Exim version information for dynamically loaded libraries. Created
version.h, now support a version extension string for distributors
who patch heavily. Dynamic module ABI change.
* CVE-2011-0017 - check return value of setuid/setgid. This is a
privilege escalation vulnerability whereby the Exim run-time user
can cause root to append content of the attacker's choosing to
arbitrary files.
* Bugzilla 1041: merged DCC maintainer's fixes for return code.
* Bugzilla 1071: fix delivery logging with untrusted macros.
If dropping privileges for untrusted macros, we disabled normal logging
on the basis that it would fail; for the Exim run-time user, this is not
the case, and it resulted in successful deliveries going unlogged.
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 529644813c4..3eccacf23f1 100644 --- a/mail/exim-html/Makefile +++ b/mail/exim-html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2011/01/12 09:26:24 adam Exp $ +# $NetBSD: Makefile,v 1.20 2011/01/27 07:48:52 adam Exp $ -DISTNAME= exim-html-4.73 +DISTNAME= exim-html-4.74 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ |