Tue Sep 10 18:10:55 2019 UTC ()
Pullup ticket #6046 - requested by taca
mail/roundcube, mail/roundcube-plugin-*: security fix

Revisions pulled up:
- mail/roundcube-plugin-enigma/Makefile                         1.6
- mail/roundcube-plugin-enigma/distinfo                         1.14
- mail/roundcube-plugin-password/Makefile                       1.6
- mail/roundcube-plugin-password/distinfo                       1.14
- mail/roundcube-plugin-zipdownload/Makefile                    1.4
- mail/roundcube-plugin-zipdownload/distinfo                    1.14
- mail/roundcube/Makefile.common                                1.14
- mail/roundcube/distinfo                                       1.65

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Sep  1 13:08:09 UTC 2019

   Modified Files:
   	pkgsrc/mail/roundcube: Makefile.common distinfo

   Log Message:
   mail/roundcube: update to 1.3.10

    RELEASE 1.3.10
   --------------
   - Managesieve: Fix so "Create filter" option does not show up when Filters menu is disabled (#6723)
   - Fix compatibility with kolab/net_ldap3 > 1.0.7 (#6785)
   - Fix bug where bmp images couldn't be displayed on some systems (#6728)
   - Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744)
   - Fix bug where bold/strong text was converted to upper-case on html-to-text conversion (6758)
   - Fix bug in rcube_utils::parse_hosts() where %t, %d, %z could return only tld (#6746)
   - Fix bug where Next/Prev button in mail view didn't work with multi-folder search result (#6793)
   - Fix bug where selection of columns on messages list wasn't working
   - Fix bug in converting multi-page Tiff images to Jpeg (#6824)
   - Fix wrong messages order after returning to a multi-folder search result (#6836)
   - Fix PHP 7.4 deprecation: implode() wrong parameter order (#6866)
   - Fix bug where it was possible to bypass the position:fixed CSS check in received messages (#6898)
   - Fix bug where some strict remote URIs in url() style were unintentionally blocked (#6899)
   - Fix bug where it was possible to bypass the CSS jail in HTML messages using :root pseudo-class (#6897)
   - Fix bug where it was possible to bypass href URI check with data:application/xhtml+xml URIs (#6896)

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Sep  1 13:08:56 UTC 2019

   Modified Files:
   	pkgsrc/mail/roundcube-plugin-enigma: Makefile distinfo

   Log Message:
   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)

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Sep  1 13:10:39 UTC 2019

   Modified Files:
   	pkgsrc/mail/roundcube-plugin-password: Makefile distinfo

   Log Message:
   mail/roundcube-plugin-password: update to 1.3.10

   Update roundcube-plugin-password to 1.3.10.  No changes except version.

   pkgsrc change: remove duplicated setting PLUGIN.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Sep  1 13:11:47 UTC 2019

   Modified Files:
   	pkgsrc/mail/roundcube-plugin-zipdownload: Makefile distinfo

   Log Message:
   mail/roundcube-plugin-zipdownload: update to 1.3.10

   Update roundcube-plugin-password to 1.3.10.  No changes except version.

   pkgsrc change: remove duplicated setting PLUGIN.


(bsiegert)
diff -r1.13 -r1.13.2.1 pkgsrc/mail/roundcube/Makefile.common
diff -r1.64 -r1.64.2.1 pkgsrc/mail/roundcube/distinfo
diff -r1.5 -r1.5.2.1 pkgsrc/mail/roundcube-plugin-enigma/Makefile
diff -r1.13 -r1.13.2.1 pkgsrc/mail/roundcube-plugin-enigma/distinfo
diff -r1.5 -r1.5.2.1 pkgsrc/mail/roundcube-plugin-password/Makefile
diff -r1.13 -r1.13.2.1 pkgsrc/mail/roundcube-plugin-password/distinfo
diff -r1.3 -r1.3.2.1 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile
diff -r1.13 -r1.13.2.1 pkgsrc/mail/roundcube-plugin-zipdownload/distinfo

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

--- pkgsrc/mail/roundcube/Makefile.common 2019/04/30 03:58:45 1.13
+++ pkgsrc/mail/roundcube/Makefile.common 2019/09/10 18:10:55 1.13.2.1
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile.common,v 1.13 2019/04/30 03:58:45 taca Exp $ 1# $NetBSD: Makefile.common,v 1.13.2.1 2019/09/10 18:10:55 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} 6DISTNAME= roundcubemail-${RC_VERS}
7CATEGORIES= mail 7CATEGORIES= mail
8MASTER_SITES= ${MASTER_SITE_GITHUB:=roundcube/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=roundcube/}
9GITHUB_PROJECT= roundcubemail 9GITHUB_PROJECT= roundcubemail
10HOMEPAGE= http://roundcube.net/ 10HOMEPAGE= http://roundcube.net/
11DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} 11DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
12DIST_SUBDIR= roundcube 12DIST_SUBDIR= roundcube
13 13
14RC_VERS= 1.3.9 14RC_VERS= 1.3.10
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17USE_TOOLS+= pax 17USE_TOOLS+= pax
18EXTRACT_USING= gtar 18EXTRACT_USING= gtar
19NO_BUILD= yes 19NO_BUILD= yes
20 20
21PKG_SYSCONFSUBDIR?= roundcube 21PKG_SYSCONFSUBDIR?= roundcube
22 22
23PKG_GROUPS_VARS+= WWW_GROUP 23PKG_GROUPS_VARS+= WWW_GROUP
24PKG_USERS_VARS= WWW_USER 24PKG_USERS_VARS= WWW_USER
25BUILD_DEFS+= VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP 25BUILD_DEFS+= VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP
26 26
27RCDIR= share/roundcube 27RCDIR= share/roundcube

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

--- pkgsrc/mail/roundcube/distinfo 2019/04/30 03:58:45 1.64
+++ pkgsrc/mail/roundcube/distinfo 2019/09/10 18:10:55 1.64.2.1
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1$NetBSD: distinfo,v 1.64 2019/04/30 03:58:45 taca Exp $ 1$NetBSD: distinfo,v 1.64.2.1 2019/09/10 18:10:55 bsiegert Exp $
2 2
3SHA1 (roundcube/codemirror-5.21.0.zip) = 3b767c2e3acd6796e54ed19ed2ac0755fcf87984 3SHA1 (roundcube/codemirror-5.21.0.zip) = 3b767c2e3acd6796e54ed19ed2ac0755fcf87984
4RMD160 (roundcube/codemirror-5.21.0.zip) = 3c629362a2a6c31aee099811b4598ba22e2fd763 4RMD160 (roundcube/codemirror-5.21.0.zip) = 3c629362a2a6c31aee099811b4598ba22e2fd763
5SHA512 (roundcube/codemirror-5.21.0.zip) = e80bc2f66e49acc9c618237ceec5fe526a4bcb91acfd3035e82cef1a9313531a8dda5d8caec00ffe4e507266e2846e44e0562e8fe567415ef650cfcca7b9c659 5SHA512 (roundcube/codemirror-5.21.0.zip) = e80bc2f66e49acc9c618237ceec5fe526a4bcb91acfd3035e82cef1a9313531a8dda5d8caec00ffe4e507266e2846e44e0562e8fe567415ef650cfcca7b9c659
6Size (roundcube/codemirror-5.21.0.zip) = 1356111 bytes 6Size (roundcube/codemirror-5.21.0.zip) = 1356111 bytes
7SHA1 (roundcube/jquery-3.2.1.min.js) = 1055018c28ab41087ef9ccefe411606893dabea2 7SHA1 (roundcube/jquery-3.2.1.min.js) = 1055018c28ab41087ef9ccefe411606893dabea2
8RMD160 (roundcube/jquery-3.2.1.min.js) = 3e2258f10b8d26c43b80b378db356dccb13f1e01 8RMD160 (roundcube/jquery-3.2.1.min.js) = 3e2258f10b8d26c43b80b378db356dccb13f1e01
9SHA512 (roundcube/jquery-3.2.1.min.js) = dcff2b5c2b8625d3593a7531ff4ddcd633939cc9f7acfeb79c18a9e6038fdaa99487960075502f159d44f902d965b0b5aed32b41bfa66a1dc07d85b5d5152b58 9SHA512 (roundcube/jquery-3.2.1.min.js) = dcff2b5c2b8625d3593a7531ff4ddcd633939cc9f7acfeb79c18a9e6038fdaa99487960075502f159d44f902d965b0b5aed32b41bfa66a1dc07d85b5d5152b58
10Size (roundcube/jquery-3.2.1.min.js) = 86659 bytes 10Size (roundcube/jquery-3.2.1.min.js) = 86659 bytes
11SHA1 (roundcube/jstz.min.js) = 4291cd3b259d2060460c2a6ab99f428d3c0c9537 11SHA1 (roundcube/jstz.min.js) = 4291cd3b259d2060460c2a6ab99f428d3c0c9537
12RMD160 (roundcube/jstz.min.js) = 7e1561a667d51e879eb79d57e6e69971c7e27bd8 12RMD160 (roundcube/jstz.min.js) = 7e1561a667d51e879eb79d57e6e69971c7e27bd8
13SHA512 (roundcube/jstz.min.js) = 5de18a936d531d252ce82c3dc55661e5e8595ea39506a26f3d47ee625bf3de101194bfa681da43f1103e9e96dd4047858a2b4228ce67ad1eecc13cebfa09188a 13SHA512 (roundcube/jstz.min.js) = 5de18a936d531d252ce82c3dc55661e5e8595ea39506a26f3d47ee625bf3de101194bfa681da43f1103e9e96dd4047858a2b4228ce67ad1eecc13cebfa09188a
14Size (roundcube/jstz.min.js) = 12076 bytes 14Size (roundcube/jstz.min.js) = 12076 bytes
15SHA1 (roundcube/publickey.js) = d0920e190754e024c4be76ad5bbc7e76b2e37a4d 15SHA1 (roundcube/publickey.js) = d0920e190754e024c4be76ad5bbc7e76b2e37a4d
16RMD160 (roundcube/publickey.js) = 40ae054af69c621c77a24e7a77f6280b1c630c23 16RMD160 (roundcube/publickey.js) = 40ae054af69c621c77a24e7a77f6280b1c630c23
17SHA512 (roundcube/publickey.js) = 443bb71b2e374e2c392ea2fba61ea1c5a78523aa9cf03846dc184ac937d967cf2f87f27529aaf82f0c982cb26b3d6423b202f6424eaf8d10c7478928b6efaa42 17SHA512 (roundcube/publickey.js) = 443bb71b2e374e2c392ea2fba61ea1c5a78523aa9cf03846dc184ac937d967cf2f87f27529aaf82f0c982cb26b3d6423b202f6424eaf8d10c7478928b6efaa42
18Size (roundcube/publickey.js) = 19078 bytes 18Size (roundcube/publickey.js) = 19078 bytes
19SHA1 (roundcube/roundcubemail-1.3.9.tar.gz) = 8a9651917c609e2cf97217e3aed3b0fb2469edf3 19SHA1 (roundcube/roundcubemail-1.3.10.tar.gz) = e47db672bedd8413837dbca073f81f4b17c2f131
20RMD160 (roundcube/roundcubemail-1.3.9.tar.gz) = f22c2950f51e7d29d071a82e6a381ded7e8c5722 20RMD160 (roundcube/roundcubemail-1.3.10.tar.gz) = 88b33acaa6a01e053bcc5c8d061eb1b76a0c6b2a
21SHA512 (roundcube/roundcubemail-1.3.9.tar.gz) = d9c02e61ae95ae5004561134612aea6decb501d1f39708e3d5fa1de8996bedfbc0248d6e6cb5e082e63cd9ae4e6b8c091771a23234a4760a17d0a1127f34942f 21SHA512 (roundcube/roundcubemail-1.3.10.tar.gz) = 3f7be9c0f41b8e551a4863e06928a073aacf5368ffa8b1d0acd8c26224a957e806b986f7bc5b88ac4c853f9c4eff3112cc66b1c90386660e4eab7fa747c3a5cc
22Size (roundcube/roundcubemail-1.3.9.tar.gz) = 3125755 bytes 22Size (roundcube/roundcubemail-1.3.10.tar.gz) = 3127446 bytes
23SHA1 (roundcube/tinymce_4.5.8.zip) = 08b0757264adb86066940bbafb7aa9ec0c7c6685 23SHA1 (roundcube/tinymce_4.5.8.zip) = 08b0757264adb86066940bbafb7aa9ec0c7c6685
24RMD160 (roundcube/tinymce_4.5.8.zip) = 68217fd86a7b359f2a3f233fd64f6d24ca0e6d53 24RMD160 (roundcube/tinymce_4.5.8.zip) = 68217fd86a7b359f2a3f233fd64f6d24ca0e6d53
25SHA512 (roundcube/tinymce_4.5.8.zip) = 5d0d9315f226730394e5fb13f2ed19edcc974adb34533437d4fb2b35ec5a77368d37a3c60b39afd5e30beff90f26feb7713d027f1ab0fa708e6a6b597edd4be6 25SHA512 (roundcube/tinymce_4.5.8.zip) = 5d0d9315f226730394e5fb13f2ed19edcc974adb34533437d4fb2b35ec5a77368d37a3c60b39afd5e30beff90f26feb7713d027f1ab0fa708e6a6b597edd4be6
26Size (roundcube/tinymce_4.5.8.zip) = 387375 bytes 26Size (roundcube/tinymce_4.5.8.zip) = 387375 bytes
27SHA1 (roundcube/tinymce_languages.zip) = 4726119c65c3fcbe7ac1d0d2b3b0cac8f580ad76 27SHA1 (roundcube/tinymce_languages.zip) = 4726119c65c3fcbe7ac1d0d2b3b0cac8f580ad76
28RMD160 (roundcube/tinymce_languages.zip) = 372facd0ca877ad709278cf09b0a72d04556e55a 28RMD160 (roundcube/tinymce_languages.zip) = 372facd0ca877ad709278cf09b0a72d04556e55a
29SHA512 (roundcube/tinymce_languages.zip) = 5d20984675cbe97e8a0300c9a10c566ad51f712ef6cb1fdb7a019b4e5df19446f2f615f4501bd21ce256b99c7c57a0e80d4e112f553b99e997aec64eb4a95984 29SHA512 (roundcube/tinymce_languages.zip) = 5d20984675cbe97e8a0300c9a10c566ad51f712ef6cb1fdb7a019b4e5df19446f2f615f4501bd21ce256b99c7c57a0e80d4e112f553b99e997aec64eb4a95984
30Size (roundcube/tinymce_languages.zip) = 287381 bytes 30Size (roundcube/tinymce_languages.zip) = 287381 bytes
31SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668 31SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668
32SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9 32SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9
33SHA1 (patch-plugins_password_helpers_passwd-expect) = 9e0082f23e37bbab26e8bb1439668132d5aacca2 33SHA1 (patch-plugins_password_helpers_passwd-expect) = 9e0082f23e37bbab26e8bb1439668132d5aacca2
34SHA1 (patch-rcube_mime_default) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c 34SHA1 (patch-rcube_mime_default) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c

cvs diff -r1.5 -r1.5.2.1 pkgsrc/mail/roundcube-plugin-enigma/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/roundcube-plugin-enigma/Makefile 2019/04/30 03:58:45 1.5
+++ pkgsrc/mail/roundcube-plugin-enigma/Makefile 2019/09/10 18:10:55 1.5.2.1
@@ -1,23 +1,21 @@ @@ -1,23 +1,21 @@
1# $NetBSD: Makefile,v 1.5 2019/04/30 03:58:45 taca Exp $ 1# $NetBSD: Makefile,v 1.5.2.1 2019/09/10 18:10:55 bsiegert Exp $
2 2
3PLUGIN= enigma 3PLUGIN= enigma
4 4
5MAINTAINER= taca@NetBSD.org 5MAINTAINER= taca@NetBSD.org
6COMMENT= Enigma Plugin for Roundcube 6COMMENT= Enigma Plugin for Roundcube
7LICENSE= gnu-gpl-v3 7LICENSE= gnu-gpl-v3
8 8
9# JavaScript dependencies from bin/install-jsdeps.sh 9# JavaScript dependencies from bin/install-jsdeps.sh
10SITES.openpgp.min.js= "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v2.6.2/dist/" 10SITES.openpgp.min.js= https://raw.githubusercontent.com/openpgpjs/openpgpjs/v2.6.2/dist/
11DISTFILES+= openpgp.min.js 11DISTFILES+= openpgp.min.js
12 12
13PLUGIN= enigma 
14 
15DEPENDS+= ${PHP_PKG_PREFIX}-pear-Crypt_GPG>=1.4.3:../../security/pear-Crypt_GPG 13DEPENDS+= ${PHP_PKG_PREFIX}-pear-Crypt_GPG>=1.4.3:../../security/pear-Crypt_GPG
16 14
17do-install: plugin-install 15do-install: plugin-install
18 ${INSTALL_DATA} ${WRKDIR}/openpgp.min.js \ 16 ${INSTALL_DATA} ${WRKDIR}/openpgp.min.js \
19 ${DESTDIR}${PREFIX}/${RCDIR}/plugins/enigma/openpgp.min.js 17 ${DESTDIR}${PREFIX}/${RCDIR}/plugins/enigma/openpgp.min.js
20 18
21.include "../../mail/roundcube/plugins.mk" 19.include "../../mail/roundcube/plugins.mk"
22.include "../../lang/python/application.mk" 20.include "../../lang/python/application.mk"
23.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.13.2.1 pkgsrc/mail/roundcube-plugin-enigma/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/roundcube-plugin-enigma/Attic/distinfo 2019/04/30 03:58:45 1.13
+++ pkgsrc/mail/roundcube-plugin-enigma/Attic/distinfo 2019/09/10 18:10:55 1.13.2.1
@@ -1,10 +1,14 @@ @@ -1,10 +1,14 @@
1$NetBSD: distinfo,v 1.13 2019/04/30 03:58:45 taca Exp $ 1$NetBSD: distinfo,v 1.13.2.1 2019/09/10 18:10:55 bsiegert Exp $
2 2
3SHA1 (roundcube/openpgp.min.js) = cce0087eb20328453b9378a2b01cc6339cef97b2 3SHA1 (roundcube/openpgp.min.js) = cce0087eb20328453b9378a2b01cc6339cef97b2
4RMD160 (roundcube/openpgp.min.js) = 713bc7f30e848e4978f6b4a16125d76bd8afd60a 4RMD160 (roundcube/openpgp.min.js) = 713bc7f30e848e4978f6b4a16125d76bd8afd60a
5SHA512 (roundcube/openpgp.min.js) = 5600446f071f140374d5893af56ab6936379f4daee43788e6cc676eb70d76774e91dc713c8152e7830b217901cbd063421d7551840e082f5e61b3d08dcb0baee 5SHA512 (roundcube/openpgp.min.js) = 5600446f071f140374d5893af56ab6936379f4daee43788e6cc676eb70d76774e91dc713c8152e7830b217901cbd063421d7551840e082f5e61b3d08dcb0baee
6Size (roundcube/openpgp.min.js) = 330742 bytes 6Size (roundcube/openpgp.min.js) = 330742 bytes
7SHA1 (roundcube/roundcubemail-1.3.9.tar.gz) = 8a9651917c609e2cf97217e3aed3b0fb2469edf3 7SHA1 (roundcube/roundcubemail-1.3.10.tar.gz) = e47db672bedd8413837dbca073f81f4b17c2f131
8RMD160 (roundcube/roundcubemail-1.3.9.tar.gz) = f22c2950f51e7d29d071a82e6a381ded7e8c5722 8RMD160 (roundcube/roundcubemail-1.3.10.tar.gz) = 88b33acaa6a01e053bcc5c8d061eb1b76a0c6b2a
9SHA512 (roundcube/roundcubemail-1.3.9.tar.gz) = d9c02e61ae95ae5004561134612aea6decb501d1f39708e3d5fa1de8996bedfbc0248d6e6cb5e082e63cd9ae4e6b8c091771a23234a4760a17d0a1127f34942f 9SHA512 (roundcube/roundcubemail-1.3.10.tar.gz) = 3f7be9c0f41b8e551a4863e06928a073aacf5368ffa8b1d0acd8c26224a957e806b986f7bc5b88ac4c853f9c4eff3112cc66b1c90386660e4eab7fa747c3a5cc
10Size (roundcube/roundcubemail-1.3.9.tar.gz) = 3125755 bytes 10Size (roundcube/roundcubemail-1.3.10.tar.gz) = 3127446 bytes
 11SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668
 12SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9
 13SHA1 (patch-plugins_password_helpers_passwd-expect) = 9e0082f23e37bbab26e8bb1439668132d5aacca2
 14SHA1 (patch-rcube_mime_default) = b1e9479d575b7fd61c413e2b76ee36c06ece7a5c

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

--- pkgsrc/mail/roundcube-plugin-password/Makefile 2019/04/30 03:58:45 1.5
+++ pkgsrc/mail/roundcube-plugin-password/Makefile 2019/09/10 18:10:55 1.5.2.1
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2019/04/30 03:58:45 taca Exp $ 1# $NetBSD: Makefile,v 1.5.2.1 2019/09/10 18:10:55 bsiegert Exp $
2 2
3PLUGIN= password 3PLUGIN= password
4 4
5MAINTAINER= taca@NetBSD.org 5MAINTAINER= taca@NetBSD.org
6COMMENT= Password change plugin for roundcube 6COMMENT= Password change plugin for roundcube
7LICENSE= gnu-gpl-v3 7LICENSE= gnu-gpl-v3
8 8
9PLUGIN= password 
10 
11REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl 9REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl
12REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py 10REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py
13 11
14do-install: plugin-install 12do-install: plugin-install
15 13
16.include "../../mail/roundcube/plugins.mk" 14.include "../../mail/roundcube/plugins.mk"
17.include "../../lang/python/application.mk" 15.include "../../lang/python/application.mk"
18.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/mail/roundcube-plugin-password/distinfo 2019/04/30 03:58:45 1.13
+++ pkgsrc/mail/roundcube-plugin-password/distinfo 2019/09/10 18:10:55 1.13.2.1
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2019/04/30 03:58:45 taca Exp $ 1$NetBSD: distinfo,v 1.13.2.1 2019/09/10 18:10:55 bsiegert Exp $
2 2
3SHA1 (roundcube/roundcubemail-1.3.9.tar.gz) = 8a9651917c609e2cf97217e3aed3b0fb2469edf3 3SHA1 (roundcube/roundcubemail-1.3.10.tar.gz) = e47db672bedd8413837dbca073f81f4b17c2f131
4RMD160 (roundcube/roundcubemail-1.3.9.tar.gz) = f22c2950f51e7d29d071a82e6a381ded7e8c5722 4RMD160 (roundcube/roundcubemail-1.3.10.tar.gz) = 88b33acaa6a01e053bcc5c8d061eb1b76a0c6b2a
5SHA512 (roundcube/roundcubemail-1.3.9.tar.gz) = d9c02e61ae95ae5004561134612aea6decb501d1f39708e3d5fa1de8996bedfbc0248d6e6cb5e082e63cd9ae4e6b8c091771a23234a4760a17d0a1127f34942f 5SHA512 (roundcube/roundcubemail-1.3.10.tar.gz) = 3f7be9c0f41b8e551a4863e06928a073aacf5368ffa8b1d0acd8c26224a957e806b986f7bc5b88ac4c853f9c4eff3112cc66b1c90386660e4eab7fa747c3a5cc
6Size (roundcube/roundcubemail-1.3.9.tar.gz) = 3125755 bytes 6Size (roundcube/roundcubemail-1.3.10.tar.gz) = 3127446 bytes

cvs diff -r1.3 -r1.3.2.1 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/roundcube-plugin-zipdownload/Makefile 2019/04/30 03:58:45 1.3
+++ pkgsrc/mail/roundcube-plugin-zipdownload/Makefile 2019/09/10 18:10:55 1.3.2.1
@@ -1,17 +1,15 @@ @@ -1,17 +1,15 @@
1# $NetBSD: Makefile,v 1.3 2019/04/30 03:58:45 taca Exp $ 1# $NetBSD: Makefile,v 1.3.2.1 2019/09/10 18:10:55 bsiegert Exp $
2 2
3PLUGIN= zipdownload 3PLUGIN= zipdownload
4 4
5MAINTAINER= taca@NetBSD.org 5MAINTAINER= taca@NetBSD.org
6COMMENT= Roundcube Webmail ZipDownload plugin 6COMMENT= Roundcube Webmail ZipDownload plugin
7LICENSE= gnu-gpl-v3 7LICENSE= gnu-gpl-v3
8 8
9DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip 9DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip
10 10
11PLUGIN= zipdownload 
12 
13do-install: plugin-install 11do-install: plugin-install
14 12
15.include "../../mail/roundcube/plugins.mk" 13.include "../../mail/roundcube/plugins.mk"
16.include "../../lang/python/application.mk" 14.include "../../lang/python/application.mk"
17.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.13.2.1 pkgsrc/mail/roundcube-plugin-zipdownload/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/roundcube-plugin-zipdownload/Attic/distinfo 2019/04/30 03:58:45 1.13
+++ pkgsrc/mail/roundcube-plugin-zipdownload/Attic/distinfo 2019/09/10 18:10:55 1.13.2.1
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2019/04/30 03:58:45 taca Exp $ 1$NetBSD: distinfo,v 1.13.2.1 2019/09/10 18:10:55 bsiegert Exp $
2 2
3SHA1 (roundcube/roundcubemail-1.3.9.tar.gz) = 8a9651917c609e2cf97217e3aed3b0fb2469edf3 3SHA1 (roundcube/roundcubemail-1.3.10.tar.gz) = e47db672bedd8413837dbca073f81f4b17c2f131
4RMD160 (roundcube/roundcubemail-1.3.9.tar.gz) = f22c2950f51e7d29d071a82e6a381ded7e8c5722 4RMD160 (roundcube/roundcubemail-1.3.10.tar.gz) = 88b33acaa6a01e053bcc5c8d061eb1b76a0c6b2a
5SHA512 (roundcube/roundcubemail-1.3.9.tar.gz) = d9c02e61ae95ae5004561134612aea6decb501d1f39708e3d5fa1de8996bedfbc0248d6e6cb5e082e63cd9ae4e6b8c091771a23234a4760a17d0a1127f34942f 5SHA512 (roundcube/roundcubemail-1.3.10.tar.gz) = 3f7be9c0f41b8e551a4863e06928a073aacf5368ffa8b1d0acd8c26224a957e806b986f7bc5b88ac4c853f9c4eff3112cc66b1c90386660e4eab7fa747c3a5cc
6Size (roundcube/roundcubemail-1.3.9.tar.gz) = 3125755 bytes 6Size (roundcube/roundcubemail-1.3.10.tar.gz) = 3127446 bytes