mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Add last missing piece to support suhosin session encryption.
This commit is contained in:
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
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= roundcube
|
PORTNAME= roundcube
|
||||||
DISTVERSION= 1.0.1
|
DISTVERSION= 1.0.1
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES?= mail www
|
CATEGORIES?= mail www
|
||||||
MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu}
|
MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu}
|
||||||
|
|
|
@ -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,
|
||||||
|
);
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue