diff options
author | pettai <pettai@pkgsrc.org> | 2010-10-06 21:40:35 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-10-06 21:40:35 +0000 |
commit | b893a67e154687d5c55d11e1c735b3b776308c40 (patch) | |
tree | 05b15de417bd79306cc1a803b8d44a36b6c72686 | |
parent | 4c5daefa75869fad18ea170dcc809b7f700dccdd (diff) | |
download | pkgsrc-b893a67e154687d5c55d11e1c735b3b776308c40.tar.gz |
RELEASE 0.4.2
-------------
- Fix handling of backslash as IMAP delimiter
- Fix charset replacement in HTML message bodies (#1487021)
- Fix: contact group input is empty when using rename action more than once on t
he same group record
- Fix "Server Error! (Not Found)" when using utils/save-pref action (#1487023)
- Fix handling of Thunderbird's vCards (#1487024)
Oked by wiz@
-rw-r--r-- | mail/roundcube/Makefile | 4 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 7d68ad23df0..19168e07e50 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/10/03 22:13:38 pettai Exp $ +# $NetBSD: Makefile,v 1.30 2010/10/06 21:40:35 pettai Exp $ # DISTNAME= roundcubemail-${RCVERSION}-dep @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= pax USE_LANGUAGES= # none NO_BUILD= yes -RCVERSION= 0.4.1 +RCVERSION= 0.4.2 VERSION= ${RCVERSION:S/-//} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index c068e6a23e8..af076069014 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2010/10/03 22:13:38 pettai Exp $ +$NetBSD: distinfo,v 1.17 2010/10/06 21:40:35 pettai Exp $ -SHA1 (roundcubemail-0.4.1-dep.tar.gz) = dbb4747ab499a3f057351801e2ee84aaba587a6c -RMD160 (roundcubemail-0.4.1-dep.tar.gz) = 02de535041e592a64c77d78e1aecc8d140c6ae43 -Size (roundcubemail-0.4.1-dep.tar.gz) = 1663086 bytes +SHA1 (roundcubemail-0.4.2-dep.tar.gz) = 81ba56f1d341edcb5c67a685cf9ca55bae36c750 +RMD160 (roundcubemail-0.4.2-dep.tar.gz) = 48aa87574859771164f8bebc913562ab7c186ca4 +Size (roundcubemail-0.4.2-dep.tar.gz) = 1664855 bytes SHA1 (patch-aa) = 517a6be7f9d4037e01088cab9ec31a44acf543ad SHA1 (patch-ab) = 397b14ed10158094eebcdf43be73884098ff6dbd SHA1 (patch-ac) = 33e85bd1577f3554213c0f1da55500761967026a |