diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-10-29 08:22:02 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-10-29 08:22:02 +0000 |
commit | aa7cb4435ec6670a5c40bafd243d1ad4f8e0e543 (patch) | |
tree | 96673302d97436d148ffd555336261340f4db0b3 /mail/ingo/Makefile | |
parent | 174578ec3f55667175f2581cffa50e14229a3793 (diff) | |
download | pkgsrc-aa7cb4435ec6670a5c40bafd243d1ad4f8e0e543.tar.gz |
Update to 1.1.1
Major changes compared to the Ingo H3 (1.1.1) version are:
* SECURITY: Escape folder names in procmail rules to prevent local code
execution.
* Added parameter to enable or disable TLS in timsieved driver.
* Small bug fixes and improvements.
* New translations: Catalan, Slovenian.
* Updated translations: Brazilian Portuguese, Dutch, German, Italian,
Spanish, Traditional Chinese.
The full list of changes (from version H3 (1.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.49&r2=1.55.2.59&ty=h
Diffstat (limited to 'mail/ingo/Makefile')
-rw-r--r-- | mail/ingo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile index 5734cc0b8c5..a701cba1917 100644 --- a/mail/ingo/Makefile +++ b/mail/ingo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/24 13:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/10/29 08:22:02 adrianp Exp $ DISTNAME= ingo-h3-${INGOVER} PKGNAME= ingo-${INGOVER} @@ -18,7 +18,7 @@ DOCDIR= ${PREFIX}/share/doc/ingo EGDIR= ${PREFIX}/share/examples/ingo HORDEDIR= ${PREFIX}/share/horde INGODIR= ${HORDEDIR}/ingo -INGOVER= 1.1.1 +INGOVER= 1.1.2 PAXDIRS= lib locale po scripts templates themes MESSAGE_SUBST+= INGODIR=${INGODIR:Q} |