Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 18:21:09 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361111 - in head/mail/roundcube: . files
Message-ID:  <201407071821.s67IL9ei027504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,
+     );
+ }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071821.s67IL9ei027504>