summaryrefslogtreecommitdiff
path: root/mail/roundcube/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-01-24 16:36:29 +0000
committertaca <taca@pkgsrc.org>2015-01-24 16:36:29 +0000
commita915ccfbfb866a7371d66a52d5ce93df567d2db1 (patch)
tree9397eb0c18ecaa3c807dc5bd07336aa7d3d47d7e /mail/roundcube/Makefile
parent6ab2f4695295b87fa12d73cbdf5b1f7cd4107099 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--mail/roundcube/Makefile5
1 files changed, 2 insertions, 3 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"