mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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" \
|
||||
Reference in New Issue
Block a user