diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-04-13 22:25:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-04-13 22:25:25 +0000 |
commit | 2f88cf159840c13e7376046fe23f2310b949b808 (patch) | |
tree | bdf6312a8e76efddf33b975b8e637c13366b8597 /mail | |
parent | 78a94079e81d8c67ee77f986775ed19b78818e2c (diff) | |
download | pkgsrc-2f88cf159840c13e7376046fe23f2310b949b808.tar.gz |
The major changes compared to IMP version H3 (4.3.3) are:
* Don't cache local PGP public keys retrieved from the address book.
* Fixed some URL escaping issue for certain links introduced with the
security fixes from 4.3.3.
* Fixed updating POP3 indices when deleting in mailbox view.
* Fixed some folder creation issues occasionally seen, most often during
maintenance tasks.
* Other minor bugfixes.
The full list of changes (from version H3 (4.3.3)) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.376&r2=1.699.2.389&ty=h
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 6 | ||||
-rw-r--r-- | mail/imp/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 2b0c0ca35f2..b3e6de38bdf 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2009/01/30 22:23:09 adrianp Exp $ +# $NetBSD: Makefile,v 1.53 2009/04/13 22:25:25 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -26,10 +26,10 @@ DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp HORDEDIR= ${PREFIX}/share/horde IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.3.3 +IMPVER= 4.3.4 PAXDIRS= lib locale po scripts templates themes js -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +WRKSRC= ${WRKDIR}/${DISTNAME} PKG_USERS_VARS+= APACHE_USER BUILD_DEFS+= APACHE_USER diff --git a/mail/imp/distinfo b/mail/imp/distinfo index c8e0f739e8b..ab5c369fece 100644 --- a/mail/imp/distinfo +++ b/mail/imp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2009/01/30 22:23:09 adrianp Exp $ +$NetBSD: distinfo,v 1.24 2009/04/13 22:25:25 adrianp Exp $ -SHA1 (imp-h3-4.3.3.tar.gz) = b7c5a86cf45ef42f9218b146becc51119ee16d90 -RMD160 (imp-h3-4.3.3.tar.gz) = 4a58fafd124d7a64ef9f6c899943b07cc2825402 -Size (imp-h3-4.3.3.tar.gz) = 5257965 bytes +SHA1 (imp-h3-4.3.4.tar.gz) = 97d719c82967aa6a110352f7039ef6f537e2f31d +RMD160 (imp-h3-4.3.4.tar.gz) = 68716009f7198e0032e3e70339d9003cff7c3516 +Size (imp-h3-4.3.4.tar.gz) = 5270045 bytes |