dev-php/PHPMailer: new revision to fix CVE-2017-11503.

This quick workaround simply removes the problematic example.

Gentoo-Bug: 626060

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Michael Orlitzky
2017-07-24 15:51:46 -04:00
parent 225d0f08f0
commit 79ed9d680e

View File

@@ -16,6 +16,13 @@ RDEPEND="dev-lang/php:*"
DEPEND="${RDEPEND}
doc? ( dev-php/phpDocumentor )"
src_prepare() {
default
# Bug 626060 (CVE-2017-11503) temporary workaround.
rm examples/code_generator.phps || die
}
src_compile(){
if use doc; then
phpdoc --filename="class.*.php" \