Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHPMailer/
Date: Mon, 26 Dec 2016 13:44:21
Message-Id: 1482759623.f199e0f1b5181e8a0ccebd4d4e3ac607df2a25b4.mjo@gentoo
1 commit: f199e0f1b5181e8a0ccebd4d4e3ac607df2a25b4
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 13:22:59 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 13:40:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f199e0f1
7
8 dev-php/PHPMailer: new version to fix CVE-2016-10033.
9
10 The new version fixes a critical security vulnerability, and so it
11 replaces the existing (unstable) version. The release tarball for the
12 latest version is missing some documentation. I reported that
13 upstream, and commented those docs out of the ebuild for now so that
14 we can get the CVE fix as soon as possible.
15
16 Gentoo-Bug: 603750
17 PHPMailer-Bug: https://github.com/PHPMailer/PHPMailer/issues/919
18
19 Package-Manager: portage-2.3.0
20
21 dev-php/PHPMailer/Manifest | 2 +-
22 .../PHPMailer/{PHPMailer-5.2.16.ebuild => PHPMailer-5.2.19.ebuild} | 6 ++++--
23 2 files changed, 5 insertions(+), 3 deletions(-)
24
25 diff --git a/dev-php/PHPMailer/Manifest b/dev-php/PHPMailer/Manifest
26 index 505802d..d189355 100644
27 --- a/dev-php/PHPMailer/Manifest
28 +++ b/dev-php/PHPMailer/Manifest
29 @@ -1 +1 @@
30 -DIST PHPMailer-5.2.16.tar.gz 195931 SHA256 0700a64ec57caaa710c3e499160099ec21155c6bd937b5bd3ccc910c2d4d2d06 SHA512 5e2503adc58865c10234ccd3ea09d0ae77f687bb4936be732119c922caa8ec35c3646d07dc7d37f121ae09191ee34f434483cc702cfc98cac8429803915a2049 WHIRLPOOL b68830d8467891adbde7db916d4d256cb65dd73bb9eb02938ebd9bac9bda39b64fb6701831b020201fda6f07e0b717074ec3debf4eb139ad9b2636b4a46c9241
31 +DIST PHPMailer-5.2.19.tar.gz 156311 SHA256 5c167f6d84bd74bff9de6b5594f2c262e748a021ce4686cadfc2ed273e71f82f SHA512 2eda1b856305c10017fe026f7de0e96796706216d64dce9ee9f3aa1bc8db4be277b8e8d88954d447e138f9d8701a7c7a86b75ba12b93160ff13ec65d1c0131ba WHIRLPOOL 37a8cc78bc207f25998352ad2460e2035cc53e4d9d33b9279fcae044ef2c75c43bf6702f518ea34f93ddf9e06746ea5e34fd51341be4fa9ec1cebaee8fea36ac
32
33 diff --git a/dev-php/PHPMailer/PHPMailer-5.2.16.ebuild b/dev-php/PHPMailer/PHPMailer-5.2.19.ebuild
34 similarity index 89%
35 rename from dev-php/PHPMailer/PHPMailer-5.2.16.ebuild
36 rename to dev-php/PHPMailer/PHPMailer-5.2.19.ebuild
37 index fc6e01f..2210a19 100644
38 --- a/dev-php/PHPMailer/PHPMailer-5.2.16.ebuild
39 +++ b/dev-php/PHPMailer/PHPMailer-5.2.19.ebuild
40 @@ -38,8 +38,10 @@ src_install(){
41 insinto "/usr/share/php/${PN}"
42 doins -r *.php language extras
43
44 - dodoc README.md changelog.md
45 - dodoc docs/*
46 + # Fixed in the next version, I hope.
47 + # https://github.com/PHPMailer/PHPMailer/issues/919
48 + #dodoc README.md SECURITY.md changelog.md
49 + #dodoc docs/*
50 use examples && dodoc -r examples
51
52 use doc && dodoc -r html/*