diff options
author | adrianp <adrianp> | 2008-01-10 23:33:30 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-01-10 23:33:30 +0000 |
commit | 7da1a50ff35a68314a308601925d1d6166e977d0 (patch) | |
tree | 32afb96cad06c7c89c3a1e90e508df19282a6339 /time | |
parent | 8248a0617dcc472004797732c0ca1117114d3b86 (diff) | |
download | pkgsrc-7da1a50ff35a68314a308601925d1d6166e977d0.tar.gz |
Major changes compared to the Kronolith H3 (2.1.6) version are:
* Fixed privilege escalation in the Horde API.
* Fixed missing ownership validation on share changes.
* Updated Japanese translation.
* Small bugfixes and improvements.
Diffstat (limited to 'time')
-rw-r--r-- | time/kronolith/Makefile | 12 | ||||
-rw-r--r-- | time/kronolith/distinfo | 8 |
2 files changed, 14 insertions, 6 deletions
diff --git a/time/kronolith/Makefile b/time/kronolith/Makefile index a2710e8045b..0af01ba0289 100644 --- a/time/kronolith/Makefile +++ b/time/kronolith/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/07/04 20:55:01 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/01/10 23:33:30 adrianp Exp $ DISTNAME= kronolith-h3-${KRONOLITHVER} PKGNAME= kronolith-${KRONOLITHVER} @@ -20,9 +20,17 @@ DOCDIR= ${PREFIX}/share/doc/kronolith EGDIR= ${PREFIX}/share/examples/kronolith HORDEDIR= ${PREFIX}/share/horde KRONOLITHDIR= ${HORDEDIR}/kronolith -KRONOLITHVER= 2.1.5 +KRONOLITHVER= 2.1.7 PAXDIRS= js lib locale po scripts templates themes +REPLACE_INTERPRETER+= php +REPLACE.php.old= .*/bin.php +REPLACE.php.new= ${PREFIX}/bin/php +REPLACE_FILES.php= scripts/import_icals.php \ + scripts/migrate_to_sql_driver.php \ + scripts/reminders.php \ + scripts/upgrades/2004-05-19_convert_categories_to_strings.php + MESSAGE_SUBST+= KRONOLITHDIR=${KRONOLITHDIR:Q} MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} diff --git a/time/kronolith/distinfo b/time/kronolith/distinfo index 31cd0e503cc..1ef81a1a2f4 100644 --- a/time/kronolith/distinfo +++ b/time/kronolith/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/03/18 12:11:41 adrianp Exp $ +$NetBSD: distinfo,v 1.6 2008/01/10 23:33:30 adrianp Exp $ -SHA1 (kronolith-h3-2.1.5.tar.gz) = 10e0c6a56353849d638cdb5a6022efd783369fff -RMD160 (kronolith-h3-2.1.5.tar.gz) = 9224a5a5f002f65be276faad1cfd930575f199b0 -Size (kronolith-h3-2.1.5.tar.gz) = 1777405 bytes +SHA1 (kronolith-h3-2.1.7.tar.gz) = ac8e789bf5859af49794e624b208bd36dffc646c +RMD160 (kronolith-h3-2.1.7.tar.gz) = b0c5f0d717c4698f5a50851715eb13bb15c2acad +Size (kronolith-h3-2.1.7.tar.gz) = 1850490 bytes |