From 60a22c8e1687202f9b0a6e9ab7f972cfdb26c4e7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:28:03 +0100 Subject: [PATCH] update to 1.2.1 [release 1.2.1-1mamba;Sun Jul 31 2016] --- ...cubemail-1.1.4-password-postfix-integration.patch | 12 ++++++------ roundcubemail.spec | 10 ++++++---- 2 files changed, 12 insertions(+), 10 deletions(-) rename roundcubemail-1.0.5-password-postfix-integration.patch => roundcubemail-1.1.4-password-postfix-integration.patch (51%) diff --git a/roundcubemail-1.0.5-password-postfix-integration.patch b/roundcubemail-1.1.4-password-postfix-integration.patch similarity index 51% rename from roundcubemail-1.0.5-password-postfix-integration.patch rename to roundcubemail-1.1.4-password-postfix-integration.patch index 0aa2c95..72582fd 100644 --- a/roundcubemail-1.0.5-password-postfix-integration.patch +++ b/roundcubemail-1.1.4-password-postfix-integration.patch @@ -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. diff --git a/roundcubemail.spec b/roundcubemail.spec index cf558d5..6293c35 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -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 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 1.2.1-1mamba +- update to 1.2.1 + * Wed Feb 10 2016 Automatic Build System 1.1.4-1mamba - automatic update by autodist