diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2008-09-08 10:16:06 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2008-09-08 10:16:06 +0000 |
commit | 35e68ea2b67cec2e54c6d2b9fe8000b3e3750c1f (patch) | |
tree | 25498c811e50c68ddccd5594444eadd19579da18 /mail | |
parent | ac104aa0911cec6c917b3862dff8e7ae1b70254c (diff) | |
download | pkgsrc-35e68ea2b67cec2e54c6d2b9fe8000b3e3750c1f.tar.gz |
Update to 0.7.9.
Changes in release 0.7.9
- Added LogTag option to asmtpd.conf.
- Fix err_accum in default unknown script, as Tim Kientzle reports the
old script did not work on FreeBSD.
- Added MSGID environment variable.
- Added IdentTimeout option to asmtpd.conf.
- Addes support for newer DB versions.
Changes in release 0.7.8
- Fixed bug where first group of avenger user could disappear on systems
with HAVE_EGID_IN_GROUPLIST defined (i.e., FreeBSD).
- Added --map option to aliascheck. Make sample unknown file check
recipient in virtusertable.db if one exists.
- SMTPCB can now take on three values, 0, 1, and 2. 2 is equivalent to
the old behavior (do SMTP callbacks and reject mail when the callback
fails). 0 disabled the callbacks entirely. 1 performs the callbacks
but does not reject mail that fails.
- Added an InsecureSASL option to asmtpd.conf.
- Make SASL accept plaintext authentication after STARTTLS, even if
there was an EHLO call before the STARTTLS.
- Fixed a bug in avenger.local when no .avenger/local file exists.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/avenger/Makefile | 5 | ||||
-rw-r--r-- | mail/avenger/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index 061e5c77598..fc0576d053d 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/09/06 20:54:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/09/08 10:16:06 shannonjr Exp $ # -DISTNAME= avenger-0.7.7 -PKGREVISION= 3 +DISTNAME= avenger-0.7.9 CATEGORIES= mail MASTER_SITES= http://www.mailavenger.org/dist/ diff --git a/mail/avenger/distinfo b/mail/avenger/distinfo index d401cc0c22d..1fb2e986b89 100644 --- a/mail/avenger/distinfo +++ b/mail/avenger/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2007/11/30 20:09:36 rillig Exp $ +$NetBSD: distinfo,v 1.3 2008/09/08 10:16:06 shannonjr Exp $ -SHA1 (avenger-0.7.7.tar.gz) = 2ba44c82be8b78cf31758a25a79c8366ee6626b8 -RMD160 (avenger-0.7.7.tar.gz) = f01eebb2f41224e8e8ad655ca15afa2d1ee06ce2 -Size (avenger-0.7.7.tar.gz) = 824862 bytes +SHA1 (avenger-0.7.9.tar.gz) = 7de26e40bae1aab2d0e56eeaa6e9db3d4a99c61c +RMD160 (avenger-0.7.9.tar.gz) = 2c2cace1eba30059e2a55119ebb7e62ccdf2dc99 +Size (avenger-0.7.9.tar.gz) = 831252 bytes SHA1 (patch-aa) = 7df2d9ac15feaf69bbc93e33de59ca25891c4223 SHA1 (patch-ab) = 831944e8447433b2697db2b3a58650aab19f4a19 SHA1 (patch-ac) = 9b3625a090e0f9091468b86a99d0bea6535ac371 |