Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 101
View file
roundcubemail.spec
Changed
@@ -68,7 +68,6 @@ Source200: 2017111400.sql -Patch0001: 0001-Fix-PHP-Warning-Use-of-undefined-constant-IDNA_DEFAU.patch Patch0002: 0002-Parse-all-quotas-from-GETQUOTAROOT-6280.patch Patch0003: 0003-Update-changelog.patch Patch0004: 0004-Fix-bug-where-some-escape-sequences-in-html-styles-c.patch @@ -1074,7 +1073,6 @@ cp -vf %{SOURCE101} plugins/password/config.inc.php.dist %endif -%patch0001 -p1 %patch0002 -p1 %patch0003 -p1 %patch0004 -p1
View file
0001-Fix-PHP-Warning-Use-of-undefined-constant-IDNA_DEFAU.patch
Deleted
@@ -1,40 +0,0 @@ -From 8477b881e5515d6520eb64f760fb49d586fb5689 Mon Sep 17 00:00:00 2001 -From: Aleksander Machniak <alec@alec.pl> -Date: Thu, 12 Apr 2018 09:39:33 +0200 -Subject: [PATCH 1/5] Fix PHP Warning: Use of undefined constant IDNA_DEFAULT - on systems without php-intl (#6244) - ---- - CHANGELOG | 2 ++ - program/lib/Roundcube/rcube_utils.php | 2 +- - 2 files changed, 3 insertions(+), 1 deletion(-) - -diff --git a/CHANGELOG b/CHANGELOG -index 3021068ac..b9044a497 100644 ---- a/CHANGELOG -+++ b/CHANGELOG -@@ -1,6 +1,8 @@ - CHANGELOG Roundcube Webmail - =========================== - -+- Fix PHP Warning: Use of undefined constant IDNA_DEFAULT on systems without php-intl (#6244) -+ - RELEASE 1.3.6 - ------------- - - Fix parsing date strings (e.g. from a Date: mail header) with comments (#6216) -diff --git a/program/lib/Roundcube/rcube_utils.php b/program/lib/Roundcube/rcube_utils.php -index c9afe1e14..77b084a99 100644 ---- a/program/lib/Roundcube/rcube_utils.php -+++ b/program/lib/Roundcube/rcube_utils.php -@@ -905,7 +905,7 @@ class rcube_utils - // Note that in PHP 7.2/7.3 calling idn_to_* functions with default arguments - // throws a warning, so we have to set the variant explicitely (#6075) - $variant = defined('INTL_IDNA_VARIANT_UTS46') ? INTL_IDNA_VARIANT_UTS46 : null; -- $options = IDNA_DEFAULT; -+ $options = 0; - - // Because php-intl extension lowercases domains and return false - // on invalid input (#6224), we skip conversion when not needed --- -2.14.3 -
View file
debian.series
Changed
@@ -1,6 +1,5 @@ default-configuration.patch -p1 roundcubemail-1.3.6-plugin-enigma-homedir.patch -p1 -0001-Fix-PHP-Warning-Use-of-undefined-constant-IDNA_DEFAU.patch -p1 0002-Parse-all-quotas-from-GETQUOTAROOT-6280.patch -p1 0003-Update-changelog.patch -p1 0004-Fix-bug-where-some-escape-sequences-in-html-styles-c.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
.