Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-05-29 10:27:30 +0300
committerAleksander Machniak <alec@alec.pl>2018-05-29 10:27:30 +0300
commit2fa112bd836e5e144e270bda11c9fda1a66a22ae (patch)
treed561f42826ffdce4131241e83033045ffcc9b38f /composer.json-dist
parent6d0b30d45619987d68b034aab5a3fd3760aef596 (diff)
[EFAIL] Don't decrypt PGP messages with no MDC protection (#6289)
Diffstat (limited to 'composer.json-dist')
-rw-r--r--composer.json-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json-dist b/composer.json-dist
index 43df653ff..5874c0c41 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -16,7 +16,7 @@
"pear/net_idna2": "~0.2.0",
"pear/mail_mime": "~1.10.0",
"pear/net_smtp": "~1.7.1",
- "pear/crypt_gpg": "~1.6.2",
+ "pear/crypt_gpg": "~1.6.3",
"pear/net_sieve": "~1.4.3",
"roundcube/plugin-installer": "~0.1.6",
"masterminds/html5": "~2.3.0",