summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail/patches/patch-aa
diff options
context:
space:
mode:
authortaca <taca>2006-12-06 15:26:26 +0000
committertaca <taca>2006-12-06 15:26:26 +0000
commit37e002eed9db8dc04f1f83ccb501bdf5e412520b (patch)
tree4dffb2b67061d01d62c13c850dce04ce76c54224 /mail/ja-squirrelmail/patches/patch-aa
parentfb588605fab26f46683ff7b7e755fd8ef240bb34 (diff)
downloadpkgsrc-37e002eed9db8dc04f1f83ccb501bdf5e412520b.tar.gz
Update ja-squirrelmail to 1.4.9a.
pkgsrc change: * separate ja-patch into ja-patch and lite-patch. ChangLog: Version 1.4.9a - 3 December 2006 -------------------------------- - Security: Multiple IE cross site scripting issues related to the widely acceptation of the word expression and url by IE. - Security: Removing @import when sanitizing html mail. Version 1.4.9 - 2 December 2006 ------------------------------- - Drop obsolete script plugins/make_archive.pl. - Fixed Google translate form in translate plugin. Added new language pairs. - Added XMAGICTRASH extension tests in configtest utility. Removed code that handled 'inbox.trash' as special folder in courier (#1354393). - Allowed moving folders to trash in courier. - Fix misspelled constant PREG_SPLIT_NI_EMPTY in sqimap_get_message (#1543573). - Provide View Unsafe Images link on viewing a text/html attachment. - Fix variable typo in folders_create.php (#1545316). - Added Courier IMAP OUTBOX check to configtest utility. - If mailbox name starts with slash or contains ../, error message is generated. Safety check for insecure default UW IMAP setup (#1557078). - Ignore message copy errors when messages are deleted. Allows to delete messages when quota is exceeded (#614887, #646386, #1446026). - Fixed unintended literal fetching (#1562271). - Added global file based address book listing controls. Added line length configuration option for local_file address book backend (#1181561). Added address book data integrity checks in local_file address book backend. Fixed eregi and object notices in local_file and database address book backends. Added additional address book field support. - Fixed variable corruption in configtest utility. - Checked if configuration file is readable in configuration utility (#1568355). - Special mailboxes marked in special_mailbox hook are no longer listed in folder delete, rename and subscription options. - Translate plugin: prevent PHP notice when viewing empty message. - Add CEST and MEST (non-standard) timezone codes for +0200. - Add <label> to From field in message list. - Add support for parsing SpamAssassin's X-Spam-Status header (#1589520). - Fix in bodystructure parser code related to strings ending with an escape character. - Added "attachment */*" hook - Added third parameter $logout_link to logout_error hook that allows plugin control over login page URI displayed on login error page. - Security: close cross site scripting vulnerability in draft, compose and mailto functionality [CVE-2006-6142]. - Security: work around an issue in Internet Explorer that would guess the mime type of a file based on contents, not Content-Type header.
Diffstat (limited to 'mail/ja-squirrelmail/patches/patch-aa')
-rw-r--r--mail/ja-squirrelmail/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/ja-squirrelmail/patches/patch-aa b/mail/ja-squirrelmail/patches/patch-aa
index bd6c82cbc0a..6253f460462 100644
--- a/mail/ja-squirrelmail/patches/patch-aa
+++ b/mail/ja-squirrelmail/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2005/12/05 09:28:44 martti Exp $
+$NetBSD: patch-aa,v 1.4 2006/12/06 15:26:26 taca Exp $
---- config/config_default.php.orig 2005-05-22 11:30:34.000000000 +0300
-+++ config/config_default.php 2005-12-05 09:24:45.000000000 +0200
-@@ -392,7 +392,7 @@
+--- config/config_default.php.orig 2006-12-05 00:29:29.000000000 +0900
++++ config/config_default.php
+@@ -414,7 +414,7 @@ $default_sub_of_inbox = true;
* false. (Cyrus works fine whether it's true OR false).
* @global bool $show_contain_subfolders_option
*/
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.3 2005/12/05 09:28:44 martti Exp $
/**
* These next two options set the defaults for the way that the
-@@ -437,7 +437,7 @@
+@@ -459,7 +459,7 @@ $noselect_fix_enable = false;
* $data_dir = SM_PATH . 'data/';
* @global string $data_dir
*/
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.3 2005/12/05 09:28:44 martti Exp $
/**
* Attachments directory
-@@ -455,7 +455,7 @@
+@@ -477,7 +477,7 @@ $data_dir = SM_PATH . 'data/';
* + It should probably be another directory than data_dir.
* @global string $attachment_dir
*/