From b56335c79fb1ecfb88e168705886c7d6d2dcdefe Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 9 Sep 2019 12:14:58 +0200 Subject: [PATCH] Patch for Debian bug added --- .../files/horde-text-filter-linkurls.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ansible/roles/ispmail-webmail-apache-horde/files/horde-text-filter-linkurls.patch diff --git a/ansible/roles/ispmail-webmail-apache-horde/files/horde-text-filter-linkurls.patch b/ansible/roles/ispmail-webmail-apache-horde/files/horde-text-filter-linkurls.patch new file mode 100644 index 0000000..806e02a --- /dev/null +++ b/ansible/roles/ispmail-webmail-apache-horde/files/horde-text-filter-linkurls.patch @@ -0,0 +1,11 @@ +--- Text/Filter/Linkurls.php.old 2019-08-29 13:21:04.552582188 +0000 ++++ Text/Filter/Linkurls.php 2019-08-29 13:21:07.924582188 +0000 +@@ -86,7 +86,7 @@ + (?:\b|^) + ( # Capture 1: entire matched URL + ( +- (?:[a-z][\w+-]{0,19})?:/{1,3} # URL protocol and colon followed by 1-3 ++ (?:[a-z][-\w+]{0,19})?:/{1,3} # URL protocol and colon followed by 1-3 + # slashes, or just colon and slashes (://) + | # - or - + (?