1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Add last missing piece to support suhosin session encryption.

This commit is contained in:
Alex Dupre 2014-07-07 18:21:09 +00:00
parent 21229211a5
commit e0b05d1bf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361111
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= roundcube
DISTVERSION= 1.0.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= mail www
MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu}

View File

@ -0,0 +1,10 @@
--- program/lib/Roundcube/bootstrap.php.orig 2014-07-07 18:18:50.261368902 +0000
+++ program/lib/Roundcube/bootstrap.php 2014-07-07 18:18:58.202127091 +0000
@@ -38,7 +38,6 @@
// check these additional ini settings if not called via CLI
if (php_sapi_name() != 'cli') {
$config += array(
- 'suhosin.session.encrypt' => false,
'file_uploads' => true,
);
}