diff options
author | adam <adam> | 2011-02-11 14:37:08 +0000 |
---|---|---|
committer | adam <adam> | 2011-02-11 14:37:08 +0000 |
commit | 2d408900bf084a452dd96b39da591882b0f73d78 (patch) | |
tree | d3eedecc8b1d83e2c15b11df309eb6ffcaa8b6c2 /mail | |
parent | a2add36631a3b776f9621051d0c68c1f2941f0a0 (diff) | |
download | pkgsrc-2d408900bf084a452dd96b39da591882b0f73d78.tar.gz |
Changes 0.5.1:
This update release fixes some bugs discovered with the 0.5 stable version and
also improves security by preventing some possible CSRF attacks. IDNA support
has now been improved and some visual glitches in IE and Safari have been
resolved.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 13 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 8 |
2 files changed, 11 insertions, 10 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 7d940ef6e8d..992f1c50c7f 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2011/01/13 12:19:19 adam Exp $ +# $NetBSD: Makefile,v 1.32 2011/02/11 14:37:08 adam Exp $ -DISTNAME= roundcubemail-0.5-dep +DISTNAME= roundcubemail-0.5.1-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} @@ -10,11 +10,12 @@ HOMEPAGE= http://roundcube.net/ COMMENT= Browser-based multilingual IMAP client LICENSE= gnu-gpl-v2 -USE_TOOLS+= pax -USE_LANGUAGES= # none -NO_BUILD= yes - PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none +USE_TOOLS+= pax +NO_BUILD= yes + INSTALLATION_DIRS= ${RCDIR}/plugins ${RCDIR}/program ${RCDIR}/skins INSTALLATION_DIRS+= ${EGDIR}/SQL ${DOCDIR} ${RCDIR}/bin diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index c7036251495..da8e9b4ba43 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2011/01/13 12:19:19 adam Exp $ +$NetBSD: distinfo,v 1.19 2011/02/11 14:37:08 adam Exp $ -SHA1 (roundcubemail-0.5-dep.tar.gz) = 415f0a8b2a7d02776d33fd5e5f915bc8686c7546 -RMD160 (roundcubemail-0.5-dep.tar.gz) = 38dcc19787d729fde547f476c7644f6177f93c68 -Size (roundcubemail-0.5-dep.tar.gz) = 1734771 bytes +SHA1 (roundcubemail-0.5.1-dep.tar.gz) = 0677dd3b38f8f5313779d6cc1860bc8ace8800de +RMD160 (roundcubemail-0.5.1-dep.tar.gz) = 127cc4cdaae6cc5db316d9e77c88f77b6c9c4aa3 +Size (roundcubemail-0.5.1-dep.tar.gz) = 1737470 bytes SHA1 (patch-aa) = 5acb8f2a021c374c752647d6aea55b37c4586c1c SHA1 (patch-ab) = 397b14ed10158094eebcdf43be73884098ff6dbd SHA1 (patch-ac) = 33e85bd1577f3554213c0f1da55500761967026a |