pkgsrc/mail/roundcube-plugin-password/Makefile
taca 2792d7d76a mail/roundcube: update to 1.4.10
Update roundcube to 1.4.10, including security fix.

RELEASE 1.4.10
--------------
- Fix extra angle brackets in In-Reply-To header derived from mailto: params (#7655)
- Fix folder list issue whan special folder is a subfolder (#7647)
- Fix Elastic's folder subscription toggle in search result (#7653)
- Fix state of subscription toggle on folders list after changing folder state from the search result (#7653)
- Security: Fix cross-site scripting (XSS) via HTML or Plain text messages with malicious content [CVE-2020-35730]
2020-12-28 08:58:10 +00:00

19 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/12/28 08:58:10 taca Exp $
PLUGIN= password
MAINTAINER= taca@NetBSD.org
COMMENT= Password change plugin for roundcube
LICENSE= gnu-gpl-v3
DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl
REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py
DISTINFO_FILE= ${PKGDIR}/distinfo
.include "../../mail/roundcube/plugins.mk"
.include "../../lang/perl5/module.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"