svn commit: r361111 - in head/mail/roundcube: . files

Alex Dupre ale at FreeBSD.org
Mon Jul 7 18:21:10 UTC 2014


Author: ale
Date: Mon Jul  7 18:21:09 2014
New Revision: 361111
URL: http://svnweb.freebsd.org/changeset/ports/361111
QAT: https://qat.redports.org/buildarchive/r361111/

Log:
  Add last missing piece to support suhosin session encryption.

Added:
  head/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php   (contents, props changed)
Modified:
  head/mail/roundcube/Makefile

Modified: head/mail/roundcube/Makefile
==============================================================================
--- head/mail/roundcube/Makefile	Mon Jul  7 18:10:37 2014	(r361110)
+++ head/mail/roundcube/Makefile	Mon Jul  7 18:21:09 2014	(r361111)
@@ -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}

Added: head/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php	Mon Jul  7 18:21:09 2014	(r361111)
@@ -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,
+     );
+ }


More information about the svn-ports-head mailing list