Browse Source

upgrading package: roundcube 1.3.10 -> 1.4.0

master
parent
commit
b8b603caf7
  1. 16
      roundcube/roundcube.patch
  2. 4
      roundcube/roundcube.spec

16
roundcube/roundcube.patch

@ -1,16 +1,16 @@
Index: config/defaults.inc.php
--- config/defaults.inc.php.orig 2017-06-26 20:57:43.000000000 +0200
+++ config/defaults.inc.php 2017-06-27 08:46:59.846254000 +0200
@@ -25,7 +25,7 @@
// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
// NOTE: for SQLite use absolute path (Linux): 'sqlite:////full/path/to/sqlite.db?mode=0646'
// or (Windows): 'sqlite:///C:/full/path/to/sqlite.db'
--- 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
@@ -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.
// e.g. 'mysql://roundcube:@localhost/roundcubemail?verify_server_cert=false'
-$config['db_dsnw'] = 'mysql://roundcube:@localhost/roundcubemail';
+$config['db_dsnw'] = 'pgsql://roundcube:roundcube@localhost/roundcube';
// Database DSN for read-only operations (if empty write database will be used)
// useful for database replication
@@ -382,11 +382,11 @@
@@ -434,11 +434,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.
@ -24,7 +24,7 @@ Index: config/defaults.inc.php
// expire files in temp_dir after 48 hours
// possible units: s, m, h, d, w
@@ -601,7 +601,7 @@
@@ -658,7 +658,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.3.10
Release: 20190830
Version: 1.4.0
Release: 20191111
# list of sources
Source0: https://github.com/roundcube/roundcubemail/releases/download/%{version}/roundcubemail-%{version}.tar.gz

Loading…
Cancel
Save