diff options
author | taca <taca@pkgsrc.org> | 2019-09-01 13:08:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-09-01 13:08:55 +0000 |
commit | a0f79a0f30472e18fc62712cc2e4bab9d3a3ff16 (patch) | |
tree | 5087792b33a6e9604777df06a1699ba8bb06c0d0 | |
parent | ef49b1801ab2cf78272809c24e9055184ad95e23 (diff) | |
download | pkgsrc-a0f79a0f30472e18fc62712cc2e4bab9d3a3ff16.tar.gz |
mail/roundcube-plugin-enigma: update to 1.3.10
RELEASE 1.3.10
--------------
- Enigma: Fix bug where revoked users/keys were not greyed out in key info
- Enigma: Fix error message when trying to encrypt with a revoked key (#6607)
- Enigma: Fix "decryption oracle" bug [CVE-2019-10740] (#6638)
-rw-r--r-- | mail/roundcube-plugin-enigma/Makefile | 6 | ||||
-rw-r--r-- | mail/roundcube-plugin-enigma/distinfo | 14 |
2 files changed, 11 insertions, 9 deletions
diff --git a/mail/roundcube-plugin-enigma/Makefile b/mail/roundcube-plugin-enigma/Makefile index ed70f3181c1..d50e1b65b89 100644 --- a/mail/roundcube-plugin-enigma/Makefile +++ b/mail/roundcube-plugin-enigma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/04/30 03:58:45 taca Exp $ +# $NetBSD: Makefile,v 1.6 2019/09/01 13:08:55 taca Exp $ PLUGIN= enigma @@ -7,11 +7,9 @@ COMMENT= Enigma Plugin for Roundcube LICENSE= gnu-gpl-v3 # JavaScript dependencies from bin/install-jsdeps.sh -SITES.openpgp.min.js= "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v2.6.2/dist/" +SITES.openpgp.min.js= https://raw.githubusercontent.com/openpgpjs/openpgpjs/v2.6.2/dist/ DISTFILES+= openpgp.min.js -PLUGIN= enigma - DEPENDS+= ${PHP_PKG_PREFIX}-pear-Crypt_GPG>=1.4.3:../../security/pear-Crypt_GPG do-install: plugin-install diff --git a/mail/roundcube-plugin-enigma/distinfo b/mail/roundcube-plugin-enigma/distinfo index cf2f9a052d1..b00c1cef9e5 100644 --- a/mail/roundcube-plugin-enigma/distinfo +++ b/mail/roundcube-plugin-enigma/distinfo @@ -1,10 +1,14 @@ -$NetBSD: distinfo,v 1.13 2019/04/30 03:58:45 taca Exp $ +$NetBSD: distinfo,v 1.14 2019/09/01 13:08:55 taca Exp $ SHA1 (roundcube/openpgp.min.js) = cce0087eb20328453b9378a2b01cc6339cef97b2 RMD160 (roundcube/openpgp.min.js) = 713bc7f30e848e4978f6b4a16125d76bd8afd60a SHA512 (roundcube/openpgp.min.js) = 5600446f071f140374d5893af56ab6936379f4daee43788e6cc676eb70d76774e91dc713c8152e7830b217901cbd063421d7551840e082f5e61b3d08dcb0baee Size (roundcube/openpgp.min.js) = 330742 bytes -SHA1 (roundcube/roundcubemail-1.3.9.tar.gz) = 8a9651917c609e2cf97217e3aed3b0fb2469edf3 -RMD160 (roundcube/roundcubemail-1.3.9.tar.gz) = f22c2950f51e7d29d071a82e6a381ded7e8c5722 -SHA512 (roundcube/roundcubemail-1.3.9.tar.gz) = d9c02e61ae95ae5004561134612aea6decb501d1f39708e3d5fa1de8996bedfbc0248d6e6cb5e082e63cd9ae4e6b8c091771a23234a4760a17d0a1127f34942f -Size (roundcube/roundcubemail-1.3.9.tar.gz) = 3125755 bytes +SHA1 (roundcube/roundcubemail-1.3.10.tar.gz) = e47db672bedd8413837dbca073f81f4b17c2f131 +RMD160 (roundcube/roundcubemail-1.3.10.tar.gz) = 88b33acaa6a01e053bcc5c8d061eb1b76a0c6b2a +SHA512 (roundcube/roundcubemail-1.3.10.tar.gz) = 3f7be9c0f41b8e551a4863e06928a073aacf5368ffa8b1d0acd8c26224a957e806b986f7bc5b88ac4c853f9c4eff3112cc66b1c90386660e4eab7fa747c3a5cc +Size (roundcube/roundcubemail-1.3.10.tar.gz) = 3127446 bytes +SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668 +SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9 +SHA1 (patch-plugins_password_helpers_passwd-expect) = 9e0082f23e37bbab26e8bb1439668132d5aacca2 +SHA1 (patch-rcube_mime_default) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c |