gunnar: server/horde external-horde.sh,1.7,1.8

cvs at kolab.org cvs at kolab.org
Thu Feb 28 12:11:48 CET 2008


Author: gunnar

Update of /kolabrepository/server/horde
In directory doto:/tmp/cvs-serv5931/horde

Modified Files:
	external-horde.sh 
Log Message:
kolab/issue2495

Index: external-horde.sh
===================================================================
RCS file: /kolabrepository/server/horde/external-horde.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- external-horde.sh	1 Dec 2007 07:00:12 -0000	1.7
+++ external-horde.sh	28 Feb 2008 11:11:45 -0000	1.8
@@ -2,14 +2,16 @@
 
 # The package versions we will be using
 
-HORDE_PKG=horde-3.2-rc1
-IMP_PKG=imp-h3-4.2-rc1
-INGO_PKG=ingo-h3-1.2-rc1
+HORDE_PKG=horde-3.2-rc2
+IMP_PKG=imp-h3-4.2-rc2
+DIMP_PKG=dimp-h3-1.0-rc2
+MIMP_PKG=mimp-h3-1.1-rc1
+INGO_PKG=ingo-h3-1.2-rc2
 PASSWD_PKG=passwd-h3-3.0.1
-KRONOLITH_PKG=kronolith-h3-2.2-rc1
-MNEMO_PKG=mnemo-h3-2.2-rc1
-NAG_PKG=nag-h3-2.2-rc1
-TURBA_PKG=turba-h3-2.2-rc1
+KRONOLITH_PKG=kronolith-h3-2.2-rc2
+MNEMO_PKG=mnemo-h3-2.2-rc2
+NAG_PKG=nag-h3-2.2-rc2
+TURBA_PKG=turba-h3-2.2-rc3
 
 
 # The patches we will be using
@@ -52,6 +54,8 @@
 
 wget ftp://ftp.horde.org/pub/horde/${HORDE_PKG}.tar.gz
 wget ftp://ftp.horde.org/pub/imp/${IMP_PKG}.tar.gz
+wget ftp://ftp.horde.org/pub/dimp/${DIMP_PKG}.tar.gz
+wget ftp://ftp.horde.org/pub/mimp/${MIMP_PKG}.tar.gz
 wget ftp://ftp.horde.org/pub/ingo/${INGO_PKG}.tar.gz
 wget ftp://ftp.horde.org/pub/passwd/${PASSWD_PKG}.tar.gz
 wget ftp://ftp.horde.org/pub/kronolith/${KRONOLITH_PKG}.tar.gz
@@ -64,6 +68,8 @@
 
 tar xfz ${HORDE_PKG}.tar.gz
 tar xfz ${IMP_PKG}.tar.gz
+tar xfz ${DIMP_PKG}.tar.gz
+tar xfz ${MIMP_PKG}.tar.gz
 tar xfz ${INGO_PKG}.tar.gz
 tar xfz ${PASSWD_PKG}.tar.gz
 tar xfz ${KRONOLITH_PKG}.tar.gz
@@ -76,6 +82,8 @@
 
 mv ${HORDE_PKG} horde
 mv ${IMP_PKG} horde/imp
+mv ${DIMP_PKG} horde/dimp
+mv ${MIMP_PKG} horde/mimp
 mv ${INGO_PKG} horde/ingo
 mv ${PASSWD_PKG} horde/passwd
 mv ${KRONOLITH_PKG} horde/kronolith





More information about the commits mailing list