Mon Apr 30 06:45:04 2018 UTC ()
mail/roundcube: update to 1.2.9

RELEASE 1.2.9
-------------
- Fix regression where IMAP commands with '*' uidset argument wasn't working


(taca)
diff -r1.8 -r1.9 pkgsrc/mail/roundcube/Makefile.common
diff -r1.59 -r1.60 pkgsrc/mail/roundcube/distinfo
diff -r1.8 -r1.9 pkgsrc/mail/roundcube-plugin-enigma/distinfo
diff -r1.8 -r1.9 pkgsrc/mail/roundcube-plugin-password/distinfo
diff -r1.8 -r1.9 pkgsrc/mail/roundcube-plugin-zipdownload/distinfo

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

--- pkgsrc/mail/roundcube/Makefile.common 2018/04/23 13:54:59 1.8
+++ pkgsrc/mail/roundcube/Makefile.common 2018/04/30 06:45:03 1.9
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile.common,v 1.8 2018/04/23 13:54:59 taca Exp $ 1# $NetBSD: Makefile.common,v 1.9 2018/04/30 06:45:03 taca 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/
11 11
12RC_VERS= 1.2.8 12RC_VERS= 1.2.9
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15USE_TOOLS+= pax 15USE_TOOLS+= pax
16NO_BUILD= yes 16NO_BUILD= yes
17 17
18PKG_SYSCONFSUBDIR?= roundcube 18PKG_SYSCONFSUBDIR?= roundcube
19 19
20PKG_GROUPS_VARS+= WWW_GROUP 20PKG_GROUPS_VARS+= WWW_GROUP
21PKG_USERS_VARS= WWW_USER 21PKG_USERS_VARS= WWW_USER
22BUILD_DEFS+= VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP 22BUILD_DEFS+= VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP
23 23
24RCDIR= share/roundcube 24RCDIR= share/roundcube
25EGDIR= share/examples/roundcube 25EGDIR= share/examples/roundcube

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

--- pkgsrc/mail/roundcube/distinfo 2018/04/23 13:54:59 1.59
+++ pkgsrc/mail/roundcube/distinfo 2018/04/30 06:45:03 1.60
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.59 2018/04/23 13:54:59 taca Exp $ 1$NetBSD: distinfo,v 1.60 2018/04/30 06:45:03 taca Exp $
2 2
3SHA1 (roundcubemail-1.2.8.tar.gz) = cb804e99caaef0f53f49558a94e05f2eb47c9548 3SHA1 (roundcubemail-1.2.9.tar.gz) = dd27b89ae04a6a6c04c0109395e85d098af6cc33
4RMD160 (roundcubemail-1.2.8.tar.gz) = 8c45095f24bf89ab2842439fae986dde32c1f979 4RMD160 (roundcubemail-1.2.9.tar.gz) = e57fa96c3e406a2c61c56de70f02fbc5ee4a2bc3
5SHA512 (roundcubemail-1.2.8.tar.gz) = 1686020ecaac947b31dc69499d4eb80be2622b32e59f8918171cd88be23bedcb159b3e71574b28ec9e0e3a7b33326a2713a873d77cceaf11dbcf279b2f906b4c 5SHA512 (roundcubemail-1.2.9.tar.gz) = b284b1969ad603fc3dd4dbf1dec271dd0d0a22a1dd139c78fd4bc12171f7e94a1b05c15e3926299ca17f39b5dd70b4eaa3bf22e494a7a8e2173a2211d0324f4d
6Size (roundcubemail-1.2.8.tar.gz) = 3538739 bytes 6Size (roundcubemail-1.2.9.tar.gz) = 3539037 bytes
7SHA1 (patch-ac) = 235116580665d5d58edc218c063b41171a2d9227 7SHA1 (patch-ac) = 235116580665d5d58edc218c063b41171a2d9227
8SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668 8SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668
9SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9 9SHA1 (patch-config_config.inc.php.sample) = 1c9751ba36394d592e7d3cdcc705010e0a4adda9
10SHA1 (patch-plugins_password_helpers_passwd-expect) = 9e0082f23e37bbab26e8bb1439668132d5aacca2 10SHA1 (patch-plugins_password_helpers_passwd-expect) = 9e0082f23e37bbab26e8bb1439668132d5aacca2
11SHA1 (patch-rcube_mime_default) = fe6ff1bea0a2c4223b34e44a6d0ca76e6476d2aa 11SHA1 (patch-rcube_mime_default) = fe6ff1bea0a2c4223b34e44a6d0ca76e6476d2aa

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

