mail/roundcube: update to 1.6.1
1.6.1 (2022-01-23) * Kill session if refreshing oauth token fails (#8734) * Fix various PHP 8.1 warnings (#8628, #8644, #8667, #8656, #8647) * Password: Remove references to %c variable that has been removed before (#8633) * Fix anchor links in HTML mail (#8632) * Fix bug where config creation in Installer did ignore options in the form (#8634) * Fix bug where renamed options were removed from the config on installto.sh (update.sh) run (#8643) * Fix favicon rewrite rule in .htaccess (#8654) * Fix various PHP 8.2 warnings * Fix bug where it wasn't possible to create more than one response record on SQLite and Postgres (#8664) * Fix support for ManageSieve over implicit SSL (#8670) * Fix bug where "about:blank" page could trigger "load error" (#8554) * Fix bug where setting 'Clear Trash on Logout' to 'all messages' didn't work (#8687) * Fix bug where the attachment menu wouldn't disappear after an action is selected (#8691) * Fix bug where some dialogs in an eml attachment preview would not close on mobile (#8627) * Fix bug where multiline data:image URI's in emails were stripped from the message on display (#8613) * Fix fatal error on identity page if Enigma plugin is misconfigured (#8719) * Fix so N property always exists in a vCard export (#8771) * Fix authenticating to Courier IMAP with passwords containing a '~' character (#8772) * Fix handling of smtp/imap port options on configuration file update (#8756) * Fix bug where array values could not be saved in utils/save_pref action (#8781) * Add workaround for using Roundcube behind a reverse proxy with a subpath: 'request_path' option (#8738, #8770) * Fix bug where "Invalid skin name" error was logged on preferences save if there's only one skin (#8825) * Fix SIGBUS raised in ImageMagick when more than one process tried to generate a thumbnail of the same image attachment (#8511) * Fix bug where updater does not update the vendor packages (#8642) * Fix missing mail composing textarea on reply/draft with a long plain text content (#8866)
This commit is contained in:
parent
e7e0c55833
commit
b3bbf0d730
5 changed files with 17 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.30 2022/08/17 15:41:43 taca Exp $
|
||||
$NetBSD: distinfo,v 1.31 2023/01/28 13:48:40 taca Exp $
|
||||
|
||||
BLAKE2s (roundcubemail-1.6.0-complete.tar.gz) = 938e0473405e052a6d6d0ada492ebcce842125c0ef1055d7b59bf50bf5382387
|
||||
SHA512 (roundcubemail-1.6.0-complete.tar.gz) = 821733778085c670caeed6bed515e542841920dccc21e2ca97088e1f77a302b6961234d6ee5bcfbda797470889747a3be2c6d13cc5016615c8919c7ea064108c
|
||||
Size (roundcubemail-1.6.0-complete.tar.gz) = 5970153 bytes
|
||||
BLAKE2s (roundcubemail-1.6.1-complete.tar.gz) = dafde904497d565587eb4ec7d21ce7a220bdaab0212206ffc034e3e54c64bc80
|
||||
SHA512 (roundcubemail-1.6.1-complete.tar.gz) = d5804e91c2da3b732cf14ad86f06099254540dd826ae5b7f14b98a7af8b90a7e9457221da2945aace8d12a60381eec85161e8bc6e0af4572b798a66cb36f2f00
|
||||
Size (roundcubemail-1.6.1-complete.tar.gz) = 5970713 bytes
|
||||
SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.96 2022/08/19 13:09:38 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.97 2023/01/28 13:48:39 taca Exp $
|
||||
|
||||
DISTNAME= roundcubemail-${RC_VERS}
|
||||
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/:S/-complete//}
|
||||
PKGREVISION= 1
|
||||
|
||||
MAINTAINER= taca@NetBSD.org
|
||||
COMMENT= Browser-based multilingual IMAP client
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.28 2022/08/17 15:41:43 taca Exp $
|
||||
# $NetBSD: Makefile.common,v 1.29 2023/01/28 13:48:39 taca Exp $
|
||||
#
|
||||
# used by mail/roundcube/Makefile
|
||||
# used by mail/roundcube/plugins.mk
|
||||
|
@ -10,7 +10,7 @@ GITHUB_PROJECT= roundcubemail
|
|||
GITHUB_RELEASE= ${RC_VERS}
|
||||
HOMEPAGE= https://roundcube.net/
|
||||
|
||||
RC_VERS= 1.6.0
|
||||
RC_VERS= 1.6.1
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
USE_TOOLS+= pax
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.51 2022/08/17 15:41:43 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.52 2023/01/28 13:48:39 taca Exp $
|
||||
share/doc/roundcube/CHANGELOG.md
|
||||
share/doc/roundcube/INSTALL
|
||||
share/doc/roundcube/LICENSE
|
||||
|
@ -54,6 +54,7 @@ share/roundcube/SQL/mssql/2020091000.sql
|
|||
share/roundcube/SQL/mssql/2020122900.sql
|
||||
share/roundcube/SQL/mssql/2021081000.sql
|
||||
share/roundcube/SQL/mssql/2021100300.sql
|
||||
share/roundcube/SQL/mssql/2022081200.sql
|
||||
share/roundcube/SQL/mysql.initial.sql
|
||||
share/roundcube/SQL/mysql/2008030300.sql
|
||||
share/roundcube/SQL/mysql/2008040500.sql
|
||||
|
@ -87,6 +88,7 @@ share/roundcube/SQL/mysql/2020091000.sql
|
|||
share/roundcube/SQL/mysql/2020122900.sql
|
||||
share/roundcube/SQL/mysql/2021081000.sql
|
||||
share/roundcube/SQL/mysql/2021100300.sql
|
||||
share/roundcube/SQL/mysql/2022081200.sql
|
||||
share/roundcube/SQL/oracle.initial.sql
|
||||
share/roundcube/SQL/oracle/2015030800.sql
|
||||
share/roundcube/SQL/oracle/2015111100.sql
|
||||
|
@ -102,6 +104,7 @@ share/roundcube/SQL/oracle/2020091000.sql
|
|||
share/roundcube/SQL/oracle/2020122900.sql
|
||||
share/roundcube/SQL/oracle/2021081000.sql
|
||||
share/roundcube/SQL/oracle/2021100300.sql
|
||||
share/roundcube/SQL/oracle/2022081200.sql
|
||||
share/roundcube/SQL/postgres.initial.sql
|
||||
share/roundcube/SQL/postgres/2008030300.sql
|
||||
share/roundcube/SQL/postgres/2008060900.sql
|
||||
|
@ -134,6 +137,7 @@ share/roundcube/SQL/postgres/2020091000.sql
|
|||
share/roundcube/SQL/postgres/2020122900.sql
|
||||
share/roundcube/SQL/postgres/2021081000.sql
|
||||
share/roundcube/SQL/postgres/2021100300.sql
|
||||
share/roundcube/SQL/postgres/2022081200.sql
|
||||
share/roundcube/SQL/sqlite.initial.sql
|
||||
share/roundcube/SQL/sqlite/2008030300.sql
|
||||
share/roundcube/SQL/sqlite/2008060900.sql
|
||||
|
@ -167,6 +171,7 @@ share/roundcube/SQL/sqlite/2020091000.sql
|
|||
share/roundcube/SQL/sqlite/2020122900.sql
|
||||
share/roundcube/SQL/sqlite/2021081000.sql
|
||||
share/roundcube/SQL/sqlite/2021100300.sql
|
||||
share/roundcube/SQL/sqlite/2022081200.sql
|
||||
share/roundcube/bin/cleandb.sh
|
||||
share/roundcube/bin/cssshrink.sh
|
||||
share/roundcube/bin/decrypt.sh
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.82 2022/08/19 13:09:38 taca Exp $
|
||||
$NetBSD: distinfo,v 1.83 2023/01/28 13:48:39 taca Exp $
|
||||
|
||||
BLAKE2s (roundcubemail-1.6.0-complete.tar.gz) = 938e0473405e052a6d6d0ada492ebcce842125c0ef1055d7b59bf50bf5382387
|
||||
SHA512 (roundcubemail-1.6.0-complete.tar.gz) = 821733778085c670caeed6bed515e542841920dccc21e2ca97088e1f77a302b6961234d6ee5bcfbda797470889747a3be2c6d13cc5016615c8919c7ea064108c
|
||||
Size (roundcubemail-1.6.0-complete.tar.gz) = 5970153 bytes
|
||||
BLAKE2s (roundcubemail-1.6.1-complete.tar.gz) = dafde904497d565587eb4ec7d21ce7a220bdaab0212206ffc034e3e54c64bc80
|
||||
SHA512 (roundcubemail-1.6.1-complete.tar.gz) = d5804e91c2da3b732cf14ad86f06099254540dd826ae5b7f14b98a7af8b90a7e9457221da2945aace8d12a60381eec85161e8bc6e0af4572b798a66cb36f2f00
|
||||
Size (roundcubemail-1.6.1-complete.tar.gz) = 5970713 bytes
|
||||
SHA1 (patch-config_config.inc.php.sample) = 92a48a97b16fe3f5f4b9441fce762a559d8daca7
|
||||
SHA1 (patch-program_include_iniset.php) = 8a6c13c0c87d583ed60e43c01a4173d9d802a6a1
|
||||
SHA1 (patch-program_lib_Roundcube_rcube__mime.php) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c
|
||||
|
|
Loading…
Reference in a new issue