openbsd-ports/mail/sympa/patches/patch-src_lib_Upgrade_pm
landry 4824533aee Update to Sympa 6.1.3.
- switch config dir to /var/sympa/etc as sympa daemon/fcgi might want to
  write templates there
- switch to use spawn-fcgi, this way sympa web admin works fine in
  chrooted httpd
- provide a httpd.conf fragment to ease sympa integration
- switch to rc scripts (with help from aja@)
- improve README

With help and feedback from J.G Pailloncy, ok ajacoutot@
2010-12-30 17:51:25 +00:00

31 lines
1.4 KiB
Plaintext

$OpenBSD: patch-src_lib_Upgrade_pm,v 1.1 2010/12/30 17:51:25 landry Exp $
https://sourcesup.cru.fr/tracker/index.php?func=detail&aid=7372&group_id=23&atid=167
--- src/lib/Upgrade.pm.orig Mon Dec 20 17:56:18 2010
+++ src/lib/Upgrade.pm Mon Dec 20 17:53:25 2010
@@ -843,7 +843,7 @@ sub probe_db {
'bounce_score_subscriber' => 'integer',
'bounce_address_subscriber' => 'text',
'custom_attribute_subscriber' => 'text',
- 'suspend_subscriber' => "boolean",
+ 'suspend_subscriber' => 'numeric',
'suspend_start_date_subscriber' => 'integer',
'suspend_end_date_subscriber' => 'integer'},
'admin_table' => {'list_admin' => 'text',
@@ -914,11 +914,11 @@ sub probe_db {
'messageid_bulkspool' => 'text',
'message_bulkspool' => 'text',
'lock_bulkspool' => 'integer',
- 'dkim_privatekey_bulkspool' => 'varchar(1000)',
- 'dkim_selector_bulkspool' => 'varchar(50)',
- 'dkim_d_bulkspool' => 'varchar(50)',
- 'dkim_i_bulkspool' => 'varchar(100)',
- 'dkim_header_list_bulkspool' => 'varchar(500)'},
+ 'dkim_privatekey_bulkspool' => 'text',
+ 'dkim_selector_bulkspool' => 'text',
+ 'dkim_d_bulkspool' => 'text',
+ 'dkim_i_bulkspool' => 'text',
+ 'dkim_header_list_bulkspool' => 'text'},
'conf_table' => {'robot_conf' => 'text',
'label_conf' => 'text',
'value_conf' => 'text'}});