[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.1_dfsg-2-2-g2f22c18

Jonas Smedegaard dr at jones.dk
Tue Nov 23 17:31:50 UTC 2010


The following commit has been merged in the master branch:
commit e8e53377e957beb05a18f4ec0811829586a39c37
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Nov 23 18:25:20 2010 +0100

    Fix MySQL db creation syntax errors. Closes: bug#604700. Thanks to Luís Sousa.

diff --git a/debian/patches/2006_mysql_create_db.patch b/debian/patches/2006_mysql_create_db.patch
new file mode 100644
index 0000000..948925a
--- /dev/null
+++ b/debian/patches/2006_mysql_create_db.patch
@@ -0,0 +1,26 @@
+Description: MySQL Database creation script bugfixes.
+Author: Luís Sousa <llsousa at ualg.pt>
+Last-Update: 2010-11-23
+Bug-Debian: http://bugs.debian.org/604700
+--- a/src/etc/script/create_db.mysql
++++ b/src/etc/script/create_db.mysql
+@@ -139,8 +139,8 @@
+ 
+ 
+ CREATE TABLE `bulkspool_table` (
+-  `messagekey_bulkspool` varchar(33) NOT NULL COMMENT 'An internal id of the message in order to join this table with bulkmailer_table'
+-  `messageid_bulkspool` varchar(100) NOT NULL COMMENT 'The value of the `Message-ID` SMTP field for this message'
++  `messagekey_bulkspool` varchar(33) NOT NULL COMMENT 'An internal id of the message in order to join this table with bulkmailer_table',
++  `messageid_bulkspool` varchar(100) NOT NULL COMMENT 'The value of the `Message-ID` SMTP field for this message',
+   `message_bulkspool` longtext COMMENT 'The message itself as a string. The database MUST be tuned in order to accept big data blog for storing messages with attachments',
+   `lock_bulkspool` int(1) default NULL COMMENT 'lock used by parallele bulk demon ni order to prevent a message to be distribited twice',
+   `dkim_privatekey_bulkspool` varchar(100) default NULL COMMENT 'The DKIM private key value.',
+@@ -149,7 +149,7 @@
+   `dkim_d_bulkspool` varchar(50) default NULL COMMENT 'The DKIM signature "d=" tag',
+   `dkim_header_list_bulkspool` varchar(500) default NULL COMMENT 'The list of header part of the signed datas',
+   PRIMARY KEY  (`messagekey_bulkspool`)
+-)
++);
+ 
+ 
+ CREATE TABLE conf_table (
diff --git a/debian/patches/series b/debian/patches/series
index b428069..a268023 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,4 +11,4 @@
 1010_db_port_patch
 2004_pg_create_db.patch
 2005_disable_build_non_dfsg_po_files.patch
-
+2006_mysql_create_db.patch

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list