update to 1.2.1 [release 1.2.1-1mamba;Sun Jul 31 2016]
This commit is contained in:
parent
de2f319d6f
commit
60a22c8e16
@ -1,6 +1,6 @@
|
||||
--- roundcubemail-1.0.5-dep/plugins/password/config.inc.php.dist.orig 2015-03-12 12:17:58.762644322 +0100
|
||||
+++ roundcubemail-1.0.5-dep/plugins/password/config.inc.php.dist 2015-03-12 12:20:18.255595645 +0100
|
||||
@@ -62,6 +62,10 @@
|
||||
--- roundcubemail-1.2.1/plugins/password/config.inc.php.dist.orig 2016-07-31 18:10:05.743742428 +0200
|
||||
+++ roundcubemail-1.2.1/plugins/password/config.inc.php.dist 2016-07-31 18:11:24.109559428 +0200
|
||||
@@ -105,6 +105,10 @@
|
||||
// Default: "SELECT update_passwd(%c, %u)"
|
||||
$config['password_query'] = 'SELECT update_passwd(%c, %u)';
|
||||
|
||||
@ -8,6 +8,6 @@
|
||||
+//$config['password_db_dsn'] = 'mysql://user:pass@localhost/db';
|
||||
+//$config['password_query'] = 'UPDATE mailbox SET password=%c,modified=now() WHERE username=%u LIMIT 1';
|
||||
+
|
||||
// By default the crypt() function which is used to create the '%c'
|
||||
// parameter uses the md5 algorithm. To use different algorithms
|
||||
// you can choose between: des, md5, blowfish, sha256, sha512.
|
||||
// By default the crypt() function which is used to create the %c
|
||||
// parameter uses the md5 algorithm (deprecated, use %P).
|
||||
// You can choose between: des, md5, blowfish, sha256, sha512.
|
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: %{?sitename:%sitename-website-}roundcubemail
|
||||
Version: 1.1.4
|
||||
Version: 1.2.1
|
||||
Release: 1mamba
|
||||
Summary: A browser-based multilingual IMAP client with an application-like user interface
|
||||
Group: Applications/Web
|
||||
@ -29,10 +29,9 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://roundcube.net/
|
||||
#Source: http://downloads.sourceforge.net/project/roundcubemail/roundcubemail-dependent/%{version}/roundcubemail-%{version}-dep.tar.gz
|
||||
Source: http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/%{version}/roundcubemail-%{version}.tar.gz
|
||||
Source: https://github.com/roundcube/roundcubemail/releases/download/%{version}/roundcubemail-%{version}.tar.gz
|
||||
Patch0: roundcubemail-0.8.5-php-no_strict.patch
|
||||
Patch1: roundcubemail-1.0.5-password-postfix-integration.patch
|
||||
Patch1: roundcubemail-1.1.4-password-postfix-integration.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
@ -123,6 +122,9 @@ fi
|
||||
# %doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
||||
- update to 1.2.1
|
||||
|
||||
* Wed Feb 10 2016 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user