diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-12-15 23:13:44 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-12-15 23:13:44 +0000 |
commit | 6de8144cb49520dba67571c0bd8fb0b9971201f8 (patch) | |
tree | b91372c0bb000ac66a34fdb09a1e3ee359ae8387 /mail/imp/Makefile | |
parent | 96627d14bd8c74b59f52e59c30156e92b405b36c (diff) | |
download | pkgsrc-6de8144cb49520dba67571c0bd8fb0b9971201f8.tar.gz |
Update to 4.3.2
------
v4.3.2
------
[mms] Fix prototypejs regression on IE (Bug #6590).
------
v4.3.1
------
[jan] SECURITY: Escape output in test.php.
[mms] Don't include Virtual Folder information in when tracking folder
tree changes (Bug #7739).
[mms] Marked stripped parts as 'attachment', not 'inline' (Request #4664).
[mms] Fix linking from addresses in mailbox to compose screen (Bug #7432).
[jan] Use mailer configuration when sending iTip replies (Bug #7388).
[jan] Always display multipart/appledouble attachments.
[mms] Upgrade prototype.js to v1.6.0.3.
Diffstat (limited to 'mail/imp/Makefile')
-rw-r--r-- | mail/imp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index be9e10fcd47..2c3bd1165fd 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2008/10/12 12:03:12 adrianp Exp $ +# $NetBSD: Makefile,v 1.51 2008/12/15 23:13:44 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -26,7 +26,7 @@ DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp HORDEDIR= ${PREFIX}/share/horde IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.3 +IMPVER= 4.3.2 PAXDIRS= lib locale po scripts templates themes js PKG_USERS_VARS+= APACHE_USER |