pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2023Q2] pkgsrc/mail
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Sep 23 18:29:15 UTC 2023
Modified Files:
pkgsrc/mail/roundcube [pkgsrc-2023Q2]: Makefile Makefile.common PLIST
distinfo
pkgsrc/mail/roundcube-plugin-enigma [pkgsrc-2023Q2]: PLIST
pkgsrc/mail/roundcube-plugin-password [pkgsrc-2023Q2]: PLIST distinfo
pkgsrc/mail/roundcube-plugin-zipdownload [pkgsrc-2023Q2]: PLIST
Log Message:
Pullup ticket #6800 - requested by taca
mail/roundcube: security fix
Revisions pulled up:
- mail/roundcube-plugin-enigma/Makefile 1.16
- mail/roundcube-plugin-enigma/PLIST 1.6
- mail/roundcube-plugin-password/Makefile 1.22
- mail/roundcube-plugin-password/PLIST 1.7
- mail/roundcube-plugin-password/distinfo 1.32-1.33
- mail/roundcube-plugin-zipdownload/Makefile 1.13
- mail/roundcube-plugin-zipdownload/PLIST 1.6
- mail/roundcube/Makefile 1.98-1.99
- mail/roundcube/Makefile.common 1.30-1.31
- mail/roundcube/PLIST 1.53-1.55
- mail/roundcube/distinfo 1.84-1.85
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jul 7 12:57:21 UTC 2023
Modified Files:
pkgsrc/mail/roundcube: Makefile.common PLIST distinfo
pkgsrc/mail/roundcube-plugin-enigma: PLIST
pkgsrc/mail/roundcube-plugin-password: PLIST distinfo
pkgsrc/mail/roundcube-plugin-zipdownload: PLIST
Log Message:
mail/roundcube: update to 1.6.2
1.6.2 (2023-07-02)
* Add Uyghur localization
* Fix regression in OAuth request URI caused by use of REQUEST_URI instead
of SCRIPT_NAME as a default (#8878)
* Fix bug where false attachment reminder was displayed on HTML mail with
inline images (#8885)
* Fix bug where a non-ASCII character in app.js could cause error in
javascript engine (#8894)
* Fix JWT decoding with url safe base64 schema (#8890)
* Fix bug where .wav instead of .mp3 file was used for the new mail
notification in Firefox (#8895)
* Fix PHP8 warning (#8891)
* Fix support for Windows-31J charset (#8869)
* Fix so LDAP VLV option is disabled by default as documented (#8833)
* Fix so an email address with name is supported as input to the managesieve
notify :from parameter (#8918)
* Fix Help plugin menu (#8898)
* Fix invalid onclick handler on the logo image when using non-array
skin_logo setting (#8933)
* Fix duplicate recipients in "To" and "Cc" on reply (#8912)
* Fix bug where it wasn't possible to scroll lists by clicking middle mouse
button (#8942)
* Fix bug where label text in a single-input dialog could be partially
invisible in some locales (#8905)
* Fix bug where LDAP (fulltext) search didn't work without 'search_fields'
in config (#8874)
* Fix extra leading newlines in plain text converted from HTML (#8973)
* Fix so recipients with a domain ending with .s are allowed (#8854)
* Fix so vCard output does not contain non-standard/redundant TYPE=OTHER and
TYPE=INTERNET (#8838)
* Fix QR code images for contacts with non-ASCII characters (#9001)
* Fix PHP8 warnings when using list_flags and list_cols properties by
plugins (#8998)
* Fix bug where subfolders could loose subscription on parent folder rename
(#8892)
* Fix connecting to LDAP using an URI with ldapi:// scheme (#8990)
* Fix insecure shell command params handling in cmd_learn driver of
markasjunk plugin (#9005)
* Fix bug where some mail headers didn't work in cmd_learn driver of
markasjunk plugin (#9005)
* Fix PHP fatal error when importing vcf file using PHP 8.2 (#9025)
* Fix so output of log_date_format with microseconds contains time in server
time zone, not UTC
---
Module Name: pkgsrc
Committed By: abs
Date: Thu Jul 27 08:18:00 UTC 2023
Modified Files:
pkgsrc/mail/roundcube: Makefile PLIST
Log Message:
Also install the "vendor/" contents to resolve guzzlehttp requirement
Bump PKGREVISION
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Sep 18 03:39:03 UTC 2023
Modified Files:
pkgsrc/mail/roundcube: Makefile Makefile.common PLIST distinfo
pkgsrc/mail/roundcube-plugin-enigma: Makefile
pkgsrc/mail/roundcube-plugin-password: Makefile distinfo
pkgsrc/mail/roundcube-plugin-zipdownload: Makefile
Log Message:
mail/roundcube: update to 1.6.3
From release announce:
We just published a security update to the version 1.6 of Roundcube Webmail.
It provides a fix to a recently reported XSS vulnerability:
Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in
plain text messages, reported by Niraj Shivtarkar. See the full changelog
in the release notes in the release notes on the Github download page.
We strongly recommend to update all productive installations of Roundcube
1.6.x with this new version.
1.6.3 (2023-09-15)
* Fix bug where installto.sh/update.sh scripts were removing some essential
options from the config file (#9051)
* Update jQuery-UI to version 1.13.2 (#9041)
* Fix regression that broke use_secure_urls feature (#9052)
* Fix potential PHP fatal error when opening a message with message/rfc822
part (#8953)
* Fix bug where a duplicate `<title>` tag in HTML email could cause some
parts being cut off (#9029)
* Fix bug where a list of folders could have been sorted incorrectly (#9057)
* Fix regression where LDAP addressbook 'filter' option was ignored (#9061)
* Fix wrong order of a multi-folder search result when sorting by size
(#9065)
* Fix so install/update scripts do not require PEAR (#9037)
* Fix regression where some mail parts could have been decoded incorrectly,
or not at all (#9096)
* Fix handling of an error case in Cyrus IMAP BINARY FETCH, fallback to
non-binary FETCH (#9097)
* Fix PHP8 deprecation warning in the reconnect plugin (#9083)
* Fix "Show source" on mobile with x_frame_options = deny (#9084)
* Fix various PHP warnings (#9098)
* Fix deprecated use of ldap_connect() in password's ldap_simple driver
(#9060)
* Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in
plain text messages
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.97.4.1 pkgsrc/mail/roundcube/Makefile
cvs rdiff -u -r1.29 -r1.29.4.1 pkgsrc/mail/roundcube/Makefile.common
cvs rdiff -u -r1.52 -r1.52.4.1 pkgsrc/mail/roundcube/PLIST
cvs rdiff -u -r1.83 -r1.83.4.1 pkgsrc/mail/roundcube/distinfo
cvs rdiff -u -r1.5 -r1.5.8.1 pkgsrc/mail/roundcube-plugin-enigma/PLIST
cvs rdiff -u -r1.6 -r1.6.8.1 pkgsrc/mail/roundcube-plugin-password/PLIST
cvs rdiff -u -r1.31 -r1.31.4.1 pkgsrc/mail/roundcube-plugin-password/distinfo
cvs rdiff -u -r1.5 -r1.5.8.1 pkgsrc/mail/roundcube-plugin-zipdownload/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/roundcube/Makefile
diff -u pkgsrc/mail/roundcube/Makefile:1.97 pkgsrc/mail/roundcube/Makefile:1.97.4.1
--- pkgsrc/mail/roundcube/Makefile:1.97 Sat Jan 28 13:48:39 2023
+++ pkgsrc/mail/roundcube/Makefile Sat Sep 23 18:29:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2023/01/28 13:48:39 taca Exp $
+# $NetBSD: Makefile,v 1.97.4.1 2023/09/23 18:29:15 bsiegert Exp $
DISTNAME= roundcubemail-${RC_VERS}
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/:S/-complete//}
@@ -18,7 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_IDN
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.10.0:../../mail/pear-Mail_Mime
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.6:../../mail/pear-Auth_SASL
-RC_SUBDIRS= SQL bin installer plugins program skins
+RC_SUBDIRS= SQL bin installer plugins program skins vendor
.for d in ${RC_SUBDIRS}
INSTALLATION_DIRS+= ${RCDIR}/${d}
Index: pkgsrc/mail/roundcube/Makefile.common
diff -u pkgsrc/mail/roundcube/Makefile.common:1.29 pkgsrc/mail/roundcube/Makefile.common:1.29.4.1
--- pkgsrc/mail/roundcube/Makefile.common:1.29 Sat Jan 28 13:48:39 2023
+++ pkgsrc/mail/roundcube/Makefile.common Sat Sep 23 18:29:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2023/01/28 13:48:39 taca Exp $
+# $NetBSD: Makefile.common,v 1.29.4.1 2023/09/23 18:29:15 bsiegert 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.1
+RC_VERS= 1.6.3
USE_LANGUAGES= # none
USE_TOOLS+= pax
Index: pkgsrc/mail/roundcube/PLIST
diff -u pkgsrc/mail/roundcube/PLIST:1.52 pkgsrc/mail/roundcube/PLIST:1.52.4.1
--- pkgsrc/mail/roundcube/PLIST:1.52 Sat Jan 28 13:48:39 2023
+++ pkgsrc/mail/roundcube/PLIST Sat Sep 23 18:29:15 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.52 2023/01/28 13:48:39 taca Exp $
+@comment $NetBSD: PLIST,v 1.52.4.1 2023/09/23 18:29:15 bsiegert Exp $
share/doc/roundcube/CHANGELOG.md
share/doc/roundcube/INSTALL
share/doc/roundcube/LICENSE
@@ -285,6 +285,7 @@ share/roundcube/plugins/acl/localization
share/roundcube/plugins/acl/localization/ti.inc
share/roundcube/plugins/acl/localization/tr_TR.inc
share/roundcube/plugins/acl/localization/tzl.inc
+share/roundcube/plugins/acl/localization/ug.inc
share/roundcube/plugins/acl/localization/uk_UA.inc
share/roundcube/plugins/acl/localization/uz.inc
share/roundcube/plugins/acl/localization/vi_VN.inc
@@ -375,6 +376,7 @@ share/roundcube/plugins/archive/localiza
share/roundcube/plugins/archive/localization/th_TH.inc
share/roundcube/plugins/archive/localization/tr_TR.inc
share/roundcube/plugins/archive/localization/tzl.inc
+share/roundcube/plugins/archive/localization/ug.inc
share/roundcube/plugins/archive/localization/uk_UA.inc
share/roundcube/plugins/archive/localization/uz.inc
share/roundcube/plugins/archive/localization/vi_VN.inc
@@ -436,6 +438,7 @@ share/roundcube/plugins/attachment_remin
share/roundcube/plugins/attachment_reminder/localization/ml_IN.inc
share/roundcube/plugins/attachment_reminder/localization/mn_MN.inc
share/roundcube/plugins/attachment_reminder/localization/nb_NO.inc
+share/roundcube/plugins/attachment_reminder/localization/nl_BE.inc
share/roundcube/plugins/attachment_reminder/localization/nl_NL.inc
share/roundcube/plugins/attachment_reminder/localization/pl_PL.inc
share/roundcube/plugins/attachment_reminder/localization/pt_BR.inc
@@ -448,6 +451,7 @@ share/roundcube/plugins/attachment_remin
share/roundcube/plugins/attachment_reminder/localization/sr_CS.inc
share/roundcube/plugins/attachment_reminder/localization/sv_SE.inc
share/roundcube/plugins/attachment_reminder/localization/tr_TR.inc
+share/roundcube/plugins/attachment_reminder/localization/ug.inc
share/roundcube/plugins/attachment_reminder/localization/uk_UA.inc
share/roundcube/plugins/attachment_reminder/localization/uz.inc
share/roundcube/plugins/attachment_reminder/localization/vi_VN.inc
@@ -513,6 +517,7 @@ share/roundcube/plugins/emoticons/locali
share/roundcube/plugins/emoticons/localization/sr_CS.inc
share/roundcube/plugins/emoticons/localization/sv_SE.inc
share/roundcube/plugins/emoticons/localization/tr_TR.inc
+share/roundcube/plugins/emoticons/localization/ug.inc
share/roundcube/plugins/emoticons/localization/uk_UA.inc
share/roundcube/plugins/emoticons/localization/uz.inc
share/roundcube/plugins/emoticons/localization/zh_CN.inc
@@ -599,6 +604,7 @@ share/roundcube/plugins/help/localizatio
share/roundcube/plugins/help/localization/ti.inc
share/roundcube/plugins/help/localization/tr_TR.inc
share/roundcube/plugins/help/localization/tzl.inc
+share/roundcube/plugins/help/localization/ug.inc
share/roundcube/plugins/help/localization/uk_UA.inc
share/roundcube/plugins/help/localization/uz.inc
share/roundcube/plugins/help/localization/vi_VN.inc
@@ -682,6 +688,7 @@ share/roundcube/plugins/hide_blockquote/
share/roundcube/plugins/hide_blockquote/localization/th_TH.inc
share/roundcube/plugins/hide_blockquote/localization/tr_TR.inc
share/roundcube/plugins/hide_blockquote/localization/tzl.inc
+share/roundcube/plugins/hide_blockquote/localization/ug.inc
share/roundcube/plugins/hide_blockquote/localization/uk_UA.inc
share/roundcube/plugins/hide_blockquote/localization/ur_PK.inc
share/roundcube/plugins/hide_blockquote/localization/uz.inc
@@ -889,6 +896,7 @@ share/roundcube/plugins/managesieve/loca
share/roundcube/plugins/managesieve/localization/ti.inc
share/roundcube/plugins/managesieve/localization/tr_TR.inc
share/roundcube/plugins/managesieve/localization/tzl.inc
+share/roundcube/plugins/managesieve/localization/ug.inc
share/roundcube/plugins/managesieve/localization/uk_UA.inc
share/roundcube/plugins/managesieve/localization/ur_PK.inc
share/roundcube/plugins/managesieve/localization/uz.inc
@@ -941,6 +949,7 @@ share/roundcube/plugins/markasjunk/local
share/roundcube/plugins/markasjunk/localization/it_IT.inc
share/roundcube/plugins/markasjunk/localization/ja_JP.inc
share/roundcube/plugins/markasjunk/localization/ko_KR.inc
+share/roundcube/plugins/markasjunk/localization/ku.inc
share/roundcube/plugins/markasjunk/localization/lt_LT.inc
share/roundcube/plugins/markasjunk/localization/lv_LV.inc
share/roundcube/plugins/markasjunk/localization/nb_NO.inc
@@ -953,6 +962,7 @@ share/roundcube/plugins/markasjunk/local
share/roundcube/plugins/markasjunk/localization/sq_AL.inc
share/roundcube/plugins/markasjunk/localization/sv_SE.inc
share/roundcube/plugins/markasjunk/localization/tr_TR.inc
+share/roundcube/plugins/markasjunk/localization/ug.inc
share/roundcube/plugins/markasjunk/localization/zh_TW.inc
share/roundcube/plugins/markasjunk/markasjunk.js
share/roundcube/plugins/markasjunk/markasjunk.min.js
@@ -1027,6 +1037,7 @@ share/roundcube/plugins/new_user_dialog/
share/roundcube/plugins/new_user_dialog/localization/sv_SE.inc
share/roundcube/plugins/new_user_dialog/localization/th_TH.inc
share/roundcube/plugins/new_user_dialog/localization/tr_TR.inc
+share/roundcube/plugins/new_user_dialog/localization/ug.inc
share/roundcube/plugins/new_user_dialog/localization/uk_UA.inc
share/roundcube/plugins/new_user_dialog/localization/vi_VN.inc
share/roundcube/plugins/new_user_dialog/localization/zh_CN.inc
@@ -1105,6 +1116,7 @@ share/roundcube/plugins/newmail_notifier
share/roundcube/plugins/newmail_notifier/localization/th_TH.inc
share/roundcube/plugins/newmail_notifier/localization/ti.inc
share/roundcube/plugins/newmail_notifier/localization/tr_TR.inc
+share/roundcube/plugins/newmail_notifier/localization/ug.inc
share/roundcube/plugins/newmail_notifier/localization/uk_UA.inc
share/roundcube/plugins/newmail_notifier/localization/uz.inc
share/roundcube/plugins/newmail_notifier/localization/vi_VN.inc
@@ -1194,6 +1206,7 @@ share/roundcube/plugins/subscriptions_op
share/roundcube/plugins/subscriptions_option/localization/sv_SE.inc
share/roundcube/plugins/subscriptions_option/localization/th_TH.inc
share/roundcube/plugins/subscriptions_option/localization/tr_TR.inc
+share/roundcube/plugins/subscriptions_option/localization/ug.inc
share/roundcube/plugins/subscriptions_option/localization/uk_UA.inc
share/roundcube/plugins/subscriptions_option/localization/uz.inc
share/roundcube/plugins/subscriptions_option/localization/vi_VN.inc
@@ -1270,6 +1283,7 @@ share/roundcube/plugins/userinfo/localiz
share/roundcube/plugins/userinfo/localization/th_TH.inc
share/roundcube/plugins/userinfo/localization/ti.inc
share/roundcube/plugins/userinfo/localization/tr_TR.inc
+share/roundcube/plugins/userinfo/localization/ug.inc
share/roundcube/plugins/userinfo/localization/uk_UA.inc
share/roundcube/plugins/userinfo/localization/uz.inc
share/roundcube/plugins/userinfo/localization/vi_VN.inc
@@ -1343,6 +1357,7 @@ share/roundcube/plugins/vcard_attachment
share/roundcube/plugins/vcard_attachments/localization/sv_SE.inc
share/roundcube/plugins/vcard_attachments/localization/th_TH.inc
share/roundcube/plugins/vcard_attachments/localization/tr_TR.inc
+share/roundcube/plugins/vcard_attachments/localization/ug.inc
share/roundcube/plugins/vcard_attachments/localization/uk_UA.inc
share/roundcube/plugins/vcard_attachments/localization/uz.inc
share/roundcube/plugins/vcard_attachments/localization/vi_VN.inc
@@ -1813,6 +1828,7 @@ share/roundcube/program/localization/ja_
share/roundcube/program/localization/ka_GE/labels.inc
share/roundcube/program/localization/ka_GE/messages.inc
share/roundcube/program/localization/kab/labels.inc
+share/roundcube/program/localization/kab/messages.inc
share/roundcube/program/localization/km_KH/labels.inc
share/roundcube/program/localization/km_KH/messages.inc
share/roundcube/program/localization/kn_IN/labels.inc
@@ -1905,6 +1921,9 @@ share/roundcube/program/localization/tr_
share/roundcube/program/localization/tr_TR/timezones.inc
share/roundcube/program/localization/tzl/labels.inc
share/roundcube/program/localization/tzl/messages.inc
+share/roundcube/program/localization/ug/labels.inc
+share/roundcube/program/localization/ug/messages.inc
+share/roundcube/program/localization/ug/timezones.inc
share/roundcube/program/localization/uk_UA/labels.inc
share/roundcube/program/localization/uk_UA/messages.inc
share/roundcube/program/localization/ur_PK/labels.inc
@@ -2010,3 +2029,391 @@ share/roundcube/skins/elastic/thumbnail.
share/roundcube/skins/elastic/ui.js
share/roundcube/skins/elastic/ui.min.js
share/roundcube/skins/elastic/watermark.html
+share/roundcube/vendor/autoload.php
+share/roundcube/vendor/bacon/bacon-qr-code/LICENSE
+share/roundcube/vendor/bacon/bacon-qr-code/README.md
+share/roundcube/vendor/bacon/bacon-qr-code/composer.json
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/BitArray.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/BitMatrix.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/BitUtils.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/EcBlock.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/EcBlocks.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/Mode.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Common/Version.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Encoder/BlockPair.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Encoder/MaskUtil.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Encoder/QrCode.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Exception/WriterException.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Color/Gray.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Path/Close.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Path/Curve.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Path/Line.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Path/Move.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/Path/Path.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/RendererInterface.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php
+share/roundcube/vendor/bacon/bacon-qr-code/src/Writer.php
+share/roundcube/vendor/bin/crypt-gpg-pinentry
+share/roundcube/vendor/composer/ClassLoader.php
+share/roundcube/vendor/composer/InstalledVersions.php
+share/roundcube/vendor/composer/LICENSE
+share/roundcube/vendor/composer/autoload_classmap.php
+share/roundcube/vendor/composer/autoload_files.php
+share/roundcube/vendor/composer/autoload_namespaces.php
+share/roundcube/vendor/composer/autoload_psr4.php
+share/roundcube/vendor/composer/autoload_real.php
+share/roundcube/vendor/composer/autoload_static.php
+share/roundcube/vendor/composer/include_paths.php
+share/roundcube/vendor/composer/installed.json
+share/roundcube/vendor/composer/installed.php
+share/roundcube/vendor/composer/platform_check.php
+share/roundcube/vendor/dasprid/enum/LICENSE
+share/roundcube/vendor/dasprid/enum/README.md
+share/roundcube/vendor/dasprid/enum/composer.json
+share/roundcube/vendor/dasprid/enum/src/AbstractEnum.php
+share/roundcube/vendor/dasprid/enum/src/EnumMap.php
+share/roundcube/vendor/dasprid/enum/src/Exception/CloneNotSupportedException.php
+share/roundcube/vendor/dasprid/enum/src/Exception/ExceptionInterface.php
+share/roundcube/vendor/dasprid/enum/src/Exception/ExpectationException.php
+share/roundcube/vendor/dasprid/enum/src/Exception/IllegalArgumentException.php
+share/roundcube/vendor/dasprid/enum/src/Exception/MismatchException.php
+share/roundcube/vendor/dasprid/enum/src/Exception/SerializeNotSupportedException.php
+share/roundcube/vendor/dasprid/enum/src/Exception/UnserializeNotSupportedException.php
+share/roundcube/vendor/dasprid/enum/src/NullValue.php
+share/roundcube/vendor/guzzlehttp/guzzle/CHANGELOG.md
+share/roundcube/vendor/guzzlehttp/guzzle/LICENSE
+share/roundcube/vendor/guzzlehttp/guzzle/README.md
+share/roundcube/vendor/guzzlehttp/guzzle/UPGRADING.md
+share/roundcube/vendor/guzzlehttp/guzzle/composer.json
+share/roundcube/vendor/guzzlehttp/guzzle/src/BodySummarizer.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Client.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/ClientInterface.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/ClientTrait.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/HandlerStack.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/MessageFormatter.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Middleware.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Pool.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/RequestOptions.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/TransferStats.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/Utils.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/functions.php
+share/roundcube/vendor/guzzlehttp/guzzle/src/functions_include.php
+share/roundcube/vendor/guzzlehttp/promises/CHANGELOG.md
+share/roundcube/vendor/guzzlehttp/promises/LICENSE
+share/roundcube/vendor/guzzlehttp/promises/README.md
+share/roundcube/vendor/guzzlehttp/promises/composer.json
+share/roundcube/vendor/guzzlehttp/promises/src/AggregateException.php
+share/roundcube/vendor/guzzlehttp/promises/src/CancellationException.php
+share/roundcube/vendor/guzzlehttp/promises/src/Coroutine.php
+share/roundcube/vendor/guzzlehttp/promises/src/Create.php
+share/roundcube/vendor/guzzlehttp/promises/src/Each.php
+share/roundcube/vendor/guzzlehttp/promises/src/EachPromise.php
+share/roundcube/vendor/guzzlehttp/promises/src/FulfilledPromise.php
+share/roundcube/vendor/guzzlehttp/promises/src/Is.php
+share/roundcube/vendor/guzzlehttp/promises/src/Promise.php
+share/roundcube/vendor/guzzlehttp/promises/src/PromiseInterface.php
+share/roundcube/vendor/guzzlehttp/promises/src/PromisorInterface.php
+share/roundcube/vendor/guzzlehttp/promises/src/RejectedPromise.php
+share/roundcube/vendor/guzzlehttp/promises/src/RejectionException.php
+share/roundcube/vendor/guzzlehttp/promises/src/TaskQueue.php
+share/roundcube/vendor/guzzlehttp/promises/src/TaskQueueInterface.php
+share/roundcube/vendor/guzzlehttp/promises/src/Utils.php
+share/roundcube/vendor/guzzlehttp/psr7/CHANGELOG.md
+share/roundcube/vendor/guzzlehttp/psr7/LICENSE
+share/roundcube/vendor/guzzlehttp/psr7/README.md
+share/roundcube/vendor/guzzlehttp/psr7/composer.json
+share/roundcube/vendor/guzzlehttp/psr7/src/AppendStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/BufferStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/CachingStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/DroppingStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php
+share/roundcube/vendor/guzzlehttp/psr7/src/FnStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Header.php
+share/roundcube/vendor/guzzlehttp/psr7/src/HttpFactory.php
+share/roundcube/vendor/guzzlehttp/psr7/src/InflateStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/LimitStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Message.php
+share/roundcube/vendor/guzzlehttp/psr7/src/MessageTrait.php
+share/roundcube/vendor/guzzlehttp/psr7/src/MimeType.php
+share/roundcube/vendor/guzzlehttp/psr7/src/MultipartStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/NoSeekStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/PumpStream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Query.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Request.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Response.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Rfc7230.php
+share/roundcube/vendor/guzzlehttp/psr7/src/ServerRequest.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Stream.php
+share/roundcube/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
+share/roundcube/vendor/guzzlehttp/psr7/src/StreamWrapper.php
+share/roundcube/vendor/guzzlehttp/psr7/src/UploadedFile.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Uri.php
+share/roundcube/vendor/guzzlehttp/psr7/src/UriComparator.php
+share/roundcube/vendor/guzzlehttp/psr7/src/UriNormalizer.php
+share/roundcube/vendor/guzzlehttp/psr7/src/UriResolver.php
+share/roundcube/vendor/guzzlehttp/psr7/src/Utils.php
+share/roundcube/vendor/kolab/net_ldap3/.arcconfig
+share/roundcube/vendor/kolab/net_ldap3/LICENSE
+share/roundcube/vendor/kolab/net_ldap3/composer.json
+share/roundcube/vendor/kolab/net_ldap3/lib/Net/LDAP3.php
+share/roundcube/vendor/kolab/net_ldap3/lib/Net/LDAP3/Result.php
+share/roundcube/vendor/masterminds/html5/CREDITS
+share/roundcube/vendor/masterminds/html5/LICENSE.txt
+share/roundcube/vendor/masterminds/html5/README.md
+share/roundcube/vendor/masterminds/html5/RELEASE.md
+share/roundcube/vendor/masterminds/html5/UPGRADING.md
+share/roundcube/vendor/masterminds/html5/bin/entities.php
+share/roundcube/vendor/masterminds/html5/composer.json
+share/roundcube/vendor/masterminds/html5/src/HTML5.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Elements.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Entities.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Exception.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/InstructionProcessor.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/InputStream.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/README.md
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/Scanner.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Serializer/README.md
+share/roundcube/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php
+share/roundcube/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL/Anonymous.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL/Common.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL/CramMD5.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL/DigestMD5.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL/External.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL/Login.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL/Plain.php
+share/roundcube/vendor/pear/auth_sasl/Auth/SASL/SCRAM.php
+share/roundcube/vendor/pear/auth_sasl/README.md
+share/roundcube/vendor/pear/auth_sasl/composer.json
+share/roundcube/vendor/pear/auth_sasl/package.xml
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/Callback.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/Counter.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/Help.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/List.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/Password.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/StoreArray.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/StoreFalse.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/StoreFloat.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/StoreInt.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/StoreString.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/StoreTrue.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Action/Version.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Argument.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Command.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/CustomMessageProvider.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Element.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Exception.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/MessageProvider.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/MessageProvider/Default.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Option.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Outputter.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Outputter/Default.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Renderer.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Renderer/Default.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/Result.php
+share/roundcube/vendor/pear/console_commandline/Console/CommandLine/XmlParser.php
+share/roundcube/vendor/pear/console_commandline/README.rst
+share/roundcube/vendor/pear/console_commandline/composer.json
+share/roundcube/vendor/pear/console_commandline/data/xmlschema.rng
+share/roundcube/vendor/pear/console_commandline/phpunit.xml
+share/roundcube/vendor/pear/console_getopt/Console/Getopt.php
+share/roundcube/vendor/pear/console_getopt/LICENSE
+share/roundcube/vendor/pear/console_getopt/README.rst
+share/roundcube/vendor/pear/console_getopt/composer.json
+share/roundcube/vendor/pear/console_getopt/package.xml
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/Engine.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/Exceptions.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/Key.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/KeyGenerator.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/PinEntry.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/ProcessControl.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/ProcessHandler.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/Signature.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/SignatureCreationInfo.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/SubKey.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPG/UserId.php
+share/roundcube/vendor/pear/crypt_gpg/Crypt/GPGAbstract.php
+share/roundcube/vendor/pear/crypt_gpg/LICENSE
+share/roundcube/vendor/pear/crypt_gpg/README.md
+share/roundcube/vendor/pear/crypt_gpg/composer.json
+share/roundcube/vendor/pear/crypt_gpg/data/pinentry-cli.xml
+share/roundcube/vendor/pear/crypt_gpg/scripts/crypt-gpg-pinentry
+share/roundcube/vendor/pear/mail_mime/Mail/mime.php
+share/roundcube/vendor/pear/mail_mime/Mail/mimePart.php
+share/roundcube/vendor/pear/mail_mime/README
+share/roundcube/vendor/pear/mail_mime/composer.json
+share/roundcube/vendor/pear/net_ldap2/LICENSE
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/Entry.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/Filter.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/LDIF.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/RootDSE.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/Schema.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/SchemaCache.interface.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/Search.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/SimpleFileSchemaCache.php
+share/roundcube/vendor/pear/net_ldap2/Net/LDAP2/Util.php
+share/roundcube/vendor/pear/net_ldap2/composer.json
+share/roundcube/vendor/pear/net_ldap2/package.xml
+share/roundcube/vendor/pear/net_sieve/Sieve.php
+share/roundcube/vendor/pear/net_sieve/composer.json
+share/roundcube/vendor/pear/net_smtp/LICENSE
+share/roundcube/vendor/pear/net_smtp/Net/SMTP.php
+share/roundcube/vendor/pear/net_smtp/README.rst
+share/roundcube/vendor/pear/net_smtp/composer.json
+share/roundcube/vendor/pear/net_socket/Net/Socket.php
+share/roundcube/vendor/pear/net_socket/composer.json
+share/roundcube/vendor/pear/net_socket/package.xml
+share/roundcube/vendor/pear/pear-core-minimal/README.rst
+share/roundcube/vendor/pear/pear-core-minimal/composer.json
+share/roundcube/vendor/pear/pear-core-minimal/src/OS/Guess.php
+share/roundcube/vendor/pear/pear-core-minimal/src/PEAR.php
+share/roundcube/vendor/pear/pear-core-minimal/src/PEAR/Error.php
+share/roundcube/vendor/pear/pear-core-minimal/src/PEAR/ErrorStack.php
+share/roundcube/vendor/pear/pear-core-minimal/src/System.php
+share/roundcube/vendor/pear/pear_exception/LICENSE
+share/roundcube/vendor/pear/pear_exception/PEAR/Exception.php
+share/roundcube/vendor/pear/pear_exception/composer.json
+share/roundcube/vendor/psr/http-client/CHANGELOG.md
+share/roundcube/vendor/psr/http-client/LICENSE
+share/roundcube/vendor/psr/http-client/README.md
+share/roundcube/vendor/psr/http-client/composer.json
+share/roundcube/vendor/psr/http-client/src/ClientExceptionInterface.php
+share/roundcube/vendor/psr/http-client/src/ClientInterface.php
+share/roundcube/vendor/psr/http-client/src/NetworkExceptionInterface.php
+share/roundcube/vendor/psr/http-client/src/RequestExceptionInterface.php
+share/roundcube/vendor/psr/http-factory/LICENSE
+share/roundcube/vendor/psr/http-factory/README.md
+share/roundcube/vendor/psr/http-factory/composer.json
+share/roundcube/vendor/psr/http-factory/src/RequestFactoryInterface.php
+share/roundcube/vendor/psr/http-factory/src/ResponseFactoryInterface.php
+share/roundcube/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php
+share/roundcube/vendor/psr/http-factory/src/StreamFactoryInterface.php
+share/roundcube/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
+share/roundcube/vendor/psr/http-factory/src/UriFactoryInterface.php
+share/roundcube/vendor/psr/http-message/CHANGELOG.md
+share/roundcube/vendor/psr/http-message/LICENSE
+share/roundcube/vendor/psr/http-message/README.md
+share/roundcube/vendor/psr/http-message/composer.json
+share/roundcube/vendor/psr/http-message/docs/PSR7-Interfaces.md
+share/roundcube/vendor/psr/http-message/docs/PSR7-Usage.md
+share/roundcube/vendor/psr/http-message/src/MessageInterface.php
+share/roundcube/vendor/psr/http-message/src/RequestInterface.php
+share/roundcube/vendor/psr/http-message/src/ResponseInterface.php
+share/roundcube/vendor/psr/http-message/src/ServerRequestInterface.php
+share/roundcube/vendor/psr/http-message/src/StreamInterface.php
+share/roundcube/vendor/psr/http-message/src/UploadedFileInterface.php
+share/roundcube/vendor/psr/http-message/src/UriInterface.php
+share/roundcube/vendor/ralouphie/getallheaders/LICENSE
+share/roundcube/vendor/ralouphie/getallheaders/README.md
+share/roundcube/vendor/ralouphie/getallheaders/composer.json
+share/roundcube/vendor/ralouphie/getallheaders/src/getallheaders.php
+share/roundcube/vendor/roundcube/plugin-installer/README.md
+share/roundcube/vendor/roundcube/plugin-installer/composer.json
+share/roundcube/vendor/roundcube/plugin-installer/src/Roundcube/Composer/ExtensionInstaller.php
+share/roundcube/vendor/roundcube/plugin-installer/src/Roundcube/Composer/PluginInstaller.php
+share/roundcube/vendor/roundcube/plugin-installer/src/Roundcube/Composer/RoundcubeInstaller.php
+share/roundcube/vendor/roundcube/plugin-installer/src/Roundcube/Composer/SkinInstaller.php
+share/roundcube/vendor/roundcube/rtf-html-php/CHANGELOG.md
+share/roundcube/vendor/roundcube/rtf-html-php/LICENSE
+share/roundcube/vendor/roundcube/rtf-html-php/README.md
+share/roundcube/vendor/roundcube/rtf-html-php/composer.json
+share/roundcube/vendor/roundcube/rtf-html-php/src/ControlSymbol.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/ControlWord.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/Document.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/Element.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/Group.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/Html/Font.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/Html/HtmlFormatter.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/Html/Image.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/Html/State.php
+share/roundcube/vendor/roundcube/rtf-html-php/src/Text.php
+share/roundcube/vendor/symfony/deprecation-contracts/CHANGELOG.md
+share/roundcube/vendor/symfony/deprecation-contracts/LICENSE
+share/roundcube/vendor/symfony/deprecation-contracts/README.md
+share/roundcube/vendor/symfony/deprecation-contracts/composer.json
+share/roundcube/vendor/symfony/deprecation-contracts/function.php
Index: pkgsrc/mail/roundcube/distinfo
diff -u pkgsrc/mail/roundcube/distinfo:1.83 pkgsrc/mail/roundcube/distinfo:1.83.4.1
--- pkgsrc/mail/roundcube/distinfo:1.83 Sat Jan 28 13:48:39 2023
+++ pkgsrc/mail/roundcube/distinfo Sat Sep 23 18:29:15 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.83 2023/01/28 13:48:39 taca Exp $
+$NetBSD: distinfo,v 1.83.4.1 2023/09/23 18:29:15 bsiegert Exp $
-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
+BLAKE2s (roundcubemail-1.6.3-complete.tar.gz) = 6874a24ed9ad198c2bd50e5de93ec782adad8a388d441a2348bee1f1529acae6
+SHA512 (roundcubemail-1.6.3-complete.tar.gz) = 9a44a898f8ed9a338f126af19b572b61a7b108412be5f0c445f6ff3d84636a1487cc594347629a757e2fa18fdfa2881c3dd373e2431132a906799992c935b548
+Size (roundcubemail-1.6.3-complete.tar.gz) = 6026670 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
Index: pkgsrc/mail/roundcube-plugin-enigma/PLIST
diff -u pkgsrc/mail/roundcube-plugin-enigma/PLIST:1.5 pkgsrc/mail/roundcube-plugin-enigma/PLIST:1.5.8.1
--- pkgsrc/mail/roundcube-plugin-enigma/PLIST:1.5 Wed Aug 17 15:41:43 2022
+++ pkgsrc/mail/roundcube-plugin-enigma/PLIST Sat Sep 23 18:29:14 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/08/17 15:41:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.5.8.1 2023/09/23 18:29:14 bsiegert Exp $
share/examples/roundcube/plugins/enigma/config.inc.php
share/roundcube/plugins/enigma/README
share/roundcube/plugins/enigma/bin/import_keys.sh
@@ -97,6 +97,7 @@ share/roundcube/plugins/enigma/localizat
share/roundcube/plugins/enigma/localization/ti.inc
share/roundcube/plugins/enigma/localization/tr_TR.inc
share/roundcube/plugins/enigma/localization/tzl.inc
+share/roundcube/plugins/enigma/localization/ug.inc
share/roundcube/plugins/enigma/localization/uk_UA.inc
share/roundcube/plugins/enigma/localization/ur_PK.inc
share/roundcube/plugins/enigma/localization/uz.inc
Index: pkgsrc/mail/roundcube-plugin-password/PLIST
diff -u pkgsrc/mail/roundcube-plugin-password/PLIST:1.6 pkgsrc/mail/roundcube-plugin-password/PLIST:1.6.8.1
--- pkgsrc/mail/roundcube-plugin-password/PLIST:1.6 Wed Aug 17 15:41:43 2022
+++ pkgsrc/mail/roundcube-plugin-password/PLIST Sat Sep 23 18:29:14 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/08/17 15:41:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.6.8.1 2023/09/23 18:29:14 bsiegert Exp $
share/examples/roundcube/plugins/password/config.inc.php
share/roundcube/plugins/password/README
share/roundcube/plugins/password/composer.json
@@ -109,6 +109,7 @@ share/roundcube/plugins/password/localiz
share/roundcube/plugins/password/localization/th_TH.inc
share/roundcube/plugins/password/localization/ti.inc
share/roundcube/plugins/password/localization/tr_TR.inc
+share/roundcube/plugins/password/localization/ug.inc
share/roundcube/plugins/password/localization/uk_UA.inc
share/roundcube/plugins/password/localization/uz.inc
share/roundcube/plugins/password/localization/vi_VN.inc
Index: pkgsrc/mail/roundcube-plugin-password/distinfo
diff -u pkgsrc/mail/roundcube-plugin-password/distinfo:1.31 pkgsrc/mail/roundcube-plugin-password/distinfo:1.31.4.1
--- pkgsrc/mail/roundcube-plugin-password/distinfo:1.31 Sat Jan 28 13:48:40 2023
+++ pkgsrc/mail/roundcube-plugin-password/distinfo Sat Sep 23 18:29:14 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2023/01/28 13:48:40 taca Exp $
+$NetBSD: distinfo,v 1.31.4.1 2023/09/23 18:29:14 bsiegert Exp $
-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
+BLAKE2s (roundcubemail-1.6.3-complete.tar.gz) = 6874a24ed9ad198c2bd50e5de93ec782adad8a388d441a2348bee1f1529acae6
+SHA512 (roundcubemail-1.6.3-complete.tar.gz) = 9a44a898f8ed9a338f126af19b572b61a7b108412be5f0c445f6ff3d84636a1487cc594347629a757e2fa18fdfa2881c3dd373e2431132a906799992c935b548
+Size (roundcubemail-1.6.3-complete.tar.gz) = 6026670 bytes
SHA1 (patch-plugins_password_helpers_passwd-expect) = 15e427a3c90bf7c0437a023b3f099abb5a139165
Index: pkgsrc/mail/roundcube-plugin-zipdownload/PLIST
diff -u pkgsrc/mail/roundcube-plugin-zipdownload/PLIST:1.5 pkgsrc/mail/roundcube-plugin-zipdownload/PLIST:1.5.8.1
--- pkgsrc/mail/roundcube-plugin-zipdownload/PLIST:1.5 Wed Aug 17 15:41:43 2022
+++ pkgsrc/mail/roundcube-plugin-zipdownload/PLIST Sat Sep 23 18:29:15 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/08/17 15:41:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.5.8.1 2023/09/23 18:29:15 bsiegert Exp $
share/examples/roundcube/plugins/zipdownload/config.inc.php
share/roundcube/plugins/zipdownload/README
share/roundcube/plugins/zipdownload/composer.json
@@ -68,6 +68,7 @@ share/roundcube/plugins/zipdownload/loca
share/roundcube/plugins/zipdownload/localization/sv_SE.inc
share/roundcube/plugins/zipdownload/localization/th_TH.inc
share/roundcube/plugins/zipdownload/localization/tr_TR.inc
+share/roundcube/plugins/zipdownload/localization/ug.inc
share/roundcube/plugins/zipdownload/localization/uk_UA.inc
share/roundcube/plugins/zipdownload/localization/uz.inc
share/roundcube/plugins/zipdownload/localization/vi_VN.inc
Home |
Main Index |
Thread Index |
Old Index