--- pkgsrc/mail/roundcube-plugin-enigma/Attic/distinfo 2018/04/23 13:54:59 1.8
+++ pkgsrc/mail/roundcube-plugin-enigma/Attic/distinfo 2018/04/30 06:45:03 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/04/23 13:54:59 taca Exp $ 1$NetBSD: distinfo,v 1.9 2018/04/30 06:45:03 taca Exp $
2 2
3SHA1 (roundcubemail-1.2.8.tar.gz) = cb804e99caaef0f53f49558a94e05f2eb47c9548 3SHA1 (roundcubemail-1.2.9.tar.gz) = dd27b89ae04a6a6c04c0109395e85d098af6cc33
4RMD160 (roundcubemail-1.2.8.tar.gz) = 8c45095f24bf89ab2842439fae986dde32c1f979 4RMD160 (roundcubemail-1.2.9.tar.gz) = e57fa96c3e406a2c61c56de70f02fbc5ee4a2bc3
5SHA512 (roundcubemail-1.2.8.tar.gz) = 1686020ecaac947b31dc69499d4eb80be2622b32e59f8918171cd88be23bedcb159b3e71574b28ec9e0e3a7b33326a2713a873d77cceaf11dbcf279b2f906b4c 5SHA512 (roundcubemail-1.2.9.tar.gz) = b284b1969ad603fc3dd4dbf1dec271dd0d0a22a1dd139c78fd4bc12171f7e94a1b05c15e3926299ca17f39b5dd70b4eaa3bf22e494a7a8e2173a2211d0324f4d
6Size (roundcubemail-1.2.8.tar.gz) = 3538739 bytes 6Size (roundcubemail-1.2.9.tar.gz) = 3539037 bytes

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

--- pkgsrc/mail/roundcube-plugin-password/distinfo 2018/04/23 13:55:00 1.8
+++ pkgsrc/mail/roundcube-plugin-password/distinfo 2018/04/30 06:45:03 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/04/23 13:55:00 taca Exp $ 1$NetBSD: distinfo,v 1.9 2018/04/30 06:45:03 taca Exp $
2 2
3SHA1 (roundcubemail-1.2.8.tar.gz) = cb804e99caaef0f53f49558a94e05f2eb47c9548 3SHA1 (roundcubemail-1.2.9.tar.gz) = dd27b89ae04a6a6c04c0109395e85d098af6cc33
4RMD160 (roundcubemail-1.2.8.tar.gz) = 8c45095f24bf89ab2842439fae986dde32c1f979 4RMD160 (roundcubemail-1.2.9.tar.gz) = e57fa96c3e406a2c61c56de70f02fbc5ee4a2bc3
5SHA512 (roundcubemail-1.2.8.tar.gz) = 1686020ecaac947b31dc69499d4eb80be2622b32e59f8918171cd88be23bedcb159b3e71574b28ec9e0e3a7b33326a2713a873d77cceaf11dbcf279b2f906b4c 5SHA512 (roundcubemail-1.2.9.tar.gz) = b284b1969ad603fc3dd4dbf1dec271dd0d0a22a1dd139c78fd4bc12171f7e94a1b05c15e3926299ca17f39b5dd70b4eaa3bf22e494a7a8e2173a2211d0324f4d
6Size (roundcubemail-1.2.8.tar.gz) = 3538739 bytes 6Size (roundcubemail-1.2.9.tar.gz) = 3539037 bytes

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

--- pkgsrc/mail/roundcube-plugin-zipdownload/Attic/distinfo 2018/04/23 13:55:00 1.8
+++ pkgsrc/mail/roundcube-plugin-zipdownload/Attic/distinfo 2018/04/30 06:45:04 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/04/23 13:55:00 taca Exp $ 1$NetBSD: distinfo,v 1.9 2018/04/30 06:45:04 taca Exp $
2 2
3SHA1 (roundcubemail-1.2.8.tar.gz) = cb804e99caaef0f53f49558a94e05f2eb47c9548 3SHA1 (roundcubemail-1.2.9.tar.gz) = dd27b89ae04a6a6c04c0109395e85d098af6cc33
4RMD160 (roundcubemail-1.2.8.tar.gz) = 8c45095f24bf89ab2842439fae986dde32c1f979 4RMD160 (roundcubemail-1.2.9.tar.gz) = e57fa96c3e406a2c61c56de70f02fbc5ee4a2bc3
5SHA512 (roundcubemail-1.2.8.tar.gz) = 1686020ecaac947b31dc69499d4eb80be2622b32e59f8918171cd88be23bedcb159b3e71574b28ec9e0e3a7b33326a2713a873d77cceaf11dbcf279b2f906b4c 5SHA512 (roundcubemail-1.2.9.tar.gz) = b284b1969ad603fc3dd4dbf1dec271dd0d0a22a1dd139c78fd4bc12171f7e94a1b05c15e3926299ca17f39b5dd70b4eaa3bf22e494a7a8e2173a2211d0324f4d
6Size (roundcubemail-1.2.8.tar.gz) = 3538739 bytes 6Size (roundcubemail-1.2.9.tar.gz) = 3539037 bytes