diff options
author | taca <taca@pkgsrc.org> | 2015-01-24 16:36:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-01-24 16:36:29 +0000 |
commit | a915ccfbfb866a7371d66a52d5ce93df567d2db1 (patch) | |
tree | 9397eb0c18ecaa3c807dc5bd07336aa7d3d47d7e /mail/roundcube | |
parent | 6ab2f4695295b87fa12d73cbdf5b1f7cd4107099 (diff) | |
download | pkgsrc-a915ccfbfb866a7371d66a52d5ce93df567d2db1.tar.gz |
Update roundcube to 1.0.5.
RELEASE 1.0.5
-------------
- Fix bug where some valid text in a message was handled as uuencoded attachment
- Fix wrong icon for download button in classic skin
- Fix bug where sent message was saved in Sent folder even if disabled by user (#1490208)
- Fix checks based on window.ActiveXObject in IE > 10
- Fix XSS issue in style attribute handling (#1490227)
- Fix bug where Drafts list wasn't updated on draft-save action in new window (#1490225)
- Fix so "set as default" option is hidden if identities_level > 1 (#1490226)
- Fix bug where search was reset after returning from compose visited for reply
- Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)
- Fix bug where empty fieldmap config entries caused empty results of ldap search (#1490229)
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 5 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 7470a050e20..c3c0631e310 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2014/12/19 03:32:00 taca Exp $ +# $NetBSD: Makefile,v 1.66 2015/01/24 16:36:29 taca Exp $ -DISTNAME= roundcubemail-1.0.4-dep +DISTNAME= roundcubemail-1.0.5-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} @@ -82,7 +82,6 @@ CONF_FILES_PERMS+= ${EGDIR}/plugins/${f}/config.inc.php \ SUBST_CLASSES+= files SUBST_STAGE.files= do-configure SUBST_FILES.files= roundcube.conf -SUBST_FILES.files+= config/defaults.inc.php SUBST_FILES.files+= installer/index.php installer/rcube_install.php SUBST_FILES.files+= program/include/iniset.php SUBST_SED.files= -e "s|@RCDIR@|${RCDIR}|g" diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index ba9cd6887ba..25f59998668 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2014/12/19 03:32:00 taca Exp $ +$NetBSD: distinfo,v 1.39 2015/01/24 16:36:29 taca Exp $ -SHA1 (roundcubemail-1.0.4-dep.tar.gz) = 74f860229fca050c69e81b772df352370a16618f -RMD160 (roundcubemail-1.0.4-dep.tar.gz) = 1c0167a68cb88ca27428616edc48720d6eb5eee3 -Size (roundcubemail-1.0.4-dep.tar.gz) = 3755211 bytes +SHA1 (roundcubemail-1.0.5-dep.tar.gz) = 34cba73c21bf0fca56dba9b48053f7a8b95e5662 +RMD160 (roundcubemail-1.0.5-dep.tar.gz) = e70d3247b8cde0de298640c09f6a9d228dab8492 +Size (roundcubemail-1.0.5-dep.tar.gz) = 3756253 bytes SHA1 (patch-ac) = 8c9d73a505d125a9771262f6c86c533c0bb524cf SHA1 (patch-af) = 1f95a7005569207469563aa37ff48da0383b7668 SHA1 (patch-installer_check.php) = e37c25f073fad9c9fc319722116e0316924a7010 |