Fri May 8 19:17:54 2020 UTC ()
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)


(bsiegert)
diff -r1.16 -r1.16.2.1 pkgsrc/mail/roundcube/Makefile.common
diff -r1.47 -r1.47.2.1 pkgsrc/mail/roundcube/PLIST
diff -r1.66.2.1 -r1.66.2.2 pkgsrc/mail/roundcube/distinfo
diff -r1.7.2.1 -r1.7.2.2 pkgsrc/mail/roundcube-plugin-password/Makefile
diff -r1.17.2.2 -r1.17.2.3 pkgsrc/mail/roundcube-plugin-password/distinfo

cvs diff -r1.16 -r1.16.2.1 pkgsrc/mail/roundcube/Makefile.common (expand / switch to unified diff)

--- pkgsrc/mail/roundcube/Makefile.common 2020/01/14 14:30:00 1.16
+++ pkgsrc/mail/roundcube/Makefile.common 2020/05/08 19:17:54 1.16.2.1
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile.common,v 1.16 2020/01/14 14:30:00 taca Exp $ 1# $NetBSD: Makefile.common,v 1.16.2.1 2020/05/08 19:17:54 bsiegert Exp $
2# 2#
3# used by mail/roundcube/Makefile 3# used by mail/roundcube/Makefile
4# used by mail/roundcube/plugins.mk 4# used by mail/roundcube/plugins.mk
5 5
6DISTNAME= roundcubemail-${RC_VERS}-complete 6DISTNAME= roundcubemail-${RC_VERS}-complete
7CATEGORIES= mail 7CATEGORIES= mail
8MASTER_SITES= ${MASTER_SITE_GITHUB:=roundcube/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=roundcube/}
9GITHUB_PROJECT= roundcubemail 9GITHUB_PROJECT= roundcubemail
10GITHUB_RELEASE= ${RC_VERS} 10GITHUB_RELEASE= ${RC_VERS}
11HOMEPAGE= https://roundcube.net/ 11HOMEPAGE= https://roundcube.net/
12 12
13RC_VERS= 1.4.2 13RC_VERS= 1.4.4
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16USE_TOOLS+= pax 16USE_TOOLS+= pax
17EXTRACT_USING= bsdtar 17EXTRACT_USING= bsdtar
18NO_BUILD= yes 18NO_BUILD= yes
19WRKNAME= ${DISTNAME:S/-complete//} 19WRKNAME= ${DISTNAME:S/-complete//}
20WRKSRC= ${WRKDIR}/${WRKNAME} 20WRKSRC= ${WRKDIR}/${WRKNAME}
21 21
22DISTINFO_FILE?= ${PKGDIR}/../../mail/roundcube/distinfo 22DISTINFO_FILE?= ${PKGDIR}/../../mail/roundcube/distinfo
23 23
24PKG_SYSCONFSUBDIR?= roundcube 24PKG_SYSCONFSUBDIR?= roundcube
25 25
26PKG_GROUPS_VARS+= WWW_GROUP 26PKG_GROUPS_VARS+= WWW_GROUP

cvs diff -r1.47 -r1.47.2.1 pkgsrc/mail/roundcube/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/roundcube/PLIST 2020/01/14 14:30:00 1.47
+++ pkgsrc/mail/roundcube/PLIST 2020/05/08 19:17:54 1.47.2.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.47 2020/01/14 14:30:00 taca Exp $ 1@comment $NetBSD: PLIST,v 1.47.2.1 2020/05/08 19:17:54 bsiegert Exp $
2share/doc/roundcube/CHANGELOG 2share/doc/roundcube/CHANGELOG
3share/doc/roundcube/INSTALL 3share/doc/roundcube/INSTALL
4share/doc/roundcube/LICENSE 4share/doc/roundcube/LICENSE
5share/doc/roundcube/README.md 5share/doc/roundcube/README.md
6share/doc/roundcube/UPGRADING 6share/doc/roundcube/UPGRADING
7share/examples/roundcube/apache.conf 7share/examples/roundcube/apache.conf
8share/examples/roundcube/config.inc.php 8share/examples/roundcube/config.inc.php
9share/examples/roundcube/defaults.inc.php 9share/examples/roundcube/defaults.inc.php
10share/examples/roundcube/lighttpd.conf 10share/examples/roundcube/lighttpd.conf
11share/examples/roundcube/mimetypes.php 11share/examples/roundcube/mimetypes.php
12share/examples/roundcube/nginx.conf 12share/examples/roundcube/nginx.conf
13share/examples/roundcube/plugins/acl/config.inc.php 13share/examples/roundcube/plugins/acl/config.inc.php
14share/examples/roundcube/plugins/additional_message_headers/config.inc.php 14share/examples/roundcube/plugins/additional_message_headers/config.inc.php
@@ -950,35 +950,38 @@ share/roundcube/plugins/markasjunk/drive @@ -950,35 +950,38 @@ share/roundcube/plugins/markasjunk/drive
950share/roundcube/plugins/markasjunk/drivers/email_learn.php 950share/roundcube/plugins/markasjunk/drivers/email_learn.php
951share/roundcube/plugins/markasjunk/drivers/jsevent.php 951share/roundcube/plugins/markasjunk/drivers/jsevent.php
952share/roundcube/plugins/markasjunk/drivers/sa_blacklist.php 952share/roundcube/plugins/markasjunk/drivers/sa_blacklist.php
953share/roundcube/plugins/markasjunk/drivers/sa_detach.php 953share/roundcube/plugins/markasjunk/drivers/sa_detach.php
954share/roundcube/plugins/markasjunk/localization/ar.inc 954share/roundcube/plugins/markasjunk/localization/ar.inc
955share/roundcube/plugins/markasjunk/localization/ar_SA.inc 955share/roundcube/plugins/markasjunk/localization/ar_SA.inc
956share/roundcube/plugins/markasjunk/localization/bg_BG.inc 956share/roundcube/plugins/markasjunk/localization/bg_BG.inc
957share/roundcube/plugins/markasjunk/localization/cs_CZ.inc 957share/roundcube/plugins/markasjunk/localization/cs_CZ.inc
958share/roundcube/plugins/markasjunk/localization/cy_GB.inc 958share/roundcube/plugins/markasjunk/localization/cy_GB.inc
959share/roundcube/plugins/markasjunk/localization/de_DE.inc 959share/roundcube/plugins/markasjunk/localization/de_DE.inc
960share/roundcube/plugins/markasjunk/localization/el_GR.inc 960share/roundcube/plugins/markasjunk/localization/el_GR.inc
961share/roundcube/plugins/markasjunk/localization/en_GB.inc 961share/roundcube/plugins/markasjunk/localization/en_GB.inc
962share/roundcube/plugins/markasjunk/localization/en_US.inc 962share/roundcube/plugins/markasjunk/localization/en_US.inc
 963share/roundcube/plugins/markasjunk/localization/es_ES.inc
963share/roundcube/plugins/markasjunk/localization/et_EE.inc 964share/roundcube/plugins/markasjunk/localization/et_EE.inc
964share/roundcube/plugins/markasjunk/localization/eu_ES.inc 965share/roundcube/plugins/markasjunk/localization/eu_ES.inc
965share/roundcube/plugins/markasjunk/localization/fi_FI.inc 966share/roundcube/plugins/markasjunk/localization/fi_FI.inc
966share/roundcube/plugins/markasjunk/localization/fr_FR.inc 967share/roundcube/plugins/markasjunk/localization/fr_FR.inc
967share/roundcube/plugins/markasjunk/localization/ga_IE.inc 968share/roundcube/plugins/markasjunk/localization/ga_IE.inc
968share/roundcube/plugins/markasjunk/localization/he_IL.inc 969share/roundcube/plugins/markasjunk/localization/he_IL.inc
969share/roundcube/plugins/markasjunk/localization/hu_HU.inc 970share/roundcube/plugins/markasjunk/localization/hu_HU.inc
 971share/roundcube/plugins/markasjunk/localization/id_ID.inc
970share/roundcube/plugins/markasjunk/localization/is_IS.inc 972share/roundcube/plugins/markasjunk/localization/is_IS.inc
971share/roundcube/plugins/markasjunk/localization/ja_JP.inc 973share/roundcube/plugins/markasjunk/localization/ja_JP.inc
 974share/roundcube/plugins/markasjunk/localization/ko_KR.inc
972share/roundcube/plugins/markasjunk/localization/lt_LT.inc 975share/roundcube/plugins/markasjunk/localization/lt_LT.inc
973share/roundcube/plugins/markasjunk/localization/nb_NO.inc 976share/roundcube/plugins/markasjunk/localization/nb_NO.inc
974share/roundcube/plugins/markasjunk/localization/nl_NL.inc 977share/roundcube/plugins/markasjunk/localization/nl_NL.inc
975share/roundcube/plugins/markasjunk/localization/pl_PL.inc 978share/roundcube/plugins/markasjunk/localization/pl_PL.inc
976share/roundcube/plugins/markasjunk/localization/pt_BR.inc 979share/roundcube/plugins/markasjunk/localization/pt_BR.inc
977share/roundcube/plugins/markasjunk/localization/pt_PT.inc 980share/roundcube/plugins/markasjunk/localization/pt_PT.inc
978share/roundcube/plugins/markasjunk/localization/ru_RU.inc 981share/roundcube/plugins/markasjunk/localization/ru_RU.inc
979share/roundcube/plugins/markasjunk/localization/sk_SK.inc 982share/roundcube/plugins/markasjunk/localization/sk_SK.inc
980share/roundcube/plugins/markasjunk/localization/sq_AL.inc 983share/roundcube/plugins/markasjunk/localization/sq_AL.inc
981share/roundcube/plugins/markasjunk/localization/sv_SE.inc 984share/roundcube/plugins/markasjunk/localization/sv_SE.inc
982share/roundcube/plugins/markasjunk/localization/tr_TR.inc 985share/roundcube/plugins/markasjunk/localization/tr_TR.inc
983share/roundcube/plugins/markasjunk/localization/zh_TW.inc 986share/roundcube/plugins/markasjunk/localization/zh_TW.inc
984share/roundcube/plugins/markasjunk/markasjunk.js 987share/roundcube/plugins/markasjunk/markasjunk.js
@@ -1752,26 +1755,27 @@ share/roundcube/program/localization/it_ @@ -1752,26 +1755,27 @@ share/roundcube/program/localization/it_
1752share/roundcube/program/localization/it_IT/messages.inc 1755share/roundcube/program/localization/it_IT/messages.inc
1753share/roundcube/program/localization/ja_JP/labels.inc 1756share/roundcube/program/localization/ja_JP/labels.inc
1754share/roundcube/program/localization/ja_JP/messages.inc 1757share/roundcube/program/localization/ja_JP/messages.inc
1755share/roundcube/program/localization/ja_JP/timezones.inc 1758share/roundcube/program/localization/ja_JP/timezones.inc
1756share/roundcube/program/localization/ka_GE/labels.inc 1759share/roundcube/program/localization/ka_GE/labels.inc
1757share/roundcube/program/localization/ka_GE/messages.inc 1760share/roundcube/program/localization/ka_GE/messages.inc
1758share/roundcube/program/localization/kab/labels.inc 1761share/roundcube/program/localization/kab/labels.inc
1759share/roundcube/program/localization/km_KH/labels.inc 1762share/roundcube/program/localization/km_KH/labels.inc
1760share/roundcube/program/localization/km_KH/messages.inc 1763share/roundcube/program/localization/km_KH/messages.inc
1761share/roundcube/program/localization/kn_IN/labels.inc 1764share/roundcube/program/localization/kn_IN/labels.inc
1762share/roundcube/program/localization/kn_IN/messages.inc 1765share/roundcube/program/localization/kn_IN/messages.inc
1763share/roundcube/program/localization/ko_KR/labels.inc 1766share/roundcube/program/localization/ko_KR/labels.inc
1764share/roundcube/program/localization/ko_KR/messages.inc 1767share/roundcube/program/localization/ko_KR/messages.inc
 1768share/roundcube/program/localization/ko_KR/timezones.inc
1765share/roundcube/program/localization/ku/labels.inc 1769share/roundcube/program/localization/ku/labels.inc
1766share/roundcube/program/localization/ku/messages.inc 1770share/roundcube/program/localization/ku/messages.inc
1767share/roundcube/program/localization/ku_IQ/labels.inc 1771share/roundcube/program/localization/ku_IQ/labels.inc
1768share/roundcube/program/localization/ku_IQ/messages.inc 1772share/roundcube/program/localization/ku_IQ/messages.inc
1769share/roundcube/program/localization/lb_LU/labels.inc 1773share/roundcube/program/localization/lb_LU/labels.inc
1770share/roundcube/program/localization/lb_LU/messages.inc 1774share/roundcube/program/localization/lb_LU/messages.inc
1771share/roundcube/program/localization/lt_LT/labels.inc 1775share/roundcube/program/localization/lt_LT/labels.inc
1772share/roundcube/program/localization/lt_LT/messages.inc 1776share/roundcube/program/localization/lt_LT/messages.inc
1773share/roundcube/program/localization/lt_LT/timezones.inc 1777share/roundcube/program/localization/lt_LT/timezones.inc
1774share/roundcube/program/localization/lv_LV/labels.inc 1778share/roundcube/program/localization/lv_LV/labels.inc
1775share/roundcube/program/localization/lv_LV/messages.inc 1779share/roundcube/program/localization/lv_LV/messages.inc
1776share/roundcube/program/localization/lv_LV/timezones.inc 1780share/roundcube/program/localization/lv_LV/timezones.inc
1777share/roundcube/program/localization/mk_MK/labels.inc 1781share/roundcube/program/localization/mk_MK/labels.inc

cvs diff -r1.66.2.1 -r1.66.2.2 pkgsrc/mail/roundcube/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/roundcube/distinfo 2020/05/06 10:01:06 1.66.2.1
+++ pkgsrc/mail/roundcube/distinfo 2020/05/08 19:17:54 1.66.2.2
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.66.2.1 2020/05/06 10:01:06 bsiegert Exp $ 1$NetBSD: distinfo,v 1.66.2.2 2020/05/08 19:17:54 bsiegert Exp $
2 2
3SHA1 (roundcubemail-1.4.2-complete.tar.gz) = d53fcd7f1109a63364d5d4a43f879c6f47d34a89 3SHA1 (roundcubemail-1.4.4-complete.tar.gz) = 4e425263f5bec27d39c07bde524f421bda205c07
4RMD160 (roundcubemail-1.4.2-complete.tar.gz) = f043c3e55156625a9f4a8f95aeab704502be9b9d 4RMD160 (roundcubemail-1.4.4-complete.tar.gz) = 43c3ea4da074337c4b8826420eab9a799fd46e1a
5SHA512 (roundcubemail-1.4.2-complete.tar.gz) = 3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb 5SHA512 (roundcubemail-1.4.4-complete.tar.gz) = ddea321b5266c547f67c010147e9aa1457bea4802bec37f9e9d87e691bdc8df27f5c90cff8770de2458822160b85f7359f62742072ae1d642a040b9d88651519
6Size (roundcubemail-1.4.2-complete.tar.gz) = 7006013 bytes 6Size (roundcubemail-1.4.4-complete.tar.gz) = 7029864 bytes
7SHA1 (patch-af) = 7f29b0310a2a6b2e71858787e08b025e30d8bd12 7SHA1 (patch-af) = 7f29b0310a2a6b2e71858787e08b025e30d8bd12
8SHA1 (patch-config_config.inc.php.sample) = 92a48a97b16fe3f5f4b9441fce762a559d8daca7 8SHA1 (patch-config_config.inc.php.sample) = 92a48a97b16fe3f5f4b9441fce762a559d8daca7
9SHA1 (patch-rcube_mime_default) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c 9SHA1 (patch-rcube_mime_default) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c

cvs diff -r1.7.2.1 -r1.7.2.2 pkgsrc/mail/roundcube-plugin-password/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/roundcube-plugin-password/Makefile 2020/05/06 10:01:06 1.7.2.1
+++ pkgsrc/mail/roundcube-plugin-password/Makefile 2020/05/08 19:17:54 1.7.2.2
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1# $NetBSD: Makefile,v 1.7.2.1 2020/05/06 10:01:06 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.7.2.2 2020/05/08 19:17:54 bsiegert Exp $
2 2
3PLUGIN= password 3PLUGIN= password
4PKGREVISION= 1 
5 4
6MAINTAINER= taca@NetBSD.org 5MAINTAINER= taca@NetBSD.org
7COMMENT= Password change plugin for roundcube 6COMMENT= Password change plugin for roundcube
8LICENSE= gnu-gpl-v3 7LICENSE= gnu-gpl-v3
9 8
 9DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
 10
10REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl 11REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl
11REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py 12REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py
12 13
13DISTINFO_FILE= ${PKGDIR}/distinfo 14DISTINFO_FILE= ${PKGDIR}/distinfo
14 15
15.include "../../mail/roundcube/plugins.mk" 16.include "../../mail/roundcube/plugins.mk"
 17.include "../../lang/perl5/module.mk"
16.include "../../lang/python/application.mk" 18.include "../../lang/python/application.mk"
17.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17.2.2 -r1.17.2.3 pkgsrc/mail/roundcube-plugin-password/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/roundcube-plugin-password/distinfo 2020/05/06 10:01:06 1.17.2.2
+++ pkgsrc/mail/roundcube-plugin-password/distinfo 2020/05/08 19:17:54 1.17.2.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.17.2.2 2020/05/06 10:01:06 bsiegert Exp $ 1$NetBSD: distinfo,v 1.17.2.3 2020/05/08 19:17:54 bsiegert Exp $
2 2
3SHA1 (roundcubemail-1.4.2-complete.tar.gz) = d53fcd7f1109a63364d5d4a43f879c6f47d34a89 3SHA1 (roundcubemail-1.4.4-complete.tar.gz) = 4e425263f5bec27d39c07bde524f421bda205c07
4RMD160 (roundcubemail-1.4.2-complete.tar.gz) = f043c3e55156625a9f4a8f95aeab704502be9b9d 4RMD160 (roundcubemail-1.4.4-complete.tar.gz) = 43c3ea4da074337c4b8826420eab9a799fd46e1a
5SHA512 (roundcubemail-1.4.2-complete.tar.gz) = 3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb 5SHA512 (roundcubemail-1.4.4-complete.tar.gz) = ddea321b5266c547f67c010147e9aa1457bea4802bec37f9e9d87e691bdc8df27f5c90cff8770de2458822160b85f7359f62742072ae1d642a040b9d88651519
6Size (roundcubemail-1.4.2-complete.tar.gz) = 7006013 bytes 6Size (roundcubemail-1.4.4-complete.tar.gz) = 7029864 bytes
7SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165 7SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165