diff options
author | adam <adam@pkgsrc.org> | 2010-11-05 14:21:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-05 14:21:19 +0000 |
commit | e0fa9d9a0df5a9823b4e5f2a9390f82a65ae1159 (patch) | |
tree | 3cc3c0a37e56b2df9a68925eb1e1c0a692bda8d7 /mail | |
parent | 359c5c99fe17932fc4daa71f3afdcd6d5f530bad (diff) | |
download | pkgsrc-e0fa9d9a0df5a9823b4e5f2a9390f82a65ae1159.tar.gz |
Changes 5.4.2:
* mailfilter.c (clrfields): Added the "noquote" option to the filter
screen that sets the donotquote autoreply option.
* rfc822/rfc822.c (rfc822_print_common_nameaddr): Prevent segfault if
address decode fails.
* Fix make check failure when libidn is not available.
* Rebuilt man pages with updated stylesheets.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 | ||||
-rw-r--r-- | mail/sqwebmail/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 64011aa9739..e2c7f64c601 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2010/06/15 23:18:13 pettai Exp $ +# $NetBSD: Makefile,v 1.66 2010/11/05 14:21:19 adam Exp $ -DISTNAME= sqwebmail-5.4.1 +DISTNAME= sqwebmail-5.4.2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/sqwebmail/distinfo b/mail/sqwebmail/distinfo index 1c19a60b918..2f92f240dd3 100644 --- a/mail/sqwebmail/distinfo +++ b/mail/sqwebmail/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2010/06/15 23:18:13 pettai Exp $ +$NetBSD: distinfo,v 1.22 2010/11/05 14:21:19 adam Exp $ -SHA1 (sqwebmail-5.4.1.tar.bz2) = d0d89af201d78814e252c311ebdd33e3329878af -RMD160 (sqwebmail-5.4.1.tar.bz2) = 1ae425c0d1dba76cff8b1458faa87c2202af21a1 -Size (sqwebmail-5.4.1.tar.bz2) = 3921443 bytes +SHA1 (sqwebmail-5.4.2.tar.bz2) = 8d07fcb587e1cb8c39b3a5124d66ec389cc8db3e +RMD160 (sqwebmail-5.4.2.tar.bz2) = 6bbf679430ec93b388595f996492a8791b424703 +Size (sqwebmail-5.4.2.tar.bz2) = 3939375 bytes SHA1 (patch-aa) = 4b0e0aec5c8b63d09309f137dc2c49a401d57483 SHA1 (patch-ad) = 486883ae1924d2184f3ac8862decbabfc11334f3 SHA1 (patch-ah) = 988c5825294ce78e8f4305d131a34c8eddd710f7 |