diff options
author | adrianp <adrianp> | 2009-01-30 22:23:09 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2009-01-30 22:23:09 +0000 |
commit | 1c1e3c722af87f586d3ec6e88b677ad9086d0d2e (patch) | |
tree | 0607c2661bc35736f180a0dcd88b3dce412fd9ee /mail | |
parent | 6e8b962900a140d382a8f8b254dd88bdd1a931a3 (diff) | |
download | pkgsrc-1c1e3c722af87f586d3ec6e88b677ad9086d0d2e.tar.gz |
The major changes compared to IMP version H3 (4.3.2) are:
* SECURITY: Escape output in message.php, pgp.php and smime.php
* Several bugfixes and minor improvements
The full list of changes (from version 4.3.2) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.367&r2=1.699.2.376&ty=h
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 2c3bd1165fd..2b0c0ca35f2 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2008/12/15 23:13:44 adrianp Exp $ +# $NetBSD: Makefile,v 1.52 2009/01/30 22:23:09 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -26,9 +26,10 @@ DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp HORDEDIR= ${PREFIX}/share/horde IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.3.2 +IMPVER= 4.3.3 PAXDIRS= lib locale po scripts templates themes js +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} PKG_USERS_VARS+= APACHE_USER BUILD_DEFS+= APACHE_USER diff --git a/mail/imp/distinfo b/mail/imp/distinfo index 3d355588a51..c8e0f739e8b 100644 --- a/mail/imp/distinfo +++ b/mail/imp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2008/12/15 23:13:44 adrianp Exp $ +$NetBSD: distinfo,v 1.23 2009/01/30 22:23:09 adrianp Exp $ -SHA1 (imp-h3-4.3.2.tar.gz) = 79077d790ef7e1d6d49ba053da24e524b242396f -RMD160 (imp-h3-4.3.2.tar.gz) = bb563bd7186ae5a49e7d41cd1f49ee467b657123 -Size (imp-h3-4.3.2.tar.gz) = 5252189 bytes +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 |