]> git.donarmstrong.com Git - roundcube.git/commitdiff
Imported Debian patch 0.3.1-1
authorVincent Bernat <bernat@debian.org>
Sat, 7 Nov 2009 16:41:37 +0000 (17:41 +0100)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 18:26:52 +0000 (20:26 +0200)
debian/NEWS.Debian [new file with mode: 0644]
debian/changelog
debian/patches/dbconfig-common_support.patch
debian/rules

diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
new file mode 100644 (file)
index 0000000..2bd82c1
--- /dev/null
@@ -0,0 +1,15 @@
+roundcube (0.3-3) unstable; urgency=low
+
+  * Starting from Roundcube 0.3, an incompatibility with Suhosin session
+    encryption is present. This can be resolved by tuning php.ini for
+    Roundcube with the "suhosin.session.encrypt" set to "Off".
+  
+    We ship a .htaccess in /var/lib/roundcube to disable this
+    option. However, this only works with a webserver like Apache with
+    mod_php. If you are using a webserver with PHP configured as a *CGI
+    process, you need to tune the php.ini for this process: either turn of
+    globally Suhosin session encryption in /etc/php5/conf.d/suhosin or you
+    can provide your own php.ini to php5-cgi with "-c" option.
+
+ -- Vincent Bernat <bernat@debian.org>  Mon, 02 Nov 2009 19:48:22 +0100
+
index a77c67fb20ceed0315e2c4e0ff1c6dc00b8fc434..4d477eac44e73614699b7cb3292b4cc0d55c9c54 100644 (file)
@@ -1,3 +1,11 @@
+roundcube (0.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add a notice in NEWS.Debian about php.ini options that should be set
+    to get Roundcube working properly. Closes: #549428, #552508.
+
+ -- Vincent Bernat <bernat@debian.org>  Sat, 07 Nov 2009 17:41:37 +0100
+
 roundcube (0.3-2) unstable; urgency=low
 
   * Really fix #544579 since the default value is null without
index f6f01c28b59b547428bde3a4c1c3d6498b4abffa..61938fa841b027cb52fb7fc58f8320c1fdd7b95b 100644 (file)
@@ -2,17 +2,19 @@ The default db.inc.php is modified to adapt it to the use of dbconfig-common pac
 
 --- roundcube_0.1~beta2.2/config/db.inc.php.dist        2006-03-20 23:08:51.000000000 +0100
 +++ roundcube_0.1~beta2.2/config/db.inc.php.dist  2007-03-13 14:33:38.000000000 +0100
-@@ -14,13 +14,20 @@
+@@ -14,15 +14,20 @@
 
  $rcmail_config = array();
 
 -// PEAR database DSN for read/write operations
 -// format is db_provider://user:password@host/database 
+-// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
 -// currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql
 -
 -$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
 -// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';
--// sqlite example: 'sqlite://./sqlite.db?mode=0646';
+-// Warning: for SQLite use absolute path in DSN:
+-// sqlite example: 'sqlite:////full/path/to/sqlite.db?mode=0646';
 +/* Do not set db_dsnw here, use dpkg-reconfigure roundcube to configure database ! */
 +
 +include_once("/etc/roundcube/debian-db.php");
@@ -30,4 +32,3 @@ The default db.inc.php is modified to adapt it to the use of dbconfig-common pac
 
  // PEAR database DSN for read only operations (if empty write database will be used)
  // useful for database replication
-
index d737fee7c3cd903424f0327f3283bc92e3d8318f..9b7dccb4266a016d25e0e4a2ef2f0ab6f18cb18e 100755 (executable)
@@ -41,6 +41,7 @@ binary-install/roundcube-core::
        find $(CURDIR)/debian/roundcube-core/usr/share/roundcube -type f -print0 | xargs -r0 chmod -x
        # Remove useless file
        rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin/*.sh
+       rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin/decrypt.php
        find $(CURDIR)/debian/roundcube-core -name '._*' -print0 | xargs -r0 rm
        find $(CURDIR)/debian/roundcube-core -name '*.js.src' -print0 | xargs -r0 rm
        # Remove files shipped in tinymce package