Browse Source

upgrading package: roundcube 1.4.11 -> 1.5.0

master
parent
commit
3f4a0b5abb
  1. 10
      roundcube/roundcube.patch
  2. 4
      roundcube/roundcube.spec

10
roundcube/roundcube.patch

@ -1,6 +1,6 @@
Index: config/defaults.inc.php
--- config/defaults.inc.php.orig 2019-11-09 21:13:44.000000000 +0100
+++ config/defaults.inc.php 2019-11-11 19:45:04.211999000 +0100
--- config/defaults.inc.php.orig 2021-10-17 22:38:31.000000000 +0200
+++ config/defaults.inc.php 2021-10-22 21:19:54.900672000 +0200
@@ -33,7 +33,7 @@
// for Mysql: key, cipher, cert, capath, ca, verify_server_cert,
// for Postgres: application_name, sslmode, sslcert, sslkey, sslrootcert, sslcrl, sslcompression, service.
@ -10,21 +10,21 @@ Index: config/defaults.inc.php
// Database DSN for read-only operations (if empty write database will be used)
// useful for database replication
@@ -434,11 +434,11 @@
@@ -529,11 +529,11 @@
// use this folder to store log files
// must be writeable for the user who runs PHP process (Apache user if mod_php is being used)
// This is used by the 'file' log driver.
-$config['log_dir'] = RCUBE_INSTALL_PATH . 'logs/';
+$config['log_dir'] = '@l_prefix@/var/roundcube/log/';
// use this folder to store temp files
// Location of temporary saved files such as attachments and cache files
// must be writeable for the user who runs PHP process (Apache user if mod_php is being used)
-$config['temp_dir'] = RCUBE_INSTALL_PATH . 'temp/';
+$config['temp_dir'] = '@l_prefix@/var/roundcube/tmp/';
// expire files in temp_dir after 48 hours
// possible units: s, m, h, d, w
@@ -658,7 +658,7 @@
@@ -763,7 +763,7 @@
// This is used to derive mime-types from the filename extension or vice versa.
// Such a file is usually part of the apache webserver. If you don't find a file named mime.types on your system,
// download it from http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types

4
roundcube/roundcube.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: PLUS
Group: Mail
License: GPL
Version: 1.4.11
Release: 20210210
Version: 1.5.0
Release: 20211022
# list of sources
Source0: https://github.com/roundcube/roundcubemail/releases/download/%{version}/roundcubemail-%{version}.tar.gz

Loading…
Cancel
Save