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:
parent
21229211a5
commit
e0b05d1bf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361111
@ -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}
|
||||
|
@ -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…
Reference in New Issue
Block a user