Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2020Q1]: pkgsrc/mail Pullup ticket #6185 - requested by taca
details: https://anonhg.NetBSD.org/pkgsrc/rev/308e4717009d
branches: pkgsrc-2020Q1
changeset: 431058:308e4717009d
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri May 08 19:17:54 2020 +0000
description:
Pullup ticket #6185 - requested by taca
mail/roundcube: security fix
Revisions pulled up:
- mail/roundcube-plugin-password/Makefile 1.9
- mail/roundcube-plugin-password/distinfo 1.17
- mail/roundcube/Makefile.common 1.17
- mail/roundcube/PLIST 1.48
- mail/roundcube/distinfo 1.68
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 30 07:09:34 UTC 2020
Modified Files:
pkgsrc/mail/roundcube: Makefile.common PLIST distinfo
Log Message:
mail/roundcube: update to 1.4.4
Update roundcube, roundcube-plugin-enigma and roundcube-plugin-zipdownload to
1.4.4. This includes security fixes..
RELEASE 1.4.4
-------------
- Fix bug where attachments with Content-Id were attached to the message on reply (#7122)
- Fix identity selection on reply when both sender and recipient addresses are included in identities (#7211)
- Elastic: Fix text selection with Shift+PageUp and Shift+PageDown in plain text editor when using Chrome (#7230)
- Elastic: Fix recipient input bug when using click to select a contact from autocomplete list (#7231)
- Elastic: Fix color of a folder with recent messages (#7281)
- Elastic: Restrict logo size in print view (#7275)
- Fix invalid Content-Type for messages with only html part and inline images - Mail_Mime-1.10.7 (#7261)
- Fix missing contact display name in QR Code data (#7257)
- Fix so button label in Select image/media dialogs is "Close" not "Cancel" (#7246)
- Fix regression in testing database schema on MSSQL (#7227)
- Fix cursor position after inserting a group to a recipient input using autocompletion (#7267)
- Fix string literals handling in IMAP STATUS (and various other) responses (#7290)
- Fix bug where multiple images in a message were replaced by the first one on forward/reply/edit (#7293)
- Fix handling keyservers configured with protocol prefix (#7295)
- Markasjunk: Fix marking as spam/ham on moving messages with Move menu (#7189)
- Markasjunk: Fix bug where moving to Junk was failing on messages selected with Select > All (#7206)
- Fix so imap error message is displayed to the user on folder create/update (#7245)
- Fix bug where a special folder couldn't be created if a special-use flag is not supported (#7147)
- Mailvelope: Fix bug where recipients with name were not handled properly in mail compose (#7312)
- Fix characters encoding in group rename input after group creation/rename (#7330)
- Fix bug where some message/rfc822 parts could not be attached on forward (#7323)
- Make install-jsdeps.sh script working without the 'file' program installed (#7325)
- Fix performance issue of parsing big HTML messages by disabling HTML5 parser for these (#7331)
- Fix so Print button for PDF attachments works on Firefox >= 75 (#5125)
- Security: Fix XSS issue in handling of CDATA in HTML messages
- Security: Fix remote code execution via crafted 'im_convert_path' or 'im_identify_path' settings
- Security: Fix local file inclusion (and code execution) via crafted 'plugins' option
- Security: Fix CSRF bypass that could be used to log out an authenticated user (#7302)
RELEASE 1.4.3
-------------
- Enigma: Fix so key list selection is reset when opening key creation form (#7154)
- Enigma: Fix so using list checkbox selection does not load the key preview frame
- Enigma: Fix generation of key pairs for identities with IDN domains (#7181)
- Enigma: Display IDN domains of key users and identities in UTF8
- Enigma: Fix bug where "Send unencrypted" button didn't work in Elastic skin (#7205)
- Managesieve: Fix bug where it wasn't possible to save flag actions (#7188)
- Markasjunk: Fix bug where marking as spam/ham didn't work on moving messages with drag-and-drop (#7137)
- Elastic: Fix disappearing sidebar in mail compose after clicking Mail button
- Elastic: Fix incorrect aria-disabled attribute on Mail taskmenu button in mail compose
- Elastic: Fix bug where it was possible to switch editor mode when 'htmleditor' was in 'dont_override' (#7143)
- Elastic: Fix text selection in recipient inputs (#7129)
- Elastic: Fix missing Close button in "more recipients" dialog
- Elastic: Fix non-working folder subscription checkbox for newly added folders (#7174)
- Fix regression where "Open in new window" action didn't work (#7155)
- Fix PHP Warning: array_filter() expects parameter 1 to be array, null given in subscriptions_option plugin (#7165)
- Fix unexpected error message when mail refresh involves folder auto-unsubscribe (#6923)
- Fix recipient duplicates in print-view when the recipient list has been expanded (#7169)
- Fix bug where files in skins/ directory were listed on skins list (#7180)
- Fix bug where message parts with no Content-Disposition header and no name were not listed on attachments list (#7117)
- Fix display issues with mail subject that contains line-breaks (#7191)
- Fix invalid Content-Transfer-Encoding on multipart messages - Mail_Mime fix (#7170)
- Fix regression where using an absolute path to SQLite database file on Windows didn't work (#7196)
- Fix using unix:///path/to/socket.file in memcached driver (#7210)
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 30 07:11:16 UTC 2020
Modified Files:
pkgsrc/mail/roundcube-plugin-password: Makefile distinfo
Log Message:
mail/roundcube-plugin-password: update to 1.4.4
Update roundcube-plugin-password to 1.4.4.
pkgsrc change: add dependecy to lang/tcl-expect.
RELEASE 1.4.3
-------------
- Password: Make chpass-wrapper.py Python 3 compatible (#7135)
diffstat:
mail/roundcube-plugin-password/Makefile | 6 ++++--
mail/roundcube-plugin-password/distinfo | 10 +++++-----
mail/roundcube/Makefile.common | 4 ++--
mail/roundcube/PLIST | 6 +++++-
mail/roundcube/distinfo | 10 +++++-----
5 files changed, 21 insertions(+), 15 deletions(-)
diffs (113 lines):
diff -r df66be7ebb64 -r 308e4717009d mail/roundcube-plugin-password/Makefile
--- a/mail/roundcube-plugin-password/Makefile Wed May 06 11:19:15 2020 +0000
+++ b/mail/roundcube-plugin-password/Makefile Fri May 08 19:17:54 2020 +0000
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.7.2.1 2020/05/06 10:01:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7.2.2 2020/05/08 19:17:54 bsiegert Exp $
PLUGIN= password
-PKGREVISION= 1
MAINTAINER= taca%NetBSD.org@localhost
COMMENT= Password change plugin for roundcube
LICENSE= gnu-gpl-v3
+DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
+
REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl
REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py
DISTINFO_FILE= ${PKGDIR}/distinfo
.include "../../mail/roundcube/plugins.mk"
+.include "../../lang/perl5/module.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff -r df66be7ebb64 -r 308e4717009d mail/roundcube-plugin-password/distinfo
--- a/mail/roundcube-plugin-password/distinfo Wed May 06 11:19:15 2020 +0000
+++ b/mail/roundcube-plugin-password/distinfo Fri May 08 19:17:54 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17.2.2 2020/05/06 10:01:06 bsiegert Exp $
+$NetBSD: distinfo,v 1.17.2.3 2020/05/08 19:17:54 bsiegert Exp $
-SHA1 (roundcubemail-1.4.2-complete.tar.gz) = d53fcd7f1109a63364d5d4a43f879c6f47d34a89
-RMD160 (roundcubemail-1.4.2-complete.tar.gz) = f043c3e55156625a9f4a8f95aeab704502be9b9d
-SHA512 (roundcubemail-1.4.2-complete.tar.gz) = 3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb
-Size (roundcubemail-1.4.2-complete.tar.gz) = 7006013 bytes
+SHA1 (roundcubemail-1.4.4-complete.tar.gz) = 4e425263f5bec27d39c07bde524f421bda205c07
+RMD160 (roundcubemail-1.4.4-complete.tar.gz) = 43c3ea4da074337c4b8826420eab9a799fd46e1a
+SHA512 (roundcubemail-1.4.4-complete.tar.gz) = ddea321b5266c547f67c010147e9aa1457bea4802bec37f9e9d87e691bdc8df27f5c90cff8770de2458822160b85f7359f62742072ae1d642a040b9d88651519
+Size (roundcubemail-1.4.4-complete.tar.gz) = 7029864 bytes
SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165
diff -r df66be7ebb64 -r 308e4717009d mail/roundcube/Makefile.common
--- a/mail/roundcube/Makefile.common Wed May 06 11:19:15 2020 +0000
+++ b/mail/roundcube/Makefile.common Fri May 08 19:17:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2020/01/14 14:30:00 taca Exp $
+# $NetBSD: Makefile.common,v 1.16.2.1 2020/05/08 19:17:54 bsiegert 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.4.2
+RC_VERS= 1.4.4
USE_LANGUAGES= # none
USE_TOOLS+= pax
diff -r df66be7ebb64 -r 308e4717009d mail/roundcube/PLIST
--- a/mail/roundcube/PLIST Wed May 06 11:19:15 2020 +0000
+++ b/mail/roundcube/PLIST Fri May 08 19:17:54 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.47 2020/01/14 14:30:00 taca Exp $
+@comment $NetBSD: PLIST,v 1.47.2.1 2020/05/08 19:17:54 bsiegert Exp $
share/doc/roundcube/CHANGELOG
share/doc/roundcube/INSTALL
share/doc/roundcube/LICENSE
@@ -960,6 +960,7 @@
share/roundcube/plugins/markasjunk/localization/el_GR.inc
share/roundcube/plugins/markasjunk/localization/en_GB.inc
share/roundcube/plugins/markasjunk/localization/en_US.inc
+share/roundcube/plugins/markasjunk/localization/es_ES.inc
share/roundcube/plugins/markasjunk/localization/et_EE.inc
share/roundcube/plugins/markasjunk/localization/eu_ES.inc
share/roundcube/plugins/markasjunk/localization/fi_FI.inc
@@ -967,8 +968,10 @@
share/roundcube/plugins/markasjunk/localization/ga_IE.inc
share/roundcube/plugins/markasjunk/localization/he_IL.inc
share/roundcube/plugins/markasjunk/localization/hu_HU.inc
+share/roundcube/plugins/markasjunk/localization/id_ID.inc
share/roundcube/plugins/markasjunk/localization/is_IS.inc
share/roundcube/plugins/markasjunk/localization/ja_JP.inc
+share/roundcube/plugins/markasjunk/localization/ko_KR.inc
share/roundcube/plugins/markasjunk/localization/lt_LT.inc
share/roundcube/plugins/markasjunk/localization/nb_NO.inc
share/roundcube/plugins/markasjunk/localization/nl_NL.inc
@@ -1762,6 +1765,7 @@
share/roundcube/program/localization/kn_IN/messages.inc
share/roundcube/program/localization/ko_KR/labels.inc
share/roundcube/program/localization/ko_KR/messages.inc
+share/roundcube/program/localization/ko_KR/timezones.inc
share/roundcube/program/localization/ku/labels.inc
share/roundcube/program/localization/ku/messages.inc
share/roundcube/program/localization/ku_IQ/labels.inc
diff -r df66be7ebb64 -r 308e4717009d mail/roundcube/distinfo
--- a/mail/roundcube/distinfo Wed May 06 11:19:15 2020 +0000
+++ b/mail/roundcube/distinfo Fri May 08 19:17:54 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.66.2.1 2020/05/06 10:01:06 bsiegert Exp $
+$NetBSD: distinfo,v 1.66.2.2 2020/05/08 19:17:54 bsiegert Exp $
-SHA1 (roundcubemail-1.4.2-complete.tar.gz) = d53fcd7f1109a63364d5d4a43f879c6f47d34a89
-RMD160 (roundcubemail-1.4.2-complete.tar.gz) = f043c3e55156625a9f4a8f95aeab704502be9b9d
-SHA512 (roundcubemail-1.4.2-complete.tar.gz) = 3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb
-Size (roundcubemail-1.4.2-complete.tar.gz) = 7006013 bytes
+SHA1 (roundcubemail-1.4.4-complete.tar.gz) = 4e425263f5bec27d39c07bde524f421bda205c07
+RMD160 (roundcubemail-1.4.4-complete.tar.gz) = 43c3ea4da074337c4b8826420eab9a799fd46e1a
+SHA512 (roundcubemail-1.4.4-complete.tar.gz) = ddea321b5266c547f67c010147e9aa1457bea4802bec37f9e9d87e691bdc8df27f5c90cff8770de2458822160b85f7359f62742072ae1d642a040b9d88651519
+Size (roundcubemail-1.4.4-complete.tar.gz) = 7029864 bytes
SHA1 (patch-af) = 7f29b0310a2a6b2e71858787e08b025e30d8bd12
SHA1 (patch-config_config.inc.php.sample) = 92a48a97b16fe3f5f4b9441fce762a559d8daca7
SHA1 (patch-rcube_mime_default) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c
Home |
Main Index |
Thread Index |
Old Index