diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-15 22:18:42 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-15 22:18:42 +0000 |
commit | c18a7efb4b1bd8a420676e07a7c54773df41c95a (patch) | |
tree | 6e9b246d6e9fdaaef3d39a049d2957bc69af7c4a /mail | |
parent | 84acfb9fdffd4d76e933118a4cd187b69c4b82cb (diff) | |
download | pkgsrc-c18a7efb4b1bd8a420676e07a7c54773df41c95a.tar.gz |
------
v4.1.5
------
[cjh] Lower memory usage when downloading folders (Andrew Morgan
<morgan@orst.edu>).
[mms] Fix detection of default namespace information when no namespaces are
defined on the server (Bug 5538).
[mms] Don't lose message bodies when moving messages to trash when over quota
(Bug 5470).
[cjh] Remove unused defaults in Fetchmail_imap (Bug 2799).
[jan] Fix empty folder name appearing on Cyrus and servers with similar
namespaces (Bug 5138).
[jan] Only show reply options in iCalendar viewer if a reply is requested.
[cjh] Remove non-responsive www.keyserver.net and wwwkeys.pgp.net from
PGP options (Bug 5323).
[jan] Fix moving messages when over quota on Dovecot servers (Bug 5270).
[jan] Fix parsing of certain distribution lists (Bug 5134).
[mms] Fix rare occurrence where an action perfomed on the mailbox screen would
instead be performed on the INBOX (Bug 5202).
[mms] Don't show save attachments prompt in compose screen if configured to
automatically link all attachments (Request 5189).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 5 | ||||
-rw-r--r-- | mail/imp/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index d31454a5772..250694f837e 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/07/04 20:54:44 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2007/11/15 22:18:42 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -22,10 +22,11 @@ DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp HORDEDIR= ${PREFIX}/share/horde IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.1.4 +IMPVER= 4.1.5 PAXDIRS= lib locale po scripts templates themes PKG_USERS_VARS+= APACHE_USER +BUILD_DEFS+= APACHE_USER MESSAGE_SUBST+= IMPDIR=${IMPDIR:Q} MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} diff --git a/mail/imp/distinfo b/mail/imp/distinfo index f27826fa001..3f97099979d 100644 --- a/mail/imp/distinfo +++ b/mail/imp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2007/03/18 12:15:48 adrianp Exp $ +$NetBSD: distinfo,v 1.18 2007/11/15 22:18:42 adrianp Exp $ -SHA1 (imp-h3-4.1.4.tar.gz) = ad79c04752ad9f56ab1b5fbbd62f23809ef84c4e -RMD160 (imp-h3-4.1.4.tar.gz) = f09c32f0c274651068ec1ed56f1142612ccefa51 -Size (imp-h3-4.1.4.tar.gz) = 4204260 bytes +SHA1 (imp-h3-4.1.5.tar.gz) = 014f26ce036b2f04786878501c0b575eb81e6d93 +RMD160 (imp-h3-4.1.5.tar.gz) = c326e4bd979c139c934715ef51c7b0bc593c4c16 +Size (imp-h3-4.1.5.tar.gz) = 4292755 bytes |