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 | 39d77bb46239c6015c64657d26f6829e9471bb13 (patch) | |
tree | bdf6312a8e76efddf33b975b8e637c13366b8597 /mail/imp/Makefile | |
parent | f472f1330b3025782af951095310f490b20d80ca (diff) | |
download | pkgsrc-39d77bb46239c6015c64657d26f6829e9471bb13.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/imp/Makefile')
-rw-r--r-- | mail/imp/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |