Skip to content

Commit

Permalink
dev-php/PHPMailer: new version 5.2.26.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
orlitzky committed Dec 19, 2017
1 parent 2c23de5 commit 220b539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-php/PHPMailer/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST PHPMailer-5.2.23.tar.gz 157335 BLAKE2B 55f4d4ed09dcff6caf00491102232c211be912b8ea450e35833a0006b408c7de586c58b02b614079c4ede2bbc648548a020f94193b4f54d98d7102fd4d78d62e SHA512 6442538a5a9bfbe704379cd7dbc1634b4d8d6865421b7fac4c67e8ced03173f6b533651033681c2e8814ad9b22b2b3276c23169cdd7ba04878b710533cade65f
DIST PHPMailer-5.2.26.tar.gz 159174 BLAKE2B 989ee85f6ca374bd7f4accf3d18fbd173bbbd3176e6846c9a2aec68f3bfca4ead4e0197f6287e2bc8ed4a125bf7fcb53240a1f8ce6a1813eaffb66067c2c4e9e SHA512 4c3e324ecd1dd23eb40f14ee785fb9b353b742ff4fb26fe0586622038157e60d64560f5ba4a625f16fad6568954d685ebbe436d88bc427d5bd260c056815b656
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc +examples"

RDEPEND="dev-lang/php:*"
# The ctype and filter dependencies can be verified by grepping the
# code... composer.json isn't always up-to-date.
RDEPEND="dev-lang/php:*[ctype,filter]"
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" \
Expand Down

0 comments on commit 220b539

Please sign in to comment.