Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 141
View file
roundcubemail.spec
Changed
@@ -77,6 +77,7 @@ Source200: 2017111400.sql Patch201: default-configuration.patch +Patch202: roundcubemail-1.4-beta36-plugin-enigma-homedir.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) @@ -1456,6 +1457,9 @@ %endif %patch201 -p1 +%if 0%{?plesk} < 1 +%patch202 -p1 +%endif # Remove the results of patching when there's an incidental offset find . -type f -name "*.orig" | while read file; do
View file
roundcubemail-1.4-beta36-plugin-enigma-homedir.patch
Added
@@ -0,0 +1,24 @@ +diff -ur roundcubemail-1.4-beta36.orig/plugins/enigma/config.inc.php.dist roundcubemail-1.4-beta36/plugins/enigma/config.inc.php.dist +--- roundcubemail-1.4-beta36.orig/plugins/enigma/config.inc.php.dist 2018-07-05 06:57:32.000000000 +0200 ++++ roundcubemail-1.4-beta36/plugins/enigma/config.inc.php.dist 2018-10-19 12:52:18.270645909 +0200 +@@ -14,7 +14,7 @@ + + // REQUIRED! Keys directory for all users. + // Must be writeable by PHP process, and not in the web server document root +-$config['enigma_pgp_homedir'] = null; ++$config['enigma_pgp_homedir'] = "/var/lib/roundcubemail/plugins/enigma/"; + + // Location of gpg binary. By default it will be auto-detected. + // This is also a way to force gpg2 use if there are both 1.x and 2.x on the system. +diff -ur roundcubemail-1.4-beta36.orig/public_html/plugins/enigma/config.inc.php.dist roundcubemail-1.4-beta36/public_html/plugins/enigma/config.inc.php.dist +--- roundcubemail-1.4-beta36.orig/public_html/plugins/enigma/config.inc.php.dist 2018-07-05 06:57:32.000000000 +0200 ++++ roundcubemail-1.4-beta36/public_html/plugins/enigma/config.inc.php.dist 2018-10-19 12:52:18.270645909 +0200 +@@ -14,7 +14,7 @@ + + // REQUIRED! Keys directory for all users. + // Must be writeable by PHP process, and not in the web server document root +-$config['enigma_pgp_homedir'] = null; ++$config['enigma_pgp_homedir'] = "/var/lib/roundcubemail/plugins/enigma/"; + + // Location of gpg binary. By default it will be auto-detected. + // This is also a way to force gpg2 use if there are both 1.x and 2.x on the system.
View file
debian.series
Changed
@@ -1,1 +1,2 @@ default-configuration.patch -p1 +roundcubemail-1.4-beta36-plugin-enigma-homedir.patch -p1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.