pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ingo Update to 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28b3701b0df1
branches:  trunk
changeset: 520770:28b3701b0df1
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Oct 29 08:22:02 2006 +0000

description:
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:

 mail/ingo/Makefile |   4 ++--
 mail/ingo/PLIST    |  10 +++++++++-
 mail/ingo/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 7 deletions(-)

diffs (87 lines):

diff -r 7a1f3d70a15b -r 28b3701b0df1 mail/ingo/Makefile
--- a/mail/ingo/Makefile        Sun Oct 29 07:51:28 2006 +0000
+++ b/mail/ingo/Makefile        Sun Oct 29 08:22:02 2006 +0000
@@ -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 @@
 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}
diff -r 7a1f3d70a15b -r 28b3701b0df1 mail/ingo/PLIST
--- a/mail/ingo/PLIST   Sun Oct 29 07:51:28 2006 +0000
+++ b/mail/ingo/PLIST   Sun Oct 29 08:22:02 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/05/12 20:52:03 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/10/29 08:22:02 adrianp Exp $
 share/doc/ingo/INSTALL
 share/doc/ingo/README
 share/doc/ingo/RELEASE_NOTES
@@ -35,6 +35,7 @@
 share/horde/ingo/locale/da_DK/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/de_DE/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/de_DE/help.xml
+share/horde/ingo/locale/ca_ES/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/el_GR/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/en_US/help.xml
 share/horde/ingo/locale/es_ES/LC_MESSAGES/ingo.mo
@@ -55,10 +56,12 @@
 share/horde/ingo/locale/pt_BR/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/pt_PT/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/ro_RO/LC_MESSAGES/ingo.mo
+share/horde/ingo/locale/sl_SI/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/sv_SE/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/tr_TR/LC_MESSAGES/ingo.mo
 share/horde/ingo/locale/zh_TW/LC_MESSAGES/ingo.mo
 share/horde/ingo/po/README
+share/horde/ingo/po/ca_ES.po
 share/horde/ingo/po/cs_CZ.po
 share/horde/ingo/po/da_DK.po
 share/horde/ingo/po/de_DE.po
@@ -79,6 +82,7 @@
 share/horde/ingo/po/pt_BR.po
 share/horde/ingo/po/pt_PT.po
 share/horde/ingo/po/ro_RO.po
+share/horde/ingo/po/sl_SI.po
 share/horde/ingo/po/sv_SE.po
 share/horde/ingo/po/tr_TR.po
 share/horde/ingo/po/zh_TW.po
@@ -138,6 +142,8 @@
 @dirrm share/horde/ingo/locale/tr_TR
 @dirrm share/horde/ingo/locale/sv_SE/LC_MESSAGES
 @dirrm share/horde/ingo/locale/sv_SE
+@dirrm share/horde/ingo/locale/sl_SI/LC_MESSAGES
+@dirrm share/horde/ingo/locale/sl_SI
 @dirrm share/horde/ingo/locale/ro_RO/LC_MESSAGES
 @dirrm share/horde/ingo/locale/ro_RO
 @dirrm share/horde/ingo/locale/pt_PT/LC_MESSAGES
@@ -177,6 +183,8 @@
 @dirrm share/horde/ingo/locale/da_DK
 @dirrm share/horde/ingo/locale/cs_CZ/LC_MESSAGES
 @dirrm share/horde/ingo/locale/cs_CZ
+@dirrm share/horde/ingo/locale/ca_ES/LC_MESSAGES
+@dirrm share/horde/ingo/locale/ca_ES
 @dirrm share/horde/ingo/locale
 @dirrm share/horde/ingo/lib/Storage
 @dirrm share/horde/ingo/lib/Script
diff -r 7a1f3d70a15b -r 28b3701b0df1 mail/ingo/distinfo
--- a/mail/ingo/distinfo        Sun Oct 29 07:51:28 2006 +0000
+++ b/mail/ingo/distinfo        Sun Oct 29 08:22:02 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/05/12 20:52:03 adrianp Exp $
+$NetBSD: distinfo,v 1.3 2006/10/29 08:22:02 adrianp Exp $
 
-SHA1 (ingo-h3-1.1.1.tar.gz) = cd915e19ff7cee83a1c7f5d77029729debb3abc5
-RMD160 (ingo-h3-1.1.1.tar.gz) = 792fc657a9bbefeafaff698737628cbbe0f6e35e
-Size (ingo-h3-1.1.1.tar.gz) = 1201511 bytes
+SHA1 (ingo-h3-1.1.2.tar.gz) = 8c28dbf21363d8e95eed6b0a3b8a8b3148e5d1c4
+RMD160 (ingo-h3-1.1.2.tar.gz) = 16b90f128d9e170805922d4e2862559a4f9a352d
+Size (ingo-h3-1.1.2.tar.gz) = 1342239 bytes



Home | Main Index | Thread Index | Old Index