diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-10-08 21:00:58 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-10-08 21:00:58 +0000 |
commit | de93b90277080416d65ef237246417440877518d (patch) | |
tree | d3882cee1497fd43f99f25589aed625e6d814f68 /mail | |
parent | d5cda8e47cea1d1c8686ba93d7e7b267e8ad5250 (diff) | |
download | pkgsrc-de93b90277080416d65ef237246417440877518d.tar.gz |
Update to 0.97. From the changelog:
- Add support to the qmail backend for custom qmail-queue error messages
taken from $QQERRMSG_#.
- Clear session timeouts (via alarm) before executing authenticated
commands in imapfront-auth and pop3front-auth.
- Fixed typo in the CVM lookup code that would prevent the proper
operation of lookup secrets. Thanks Dale Woolridge.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailfront/Makefile | 4 | ||||
-rw-r--r-- | mail/mailfront/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index 449387f33b8..ed53a5882d3 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/08/24 04:47:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/08 21:00:58 schmonz Exp $ # -DISTNAME= mailfront-0.96 +DISTNAME= mailfront-0.97 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE} diff --git a/mail/mailfront/distinfo b/mail/mailfront/distinfo index 01ad19a95de..aa9c226a6bf 100644 --- a/mail/mailfront/distinfo +++ b/mail/mailfront/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/07/20 03:30:19 schmonz Exp $ +$NetBSD: distinfo,v 1.2 2005/10/08 21:00:58 schmonz Exp $ -SHA1 (mailfront-0.96.tar.gz) = 9e22cf78f941cc988c387d7d143e648f80530d05 -RMD160 (mailfront-0.96.tar.gz) = 7af7cb117847434f4b5b0cf982466389b048d040 -Size (mailfront-0.96.tar.gz) = 72002 bytes +SHA1 (mailfront-0.97.tar.gz) = 4377b54c42cfc277418c18074a529145bfb3b637 +RMD160 (mailfront-0.97.tar.gz) = be43b3921cd6c9a0dfa3a1ed468615657ade6453 +Size (mailfront-0.97.tar.gz) = 72245 bytes |