/[smeserver]/rpms/e-smith-turba/sme8/e-smith-turba-2.3.3.patch
ViewVC logotype

Contents of /rpms/e-smith-turba/sme8/e-smith-turba-2.3.3.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Feb 13 15:10:05 2010 UTC (14 years, 3 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-turba-3_2_0-14_el5_sme, e-smith-turba-3_2_0-17_el5_sme, e-smith-turba-3_2_0-16_el5_sme, e-smith-turba-3_2_0-10_el5_sme, e-smith-turba-3_2_0-11_el5_sme, e-smith-turba-3_2_0-9_el5_sme, e-smith-turba-3_2_0-15_el5_sme, HEAD
Please see changelog

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-3.0.0/root/etc/e-smith/events/actions/turba_upgrade mezzanine_patched_e-smith-turba-3.0.0/root/etc/e-smith/events/actions/turba_upgrade
2 --- e-smith-turba-3.0.0/root/etc/e-smith/events/actions/turba_upgrade 2010-01-23 22:11:06.000000000 -0600
3 +++ mezzanine_patched_e-smith-turba-3.0.0/root/etc/e-smith/events/actions/turba_upgrade 2010-01-23 22:10:22.000000000 -0600
4 @@ -52,6 +52,10 @@
5
6 my @statements = (
7 "ALTER TABLE turba_shares CHANGE share_owner share_owner VARCHAR(255)",
8 + "ALTER TABLE turba_shares CHANGE share_flags share_flags SMALLINT DEFAULT 0 NOT NULL",
9 + "ALTER TABLE turba_shares CHANGE perm_creator perm_creator SMALLINT DEFAULT 0 NOT NULL",
10 + "ALTER TABLE turba_shares CHANGE perm_default perm_default SMALLINT DEFAULT 0 NOT NULL",
11 + "ALTER TABLE turba_shares CHANGE perm_guest perm_guest SMALLINT DEFAULT 0 NOT NULL",
12 "ALTER TABLE turba_shares_users CHANGE user_uid user_uid VARCHAR(255)",
13 "ALTER TABLE turba_shares_groups CHANGE group_uid group_uid VARCHAR(255)",
14 );
15 diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-3.0.0/root/etc/e-smith/templates/etc/openldap/slapd.conf/12hordeschema mezzanine_patched_e-smith-turba-3.0.0/root/etc/e-smith/templates/etc/openldap/slapd.conf/12hordeschema
16 --- e-smith-turba-3.0.0/root/etc/e-smith/templates/etc/openldap/slapd.conf/12hordeschema 2010-01-23 22:11:06.000000000 -0600
17 +++ mezzanine_patched_e-smith-turba-3.0.0/root/etc/e-smith/templates/etc/openldap/slapd.conf/12hordeschema 2009-12-28 12:06:56.000000000 -0600
18 @@ -1 +0,0 @@
19 -+include /etc/openldap/schema/horde.schema
20 diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-3.0.0/root/home/httpd/html/horde/smeserver/turba.sql mezzanine_patched_e-smith-turba-3.0.0/root/home/httpd/html/horde/smeserver/turba.sql
21 --- e-smith-turba-3.0.0/root/home/httpd/html/horde/smeserver/turba.sql 2010-01-23 22:11:06.000000000 -0600
22 +++ mezzanine_patched_e-smith-turba-3.0.0/root/home/httpd/html/horde/smeserver/turba.sql 2009-12-28 10:50:14.000000000 -0600
23 @@ -1,4 +1,4 @@
24 --- $Horde: turba/scripts/sql/turba.sql,v 1.1.2.7 2008/09/23 15:18:25 jan Exp $
25 +-- $Horde: turba/scripts/sql/turba.sql,v 1.1.2.9 2009-10-20 21:44:34 jan Exp $
26
27 CREATE TABLE IF NOT EXISTS turba_objects (
28 object_id VARCHAR(32) NOT NULL,
29 @@ -53,10 +53,10 @@
30 share_id INT NOT NULL,
31 share_name VARCHAR(255) NOT NULL,
32 share_owner VARCHAR(255) NOT NULL,
33 - share_flags SMALLINT NOT NULL DEFAULT 0,
34 - perm_creator SMALLINT NOT NULL DEFAULT 0,
35 - perm_default SMALLINT NOT NULL DEFAULT 0,
36 - perm_guest SMALLINT NOT NULL DEFAULT 0,
37 + share_flags SMALLINT DEFAULT 0 NOT NULL,
38 + perm_creator SMALLINT DEFAULT 0 NOT NULL,
39 + perm_default SMALLINT DEFAULT 0 NOT NULL,
40 + perm_guest SMALLINT DEFAULT 0 NOT NULL,
41 attribute_name VARCHAR(255) NOT NULL,
42 attribute_desc VARCHAR(255),
43 attribute_params TEXT,

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed