summaryrefslogtreecommitdiff
path: root/www/horde/patches
diff options
context:
space:
mode:
authorbouyer <bouyer>2003-08-16 21:07:17 +0000
committerbouyer <bouyer>2003-08-16 21:07:17 +0000
commit6182fdb477af307c76fde846b03a444644570d1b (patch)
tree148d9637522ce36b6e1fa98d3b2421417f683c35 /www/horde/patches
parenta5d139b8951e2645ee355cc0375295293ca365f9 (diff)
downloadpkgsrc-6182fdb477af307c76fde846b03a444644570d1b.tar.gz
Update to horde-2.2.4rc1, to fix a security issue.
Changes since 2.2.1: [mms] SECURITY: Add code to protect against session fixation issues. [jan] Add Macedonian translation (Stojan Pesov <ssp@eureka.com.mk>). [mir] Fix a bug that incorrectly quotes pref values (Bug #1224) [cjh] Fix a bug that prevented logging. [mms] DB session handlers do not use persistent connections by default. [mms] Fix parse error in Horde_Cipher_BlockMode_ofb64::. [mms] Optimization of Secret:: and Horde_Cipher:: drivers. [jan] Add Catalan translation (Angels GuimerĂ  <angels.Guimera@uab.es>). [mms] Added a RADIUS Auth:: driver. [mir] Added a Samba Auth:: driver. [cjh] Added the Horde_Image:: class.
Diffstat (limited to 'www/horde/patches')
-rw-r--r--www/horde/patches/patch-aa29
1 files changed, 15 insertions, 14 deletions
diff --git a/www/horde/patches/patch-aa b/www/horde/patches/patch-aa
index 4b98c77b107..c69e6d76087 100644
--- a/www/horde/patches/patch-aa
+++ b/www/horde/patches/patch-aa
@@ -1,25 +1,26 @@
-$NetBSD: patch-aa,v 1.3 2003/03/17 17:58:14 bouyer Exp $
+$NetBSD: patch-aa,v 1.4 2003/08/16 21:07:17 bouyer Exp $
---- config/horde.php.dist.orig Thu Jan 23 09:46:48 2003
-+++ config/horde.php.dist Mon Mar 17 17:30:44 2003
-@@ -86,14 +86,14 @@
-
+--- config/horde.php.dist.orig Mon May 19 17:56:12 2003
++++ config/horde.php.dist Fri Aug 15 23:36:57 2003
+@@ -94,7 +94,7 @@
// What backend should we use for authenticating users to Horde? Valid
- // options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp' and 'krb5'.
+ // options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp', 'smb',
+ // 'krb5' and 'radius'.
-$conf['auth']['driver'] = '';
+$conf['auth']['driver'] = 'imap';
// An array holding any parameters that the Auth object will need to
// function correctly.
- $conf['auth']['params'] = array();
-
- // For IMAP, this is the server name, port, protocol, etc.
+@@ -105,7 +105,7 @@
+ // c-client version 2000c or older), 'imap/ssl', or imap/ssl/novalidate-cert
+ // (for a self-signed certificate). Default ports are 143 for imap and
+ // 993 for imap over ssl.
-// $conf['auth']['params']['dsn'] = '{imap.example.com:143/imap}INBOX';
+$conf['auth']['params']['dsn'] = '{localhost:143/imap}INBOX';
// See $conf['prefs']['params'] further down for an example how to
// setup a SQL backend. But you must use the horde_users SQL table for
-@@ -113,14 +113,14 @@
+@@ -127,14 +127,14 @@
// What log driver should we use? Valid values are 'file', 'mcal',
// 'sql', and 'syslog'.
@@ -36,7 +37,7 @@ $NetBSD: patch-aa,v 1.3 2003/03/17 17:58:14 bouyer Exp $
// What level of messages should we log? The values are LOG_EMERG,
// LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
-@@ -145,7 +145,7 @@
+@@ -159,7 +159,7 @@
// (meaning use system defaults and don't save any user preferences),
// 'session' (preferences only persist during the login), 'ldap',
// and 'sql'.
@@ -45,7 +46,7 @@ $NetBSD: patch-aa,v 1.3 2003/03/17 17:58:14 bouyer Exp $
// Any parameters that the preferences driver needs. This includes
// database or ldap server, username/password to connect with, etc.
-@@ -154,12 +154,12 @@
+@@ -168,12 +168,12 @@
// This is an example configuration for a MySQL preference backend.
// The SQL script to setup the preference database is placed in
// horde/scripts/db/prefs.sql.
@@ -64,7 +65,7 @@ $NetBSD: patch-aa,v 1.3 2003/03/17 17:58:14 bouyer Exp $
// This is an example configuration for an LDAP preference backend.
// The schemas needed for ldap are in horde/scripts/ldap. For more
-@@ -208,8 +208,8 @@
+@@ -222,8 +222,8 @@
// option; SMTP requires at least a server and a port (if nonstandard).
// SMTP authentication can be enabled by setting the 'auth' parameter
// to true.
@@ -75,7 +76,7 @@ $NetBSD: patch-aa,v 1.3 2003/03/17 17:58:14 bouyer Exp $
// $conf['mailer']['params'] = array('host' => 'smtp.example.com');
-@@ -282,10 +282,10 @@
+@@ -298,10 +298,10 @@
// Should we display a problem reporting link in Horde application
// menus?