diff options
author | ghen <ghen> | 2012-10-01 07:10:58 +0000 |
---|---|---|
committer | ghen <ghen> | 2012-10-01 07:10:58 +0000 |
commit | e23077f56c2fc3fe457764318c9e04839267b04a (patch) | |
tree | df0b3dfb7b466ad6c20ba9e5ae53b39283859c1e /mail | |
parent | a44f91ebcd47a8cf4b8e92b69cd7cee5fe5510af (diff) | |
download | pkgsrc-e23077f56c2fc3fe457764318c9e04839267b04a.tar.gz |
Update to Pigeonhole 0.3.3.
Changelog v0.3.2:
+ sieve-refilter tool: improved man page documentation by explicitly specifying
the syntax used for mailbox arguments.
+ Sieve: spamtest and virustest extensions: improved trace debugging of score
calculation.
+ Sieve: made error messages about exceeding the maximum number of actions more
verbose.
- Sieve tools: fixed problems with running as root: sievec and sieve-dump now
ignore mail_uid and mail_gid settings when run as root.
- Sieve: fixed bug in action accounting (for limit checking): increase action
instance count only when an action is actually created.
- Sieve: include extension: fixed namespace separation of :global and :personal
scripts.
- ManageSieve: fixed segfault bug triggered by CHECKSCRIPT command.
- Fixed linking with ld.gold.
- Fixed several Clang compile warnings and a few potential bugs.
Changelog v0.3.3:
- Fixed compile against installed Dovecot headers. This was broken by the
ld.gold fix in the previous release.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 71faee01943..f94e141bbc4 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/05/26 11:48:01 ghen Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/01 07:10:58 ghen Exp $ -DISTNAME= dovecot-2.1-pigeonhole-0.3.1 +DISTNAME= dovecot-2.1-pigeonhole-0.3.3 PKGNAME= ${DISTNAME:S/-2.1-/-/} CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/2.1/ diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index fd14d71636d..e13709fe7f7 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2012/05/26 11:48:01 ghen Exp $ +$NetBSD: distinfo,v 1.8 2012/10/01 07:10:58 ghen Exp $ -SHA1 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = a9d895c64e4f6d188f98aefe7cbd83013c4bd5ca -RMD160 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = f6b3c25edcd20c042310b4c54533ed1251efeb3f -Size (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = 1084148 bytes +SHA1 (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = bdf9b4d5585dee748c8c0103a1964dd8425bd490 +RMD160 (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = bb8b67abb23ad42931e22a5937ac3b21bc2e85ea +Size (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = 1078559 bytes SHA1 (patch-aa) = 97bcc7ae0c1b07508027e7c03247316de02badcf |