pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail mail/roundcube: update to 1.5.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/b41a49035201
branches: trunk
changeset: 382148:b41a49035201
user: taca <taca%pkgsrc.org@localhost>
date: Thu Jul 21 15:17:34 2022 +0000
description:
mail/roundcube: update to 1.5.3
1.5.3 (2022-06-26)
* Enigma: Fix initial synchronization of private keys
* Enigma: Fix double quoted-printable encoding of pgp-signed messages with
no attachments (#8413)
* Fix various PHP8 warnings (#8392)
* Fix mail headers injection via the subject field on mail compose (#8404)
* Fix bug where small message/rfc822 parts could not be decoded (#8408)
* Fix setting HTML mode on reply/forward of a signed message (#8405)
* Fix handling of RFC2231-encoded attachment names inside of a
message/rfc822 part (#8418)
* Fix bug where some mail parts (images) could have not be listed as
attachments (#8425)
* Fix bug where attachment icons were stuck at the top of the messages list
in Safari (#8433)
* Fix handling of message/rfc822 parts that are small and are multipart
structures with a single part (#8458)
* Fix bug where session could time out if DB and PHP timezone were different
(#8303)
* Fix bug where DSN flag state wasn't stored with a draft (#8371)
* Fix broken encoding of HTML content encapsulated in a RTF attachment
(#8444)
* Fix problem with aria-hidden=true on toolbar menus in the Elastic
skin (#8517)
* Fix bug where title tag content was displayed in the body if it contained
HTML tags (#8540)
* Fix support for DSN specification without host e.g. pgsql:///dbname
(#8558)
diffstat:
mail/roundcube-plugin-enigma/Makefile | 3 +--
mail/roundcube-plugin-password/Makefile | 3 +--
mail/roundcube-plugin-password/distinfo | 8 ++++----
mail/roundcube-plugin-zipdownload/Makefile | 3 +--
mail/roundcube/Makefile.common | 4 ++--
mail/roundcube/distinfo | 8 ++++----
6 files changed, 13 insertions(+), 16 deletions(-)
diffs (93 lines):
diff -r f384e47610d9 -r b41a49035201 mail/roundcube-plugin-enigma/Makefile
--- a/mail/roundcube-plugin-enigma/Makefile Thu Jul 21 15:09:44 2022 +0000
+++ b/mail/roundcube-plugin-enigma/Makefile Thu Jul 21 15:17:34 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2022/06/30 11:18:35 nia Exp $
+# $NetBSD: Makefile,v 1.14 2022/07/21 15:17:35 taca Exp $
PLUGIN= enigma
MAINTAINER= taca%NetBSD.org@localhost
COMMENT= Enigma Plugin for Roundcube
-PKGREVISION= 1
LICENSE= gnu-gpl-v3
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Crypt_GPG>=1.4.3:../../security/pear-Crypt_GPG
diff -r f384e47610d9 -r b41a49035201 mail/roundcube-plugin-password/Makefile
--- a/mail/roundcube-plugin-password/Makefile Thu Jul 21 15:09:44 2022 +0000
+++ b/mail/roundcube-plugin-password/Makefile Thu Jul 21 15:17:34 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2022/06/30 11:18:35 nia Exp $
+# $NetBSD: Makefile,v 1.19 2022/07/21 15:17:35 taca Exp $
PLUGIN= password
MAINTAINER= taca%NetBSD.org@localhost
COMMENT= Password change plugin for roundcube
-PKGREVISION= 2
LICENSE= gnu-gpl-v3
DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
diff -r f384e47610d9 -r b41a49035201 mail/roundcube-plugin-password/distinfo
--- a/mail/roundcube-plugin-password/distinfo Thu Jul 21 15:09:44 2022 +0000
+++ b/mail/roundcube-plugin-password/distinfo Thu Jul 21 15:17:34 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2022/01/29 13:34:44 taca Exp $
+$NetBSD: distinfo,v 1.29 2022/07/21 15:17:35 taca Exp $
-BLAKE2s (roundcubemail-1.5.2-complete.tar.gz) = 05c08cdcfd6473bda69ae29ec3f5a654101780b33dcf44c98331b9b978a66789
-SHA512 (roundcubemail-1.5.2-complete.tar.gz) = 96faa8c95c23b538ebfa91f58fb918b37185dbd1c09f2d128c9f8c800a0e3d6a2abbfa52753fb6a7ee47b633f35e2b31c92623107116dc760dfa9a22a4b2a23c
-Size (roundcubemail-1.5.2-complete.tar.gz) = 7852981 bytes
+BLAKE2s (roundcubemail-1.5.3-complete.tar.gz) = 0e955bc6d0921d6cf040ee4c76bd84af5945da1ee67639650922441744305aa4
+SHA512 (roundcubemail-1.5.3-complete.tar.gz) = b43db6ffe129e8738b34e0f3dad6fec815e6be4dc41237f81bbb53ccfe56ac2d5b115edcef0a2587d4733f73b0951e740d94f0d314b324d4dd31c4563994aec1
+Size (roundcubemail-1.5.3-complete.tar.gz) = 7857655 bytes
SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165
diff -r f384e47610d9 -r b41a49035201 mail/roundcube-plugin-zipdownload/Makefile
--- a/mail/roundcube-plugin-zipdownload/Makefile Thu Jul 21 15:09:44 2022 +0000
+++ b/mail/roundcube-plugin-zipdownload/Makefile Thu Jul 21 15:17:34 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2022/06/30 11:18:35 nia Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/21 15:17:35 taca Exp $
PLUGIN= zipdownload
MAINTAINER= taca%NetBSD.org@localhost
COMMENT= Roundcube Webmail ZipDownload plugin
-PKGREVISION= 1
LICENSE= gnu-gpl-v3
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip
diff -r f384e47610d9 -r b41a49035201 mail/roundcube/Makefile.common
--- a/mail/roundcube/Makefile.common Thu Jul 21 15:09:44 2022 +0000
+++ b/mail/roundcube/Makefile.common Thu Jul 21 15:17:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2022/01/29 13:34:44 taca Exp $
+# $NetBSD: Makefile.common,v 1.27 2022/07/21 15:17:34 taca Exp $
#
# used by mail/roundcube/Makefile
# used by mail/roundcube/plugins.mk
@@ -10,7 +10,7 @@
GITHUB_RELEASE= ${RC_VERS}
HOMEPAGE= https://roundcube.net/
-RC_VERS= 1.5.2
+RC_VERS= 1.5.3
USE_LANGUAGES= # none
USE_TOOLS+= pax
diff -r f384e47610d9 -r b41a49035201 mail/roundcube/distinfo
--- a/mail/roundcube/distinfo Thu Jul 21 15:09:44 2022 +0000
+++ b/mail/roundcube/distinfo Thu Jul 21 15:17:34 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.79 2022/01/29 13:34:44 taca Exp $
+$NetBSD: distinfo,v 1.80 2022/07/21 15:17:34 taca Exp $
-BLAKE2s (roundcubemail-1.5.2-complete.tar.gz) = 05c08cdcfd6473bda69ae29ec3f5a654101780b33dcf44c98331b9b978a66789
-SHA512 (roundcubemail-1.5.2-complete.tar.gz) = 96faa8c95c23b538ebfa91f58fb918b37185dbd1c09f2d128c9f8c800a0e3d6a2abbfa52753fb6a7ee47b633f35e2b31c92623107116dc760dfa9a22a4b2a23c
-Size (roundcubemail-1.5.2-complete.tar.gz) = 7852981 bytes
+BLAKE2s (roundcubemail-1.5.3-complete.tar.gz) = 0e955bc6d0921d6cf040ee4c76bd84af5945da1ee67639650922441744305aa4
+SHA512 (roundcubemail-1.5.3-complete.tar.gz) = b43db6ffe129e8738b34e0f3dad6fec815e6be4dc41237f81bbb53ccfe56ac2d5b115edcef0a2587d4733f73b0951e740d94f0d314b324d4dd31c4563994aec1
+Size (roundcubemail-1.5.3-complete.tar.gz) = 7857655 bytes
SHA1 (patch-af) = 7f29b0310a2a6b2e71858787e08b025e30d8bd12
SHA1 (patch-config_config.inc.php.sample) = 92a48a97b16fe3f5f4b9441fce762a559d8daca7
SHA1 (patch-program_lib_Roundcube_rcube__mime.php) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c
Home |
Main Index |
Thread Index |
Old Index