gunnar: server/horde external-horde.sh,1.4,1.5

cvs at kolab.org cvs at kolab.org
Thu Nov 29 09:25:53 CET 2007


Author: gunnar

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

Modified Files:
	external-horde.sh 
Log Message:
Horde packages updated to the newest RC1 release.

Index: external-horde.sh
===================================================================
RCS file: /kolabrepository/server/horde/external-horde.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- external-horde.sh	20 Nov 2007 06:48:33 -0000	1.4
+++ external-horde.sh	29 Nov 2007 08:25:51 -0000	1.5
@@ -2,47 +2,33 @@
 
 # The package versions we will be using
 
-HORDE_PKG=horde-3.2-alpha
-IMP_PKG=imp-h3-4.2-alpha
-INGO_PKG=ingo-h3-1.2-alpha
+HORDE_PKG=horde-3.2-rc1
+IMP_PKG=imp-h3-4.2-rc1
+INGO_PKG=ingo-h3-1.2-rc1
 PASSWD_PKG=passwd-h3-3.0.1
-KRONOLITH_PKG=kronolith-h3-2.2-alpha
-MNEMO_PKG=mnemo-h3-2.2-alpha
-NAG_PKG=nag-h3-2.2-alpha
-TURBA_PKG=turba-h3-2.2-alpha
+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
 
 
 # The patches we will be using
 
-FRAMEWORK_PATCHES="HK-GW-framework_3.2_ALPHA-Fix_Prefs_for_Ingo.patch
-                   HK-GW-framework_3.2_ALPHA-Fix_annotation_use.patch
-                   HK-GW-framework_3.2_ALPHA-Fix_the_share_params.patch
-                   HK-GW-framework_3.2_ALPHA-Kolab_issue_2144.patch
-                   HK-GW-framework_3.2_ALPHA-Share_caching.patch
-                   HK-GW-framework_3.2_ALPHA-Kolab_issue_2138.patch
-                   HK-GW-framework_3.2_ALPHA-Fix_contact_XML.patch"
+FRAMEWORK_PATCHES="HK-GW-framework_3.2_ALPHA-Fix_Prefs_for_Ingo.patch"
 
-HORDE_PATCHES="HK-GW-horde_3.2_ALPHA-Deleting_categories.patch"             
+###########
+# No horde patches right now
+#
+#HORDE_PATCHES=""
 
-APPLICATION_PATCHES="HK-GW-kronolith_2.2-Fix_create_new_event.patch
-                     HK-GW-kronolith_2.2-Fix_share_right_editing.patch
-                     HK-GW-kronolith_2.2_ALPHA-Kolab_issue_2138.patch
-                     HK-GW-mnemo_2.2_ALPHA-Edit_share_rights.patch
-                     HK-GW-nag_2.2_ALPHA-Fix_share_right_editing.patch
-                     HK-GW-turba_2.2-Changes_after_ALPHA.patch
-                     HK-GW-turba_2.2-Fix_address_book_deletion_1.patch
-                     HK-GW-turba_2.2-Fix_editing_contacts.patch
-                     HK-GW-turba_2.2-Fix_notice_on_addressbook_creation.patch
+APPLICATION_PATCHES="HK-GW-turba_2.2-Fix_editing_contacts.patch
                      HK-GW-turba_2.2-Fix_share_id_change.patch
-                     HK-GW-turba_2.2-Ldap_read_only_fix.patch
-                     HK-UV-kronolith_2.2-Fix_list_events.patch"
+                     HK-GW-turba_2.2-Ldap_read_only_fix.patch"
 
 
 # The configuration files prepared for Kolab
 
 CONFIG_FILES="horde/conf.php
-              horde/hooks.php
-              horde/registry.php
               horde-imp/conf.php
               horde-imp/servers.php
               horde-ingo/conf.php
@@ -53,7 +39,6 @@
               horde-mnemo/conf.php
               horde-nag/conf.php
               horde-turba/conf.php
-              horde-turba/attributes.php
               horde-turba/sources.php"
 
 
@@ -103,10 +88,13 @@
 
 # Apply the patches
 
-for PATCH in $HORDE_PATCHES;
-do
-  patch -p1 < $PATCH;
-done
+###########
+# No horde patches right now
+#
+#for PATCH in $HORDE_PATCHES;
+#do
+#  patch -p1 < $PATCH;
+#done
 
 cd horde
 for PATCH in $APPLICATION_PATCHES;





More information about the commits mailing list