git: d52f47394179 - main - mail/roundcube: update to 1.5.3 release.

From: Alex Dupre <ale_at_FreeBSD.org>
Date: Mon, 27 Jun 2022 09:04:13 UTC
The branch main has been updated by ale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d52f47394179c2e16cd6b4a71b298fa72c860f96

commit d52f47394179c2e16cd6b4a71b298fa72c860f96
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2022-06-27 09:03:56 +0000
Commit:     Alex Dupre <ale@FreeBSD.org>
CommitDate: 2022-06-27 09:03:56 +0000

    mail/roundcube: update to 1.5.3 release.
---
 mail/roundcube/Makefile                                           | 2 +-
 mail/roundcube/distinfo                                           | 6 +++---
 .../roundcube/files/patch-program_lib_Roundcube_rcube_message.php | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index c2a578730e0e..676d356b1836 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	roundcube
-DISTVERSION=	1.5.2
+DISTVERSION=	1.5.3
 PORTEPOCH=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo
index 7cda96f56728..4df07af77491 100644
--- a/mail/roundcube/distinfo
+++ b/mail/roundcube/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641810015
-SHA256 (roundcubemail-1.5.2-complete.tar.gz) = f03968381156fe790d858af7e069c5550a8577fb964f96624434895272053838
-SIZE (roundcubemail-1.5.2-complete.tar.gz) = 7852981
+TIMESTAMP = 1656320094
+SHA256 (roundcubemail-1.5.3-complete.tar.gz) = 4bcfac219f2e0005c912dac3227743cc1ed0ded69c822f74c81a70d041e5a3bd
+SIZE (roundcubemail-1.5.3-complete.tar.gz) = 7857655
diff --git a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php
index 081df4ae93da..889547b8d3a9 100644
--- a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php
+++ b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php
@@ -1,9 +1,9 @@
---- program/lib/Roundcube/rcube_message.php.orig	2021-10-19 08:32:55.709205000 +0200
-+++ program/lib/Roundcube/rcube_message.php	2021-10-19 08:34:30.613574000 +0200
-@@ -910,8 +910,7 @@
+--- program/lib/Roundcube/rcube_message.php.orig	2022-06-26 20:26:58 UTC
++++ program/lib/Roundcube/rcube_message.php
+@@ -914,8 +914,7 @@ class rcube_message
                  else if (
                      preg_match('/^(inline|attach)/', $mail_part->disposition)
-                     || $mail_part->headers['content-id']
+                     || !empty($mail_part->headers['content-id'])
 -                    || ($mail_part->filename &&
 -                        (empty($mail_part->disposition) || preg_match('/^[a-z0-9!#$&.+^_-]+$/i', $mail_part->disposition)))
 +                    || $mail_part->filename