[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: Update PHPMailer

2017-02-15 Thread Ejegg (Code Review)
Ejegg has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/337960 )

Change subject: Update PHPMailer
..


Update PHPMailer

Change-Id: I57f02bc76164dcd78d4b937bcddfd828ef2b4634
---
M composer/installed.json
M phpmailer/phpmailer/VERSION
M phpmailer/phpmailer/class.phpmailer.php
M phpmailer/phpmailer/class.phpmaileroauthgoogle.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
A phpmailer/phpmailer/examples/contactform.phps
M phpmailer/phpmailer/examples/contentsutf8.html
M phpmailer/phpmailer/examples/scripts/XRegExp.js
M phpmailer/phpmailer/examples/send_file_upload.phps
M phpmailer/phpmailer/examples/send_multiple_file_upload.phps
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/get_oauth_token.php
13 files changed, 174 insertions(+), 88 deletions(-)

Approvals:
  Ejegg: Verified; Looks good to me, approved



diff --git a/composer/installed.json b/composer/installed.json
index 13bee3b..4dd1b02 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -566,68 +566,6 @@
 ]
 },
 {
-"name": "phpmailer/phpmailer",
-"version": "v5.2.21",
-"version_normalized": "5.2.21.0",
-"source": {
-"type": "git",
-"url": "https://github.com/PHPMailer/PHPMailer.git;,
-"reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e"
-},
-"dist": {
-"type": "zip",
-"url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d51856b76c06fc687fcd9180efa7a0bed0d761e;,
-"reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e",
-"shasum": ""
-},
-"require": {
-"php": ">=5.0.0"
-},
-"require-dev": {
-"phpdocumentor/phpdocumentor": "*",
-"phpunit/phpunit": "4.7.*"
-},
-"suggest": {
-"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
-},
-"time": "2016-12-28 15:35:48",
-"type": "library",
-"installation-source": "dist",
-"autoload": {
-"classmap": [
-"class.phpmailer.php",
-"class.phpmaileroauth.php",
-"class.phpmaileroauthgoogle.php",
-"class.smtp.php",
-"class.pop3.php",
-"extras/EasyPeasyICS.php",
-"extras/ntlm_sasl_client.php"
-]
-},
-"notification-url": "https://packagist.org/downloads/;,
-"license": [
-"LGPL-2.1"
-],
-"authors": [
-{
-"name": "Jim Jagielski",
-"email": "jim...@gmail.com"
-},
-{
-"name": "Marcus Bointon",
-"email": "phpmai...@synchromedia.co.uk"
-},
-{
-"name": "Andy Prevost",
-"email": "codeworxt...@users.sourceforge.net"
-},
-{
-"name": "Brent R. Matzelle"
-}
-],
-"description": "PHPMailer is a full-featured email creation and 
transfer class for PHP"
-},
-{
 "name": "minfraud/http",
 "version": "v1.71",
 "version_normalized": "1.71.0.0",
@@ -1238,5 +1176,67 @@
 "donations",
 "payments"
 ]
+},
+{
+"name": "phpmailer/phpmailer",
+"version": "v5.2.22",
+"version_normalized": "5.2.22.0",
+"source": {
+"type": "git",
+"url": "https://github.com/PHPMailer/PHPMailer.git;,
+"reference": "b18cb98131bd83103ccb26a888fdfe3177b8a663"
+},
+"dist": {
+"type": "zip",
+"url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/b18cb98131bd83103ccb26a888fdfe3177b8a663;,
+"reference": "b18cb98131bd83103ccb26a888fdfe3177b8a663",
+"shasum": ""
+},
+"require": {
+"php": ">=5.0.0"
+},
+"require-dev": {
+"phpdocumentor/phpdocumentor": "*",
+"phpunit/phpunit": "4.7.*"
+},
+"suggest": {
+"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
+},
+"time": "2017-01-09 09:33:47",
+"type": "library",
+"installation-source": "dist",
+"autoload": {
+"classmap": [
+"class.phpmailer.php",
+"class.phpmaileroauth.php",
+"class.phpmaileroauthgoogle.php",
+"class.smtp.php",
+"class.pop3.php",
+"extras/EasyPeasyICS.php",
+"extras/ntlm_sasl_client.php"
+]
+},
+"notification-url": "https://packagist.org/downloads/;,
+"license": [
+"LGPL-2.1"
+],
+"authors": [
+

[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: Update PHPMailer

2017-02-15 Thread Ejegg (Code Review)
Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/337960 )

Change subject: Update PHPMailer
..

Update PHPMailer

Change-Id: I57f02bc76164dcd78d4b937bcddfd828ef2b4634
---
M composer/installed.json
M phpmailer/phpmailer/VERSION
M phpmailer/phpmailer/class.phpmailer.php
M phpmailer/phpmailer/class.phpmaileroauthgoogle.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
A phpmailer/phpmailer/examples/contactform.phps
M phpmailer/phpmailer/examples/contentsutf8.html
M phpmailer/phpmailer/examples/scripts/XRegExp.js
M phpmailer/phpmailer/examples/send_file_upload.phps
M phpmailer/phpmailer/examples/send_multiple_file_upload.phps
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/get_oauth_token.php
13 files changed, 174 insertions(+), 88 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm/vendor 
refs/changes/60/337960/1

diff --git a/composer/installed.json b/composer/installed.json
index 13bee3b..4dd1b02 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -566,68 +566,6 @@
 ]
 },
 {
-"name": "phpmailer/phpmailer",
-"version": "v5.2.21",
-"version_normalized": "5.2.21.0",
-"source": {
-"type": "git",
-"url": "https://github.com/PHPMailer/PHPMailer.git;,
-"reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e"
-},
-"dist": {
-"type": "zip",
-"url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d51856b76c06fc687fcd9180efa7a0bed0d761e;,
-"reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e",
-"shasum": ""
-},
-"require": {
-"php": ">=5.0.0"
-},
-"require-dev": {
-"phpdocumentor/phpdocumentor": "*",
-"phpunit/phpunit": "4.7.*"
-},
-"suggest": {
-"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
-},
-"time": "2016-12-28 15:35:48",
-"type": "library",
-"installation-source": "dist",
-"autoload": {
-"classmap": [
-"class.phpmailer.php",
-"class.phpmaileroauth.php",
-"class.phpmaileroauthgoogle.php",
-"class.smtp.php",
-"class.pop3.php",
-"extras/EasyPeasyICS.php",
-"extras/ntlm_sasl_client.php"
-]
-},
-"notification-url": "https://packagist.org/downloads/;,
-"license": [
-"LGPL-2.1"
-],
-"authors": [
-{
-"name": "Jim Jagielski",
-"email": "jim...@gmail.com"
-},
-{
-"name": "Marcus Bointon",
-"email": "phpmai...@synchromedia.co.uk"
-},
-{
-"name": "Andy Prevost",
-"email": "codeworxt...@users.sourceforge.net"
-},
-{
-"name": "Brent R. Matzelle"
-}
-],
-"description": "PHPMailer is a full-featured email creation and 
transfer class for PHP"
-},
-{
 "name": "minfraud/http",
 "version": "v1.71",
 "version_normalized": "1.71.0.0",
@@ -1238,5 +1176,67 @@
 "donations",
 "payments"
 ]
+},
+{
+"name": "phpmailer/phpmailer",
+"version": "v5.2.22",
+"version_normalized": "5.2.22.0",
+"source": {
+"type": "git",
+"url": "https://github.com/PHPMailer/PHPMailer.git;,
+"reference": "b18cb98131bd83103ccb26a888fdfe3177b8a663"
+},
+"dist": {
+"type": "zip",
+"url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/b18cb98131bd83103ccb26a888fdfe3177b8a663;,
+"reference": "b18cb98131bd83103ccb26a888fdfe3177b8a663",
+"shasum": ""
+},
+"require": {
+"php": ">=5.0.0"
+},
+"require-dev": {
+"phpdocumentor/phpdocumentor": "*",
+"phpunit/phpunit": "4.7.*"
+},
+"suggest": {
+"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
+},
+"time": "2017-01-09 09:33:47",
+"type": "library",
+"installation-source": "dist",
+"autoload": {
+"classmap": [
+"class.phpmailer.php",
+"class.phpmaileroauth.php",
+"class.phpmaileroauthgoogle.php",
+"class.smtp.php",
+"class.pop3.php",
+"extras/EasyPeasyICS.php",
+"extras/ntlm_sasl_client.php"
+]
+},
+"notification-url": "https://packagist.org/downloads/;,
+"license": [
+"LGPL-2.1"
+ 

[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: Update PHPMailer

2016-12-28 Thread Awight (Code Review)
Awight has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/329541 )

Change subject: Update PHPMailer
..


Update PHPMailer

Bug: T154209
Change-Id: I761c51473e7dde1faff1b1fc181300bba594dc49
---
M composer/installed.json
M phpmailer/phpmailer/VERSION
M phpmailer/phpmailer/class.phpmailer.php
M phpmailer/phpmailer/class.phpmaileroauthgoogle.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/get_oauth_token.php
8 files changed, 68 insertions(+), 26 deletions(-)

Approvals:
  Awight: Verified; Looks good to me, approved



diff --git a/composer/installed.json b/composer/installed.json
index 02ab9f6..fe0c886 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -1225,17 +1225,17 @@
 },
 {
 "name": "phpmailer/phpmailer",
-"version": "v5.2.19",
-"version_normalized": "5.2.19.0",
+"version": "v5.2.21",
+"version_normalized": "5.2.21.0",
 "source": {
 "type": "git",
 "url": "https://github.com/PHPMailer/PHPMailer.git;,
-"reference": "9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9"
+"reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e"
 },
 "dist": {
 "type": "zip",
-"url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9;,
-"reference": "9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9",
+"url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d51856b76c06fc687fcd9180efa7a0bed0d761e;,
+"reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e",
 "shasum": ""
 },
 "require": {
@@ -1248,7 +1248,7 @@
 "suggest": {
 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
 },
-"time": "2016-12-26 10:09:10",
+"time": "2016-12-28 15:35:48",
 "type": "library",
 "installation-source": "dist",
 "autoload": {
diff --git a/phpmailer/phpmailer/VERSION b/phpmailer/phpmailer/VERSION
index 1c26b6f..567eefa 100644
--- a/phpmailer/phpmailer/VERSION
+++ b/phpmailer/phpmailer/VERSION
@@ -1 +1 @@
-5.2.19
\ No newline at end of file
+5.2.21
diff --git a/phpmailer/phpmailer/class.phpmailer.php 
b/phpmailer/phpmailer/class.phpmailer.php
index 6afcf9a..8ff13f1 100644
--- a/phpmailer/phpmailer/class.phpmailer.php
+++ b/phpmailer/phpmailer/class.phpmailer.php
@@ -31,7 +31,7 @@
  * The PHPMailer Version number.
  * @var string
  */
-public $Version = '5.2.19';
+public $Version = '5.2.21';
 
 /**
  * Email priority.
@@ -1364,19 +1364,24 @@
  */
 protected function sendmailSend($header, $body)
 {
-if (!empty($this->Sender)) {
+// CVE-2016-10033, CVE-2016-10045: Don't pass -f if characters will be 
escaped.
+if (!empty($this->Sender) and self::isShellSafe($this->Sender)) {
 if ($this->Mailer == 'qmail') {
-$sendmail = sprintf('%s -f%s', 
escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender));
+$sendmailFmt = '%s -f%s';
 } else {
-$sendmail = sprintf('%s -oi -f%s -t', 
escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender));
+$sendmailFmt = '%s -oi -f%s -t';
 }
 } else {
 if ($this->Mailer == 'qmail') {
-$sendmail = sprintf('%s', escapeshellcmd($this->Sendmail));
+$sendmailFmt = '%s';
 } else {
-$sendmail = sprintf('%s -oi -t', 
escapeshellcmd($this->Sendmail));
+$sendmailFmt = '%s -oi -t';
 }
 }
+
+// TODO: If possible, this should be changed to escapeshellarg.  Needs 
thorough testing.
+$sendmail = sprintf($sendmailFmt, escapeshellcmd($this->Sendmail), 
$this->Sender);
+
 if ($this->SingleTo) {
 foreach ($this->SingleToArray as $toAddr) {
 if (!@$mail = popen($sendmail, 'w')) {
@@ -1423,6 +1428,40 @@
 }
 
 /**
+ * Fix CVE-2016-10033 and CVE-2016-10045 by disallowing potentially unsafe 
shell characters.
+ *
+ * Note that escapeshellarg and escapeshellcmd are inadequate for our 
purposes, especially on Windows.
+ * @param string $string The string to be validated
+ * @see https://github.com/PHPMailer/PHPMailer/issues/924 CVE-2016-10045 
bug report
+ * @access protected
+ * @return boolean
+ */
+protected static function isShellSafe($string)
+{
+// Future-proof
+if (escapeshellcmd($string) !== $string
+or !in_array(escapeshellarg($string), array("'$string'", 
"\"$string\""))
+) {
+return false;
+}
+
+$length = strlen($string);
+
+for ($i = 0; $i < $length; 

[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: Update PHPMailer

2016-12-28 Thread Awight (Code Review)
Awight has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329541 )

Change subject: Update PHPMailer
..

Update PHPMailer

Bug: T154209
Change-Id: I761c51473e7dde1faff1b1fc181300bba594dc49
---
M composer/installed.json
M phpmailer/phpmailer/VERSION
M phpmailer/phpmailer/class.phpmailer.php
M phpmailer/phpmailer/class.phpmaileroauthgoogle.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/get_oauth_token.php
8 files changed, 68 insertions(+), 26 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm/vendor 
refs/changes/41/329541/1

diff --git a/composer/installed.json b/composer/installed.json
index 02ab9f6..fe0c886 100644
--- a/composer/installed.json
+++ b/composer/installed.json
@@ -1225,17 +1225,17 @@
 },
 {
 "name": "phpmailer/phpmailer",
-"version": "v5.2.19",
-"version_normalized": "5.2.19.0",
+"version": "v5.2.21",
+"version_normalized": "5.2.21.0",
 "source": {
 "type": "git",
 "url": "https://github.com/PHPMailer/PHPMailer.git;,
-"reference": "9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9"
+"reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e"
 },
 "dist": {
 "type": "zip",
-"url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9;,
-"reference": "9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9",
+"url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d51856b76c06fc687fcd9180efa7a0bed0d761e;,
+"reference": "1d51856b76c06fc687fcd9180efa7a0bed0d761e",
 "shasum": ""
 },
 "require": {
@@ -1248,7 +1248,7 @@
 "suggest": {
 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
 },
-"time": "2016-12-26 10:09:10",
+"time": "2016-12-28 15:35:48",
 "type": "library",
 "installation-source": "dist",
 "autoload": {
diff --git a/phpmailer/phpmailer/VERSION b/phpmailer/phpmailer/VERSION
index 1c26b6f..567eefa 100644
--- a/phpmailer/phpmailer/VERSION
+++ b/phpmailer/phpmailer/VERSION
@@ -1 +1 @@
-5.2.19
\ No newline at end of file
+5.2.21
diff --git a/phpmailer/phpmailer/class.phpmailer.php 
b/phpmailer/phpmailer/class.phpmailer.php
index 6afcf9a..8ff13f1 100644
--- a/phpmailer/phpmailer/class.phpmailer.php
+++ b/phpmailer/phpmailer/class.phpmailer.php
@@ -31,7 +31,7 @@
  * The PHPMailer Version number.
  * @var string
  */
-public $Version = '5.2.19';
+public $Version = '5.2.21';
 
 /**
  * Email priority.
@@ -1364,19 +1364,24 @@
  */
 protected function sendmailSend($header, $body)
 {
-if (!empty($this->Sender)) {
+// CVE-2016-10033, CVE-2016-10045: Don't pass -f if characters will be 
escaped.
+if (!empty($this->Sender) and self::isShellSafe($this->Sender)) {
 if ($this->Mailer == 'qmail') {
-$sendmail = sprintf('%s -f%s', 
escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender));
+$sendmailFmt = '%s -f%s';
 } else {
-$sendmail = sprintf('%s -oi -f%s -t', 
escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender));
+$sendmailFmt = '%s -oi -f%s -t';
 }
 } else {
 if ($this->Mailer == 'qmail') {
-$sendmail = sprintf('%s', escapeshellcmd($this->Sendmail));
+$sendmailFmt = '%s';
 } else {
-$sendmail = sprintf('%s -oi -t', 
escapeshellcmd($this->Sendmail));
+$sendmailFmt = '%s -oi -t';
 }
 }
+
+// TODO: If possible, this should be changed to escapeshellarg.  Needs 
thorough testing.
+$sendmail = sprintf($sendmailFmt, escapeshellcmd($this->Sendmail), 
$this->Sender);
+
 if ($this->SingleTo) {
 foreach ($this->SingleToArray as $toAddr) {
 if (!@$mail = popen($sendmail, 'w')) {
@@ -1423,6 +1428,40 @@
 }
 
 /**
+ * Fix CVE-2016-10033 and CVE-2016-10045 by disallowing potentially unsafe 
shell characters.
+ *
+ * Note that escapeshellarg and escapeshellcmd are inadequate for our 
purposes, especially on Windows.
+ * @param string $string The string to be validated
+ * @see https://github.com/PHPMailer/PHPMailer/issues/924 CVE-2016-10045 
bug report
+ * @access protected
+ * @return boolean
+ */
+protected static function isShellSafe($string)
+{
+// Future-proof
+if (escapeshellcmd($string) !== $string
+or !in_array(escapeshellarg($string), array("'$string'", 
"\"$string\""))
+) {
+return false;
+}
+
+$length = strlen($string);
+

[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: update phpmailer for CVE

2016-12-28 Thread Ejegg (Code Review)
Ejegg has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/329513 )

Change subject: update phpmailer for CVE
..


update phpmailer for CVE

Change-Id: I21168da04c03d5a5d8eea29f159e58d4f3374676
---
M coderkungfu/php-queue/src/PHPQueue/Backend/PDO.php
M coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php
A coderkungfu/php-queue/src/PHPQueue/Exception/JsonException.php
A coderkungfu/php-queue/src/PHPQueue/Json.php
M coderkungfu/php-queue/test/PHPQueue/Backend/PredisTest.php
M composer/LICENSE
M composer/autoload_files.php
M composer/autoload_namespaces.php
M composer/autoload_psr4.php
M composer/installed.json
M monolog/monolog/CHANGELOG.mdown
M monolog/monolog/composer.json
M monolog/monolog/doc/02-handlers-formatters-processors.md
M monolog/monolog/src/Monolog/Formatter/JsonFormatter.php
M monolog/monolog/src/Monolog/Formatter/LineFormatter.php
M monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php
M monolog/monolog/src/Monolog/Handler/AmqpHandler.php
M monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php
M monolog/monolog/src/Monolog/Handler/RavenHandler.php
M monolog/monolog/src/Monolog/Handler/RollbarHandler.php
A monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php
M monolog/monolog/src/Monolog/Handler/SlackHandler.php
A monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php
A monolog/monolog/src/Monolog/Handler/SlackbotHandler.php
M monolog/monolog/src/Monolog/Handler/StreamHandler.php
M monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php
M monolog/monolog/src/Monolog/Handler/TestHandler.php
M monolog/monolog/src/Monolog/Logger.php
A monolog/monolog/src/Monolog/Processor/MercurialProcessor.php
M monolog/monolog/tests/Monolog/Formatter/JsonFormatterTest.php
M monolog/monolog/tests/Monolog/Formatter/NormalizerFormatterTest.php
M monolog/monolog/tests/Monolog/Handler/RavenHandlerTest.php
A monolog/monolog/tests/Monolog/Handler/Slack/SlackRecordTest.php
M monolog/monolog/tests/Monolog/Handler/SlackHandlerTest.php
A monolog/monolog/tests/Monolog/Handler/SlackWebhookHandlerTest.php
A monolog/monolog/tests/Monolog/Handler/SlackbotHandlerTest.php
M monolog/monolog/tests/Monolog/Handler/SyslogUdpHandlerTest.php
M monolog/monolog/tests/Monolog/Handler/TestHandlerTest.php
M monolog/monolog/tests/Monolog/LoggerTest.php
A monolog/monolog/tests/Monolog/Processor/MercurialProcessorTest.php
D phpmailer/phpmailer/.gitignore
D phpmailer/phpmailer/.scrutinizer.yml
D phpmailer/phpmailer/.travis.yml
D phpmailer/phpmailer/README.md
M phpmailer/phpmailer/VERSION
D phpmailer/phpmailer/changelog.md
M phpmailer/phpmailer/class.phpmailer.php
M phpmailer/phpmailer/class.phpmaileroauth.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
M phpmailer/phpmailer/composer.lock
D phpmailer/phpmailer/docs/Callback_function_notes.txt
D phpmailer/phpmailer/docs/DomainKeys_notes.txt
D phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt
D phpmailer/phpmailer/docs/extending.html
D phpmailer/phpmailer/docs/faq.html
D phpmailer/phpmailer/docs/generatedocs.sh
D phpmailer/phpmailer/docs/pop3_article.txt
M phpmailer/phpmailer/examples/scripts/shLegacy.js
M phpmailer/phpmailer/examples/smtp_check.phps
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/extras/ntlm_sasl_client.php
R phpmailer/phpmailer/language/phpmailer.lang-cs.php
R phpmailer/phpmailer/language/phpmailer.lang-da.php
M phpmailer/phpmailer/language/phpmailer.lang-de.php
M phpmailer/phpmailer/language/phpmailer.lang-es.php
R phpmailer/phpmailer/language/phpmailer.lang-nb.php
R phpmailer/phpmailer/language/phpmailer.lang-pt_br.php
M phpmailer/phpmailer/language/phpmailer.lang-ro.php
R phpmailer/phpmailer/language/phpmailer.lang-sv.php
D phpmailer/phpmailer/test/bootstrap.php
D phpmailer/phpmailer/test/fakepopserver.sh
D phpmailer/phpmailer/test/fakesendmail.sh
D phpmailer/phpmailer/test/phpmailerLangTest.php
D phpmailer/phpmailer/test/phpmailerTest.php
D phpmailer/phpmailer/test/runfakepopserver.sh
D phpmailer/phpmailer/test/test_callback.php
D phpmailer/phpmailer/test/testbootstrap-dist.php
D phpmailer/phpmailer/travis.phpunit.xml.dist
M psr/log/Psr/Log/AbstractLogger.php
M psr/log/Psr/Log/LogLevel.php
M psr/log/Psr/Log/LoggerAwareInterface.php
M psr/log/Psr/Log/LoggerAwareTrait.php
M psr/log/Psr/Log/LoggerInterface.php
M psr/log/Psr/Log/LoggerTrait.php
M psr/log/Psr/Log/NullLogger.php
M psr/log/Psr/Log/Test/LoggerInterfaceTest.php
M psr/log/composer.json
M symfony/event-dispatcher/EventDispatcher.php
M symfony/http-foundation/BinaryFileResponse.php
M symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php
M symfony/http-foundation/JsonResponse.php
M symfony/http-foundation/Request.php
M symfony/http-foundation/RequestMatcher.php
M symfony/http-foundation/Response.php
M symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php
M symfony/http-foundation/StreamedResponse.php
M 

[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: update phpmailer for CVE

2016-12-28 Thread Cdentinger (Code Review)
Cdentinger has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329513 )

Change subject: update phpmailer for CVE
..

update phpmailer for CVE

Change-Id: I21168da04c03d5a5d8eea29f159e58d4f3374676
---
M coderkungfu/php-queue/src/PHPQueue/Backend/PDO.php
M coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php
A coderkungfu/php-queue/src/PHPQueue/Exception/JsonException.php
A coderkungfu/php-queue/src/PHPQueue/Json.php
M coderkungfu/php-queue/test/PHPQueue/Backend/PredisTest.php
M composer/LICENSE
M composer/autoload_files.php
M composer/autoload_namespaces.php
M composer/autoload_psr4.php
M composer/installed.json
M monolog/monolog/CHANGELOG.mdown
M monolog/monolog/composer.json
M monolog/monolog/doc/02-handlers-formatters-processors.md
M monolog/monolog/src/Monolog/Formatter/JsonFormatter.php
M monolog/monolog/src/Monolog/Formatter/LineFormatter.php
M monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php
M monolog/monolog/src/Monolog/Handler/AmqpHandler.php
M monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php
M monolog/monolog/src/Monolog/Handler/RavenHandler.php
M monolog/monolog/src/Monolog/Handler/RollbarHandler.php
A monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php
M monolog/monolog/src/Monolog/Handler/SlackHandler.php
A monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php
A monolog/monolog/src/Monolog/Handler/SlackbotHandler.php
M monolog/monolog/src/Monolog/Handler/StreamHandler.php
M monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php
M monolog/monolog/src/Monolog/Handler/TestHandler.php
M monolog/monolog/src/Monolog/Logger.php
A monolog/monolog/src/Monolog/Processor/MercurialProcessor.php
M monolog/monolog/tests/Monolog/Formatter/JsonFormatterTest.php
M monolog/monolog/tests/Monolog/Formatter/NormalizerFormatterTest.php
M monolog/monolog/tests/Monolog/Handler/RavenHandlerTest.php
A monolog/monolog/tests/Monolog/Handler/Slack/SlackRecordTest.php
M monolog/monolog/tests/Monolog/Handler/SlackHandlerTest.php
A monolog/monolog/tests/Monolog/Handler/SlackWebhookHandlerTest.php
A monolog/monolog/tests/Monolog/Handler/SlackbotHandlerTest.php
M monolog/monolog/tests/Monolog/Handler/SyslogUdpHandlerTest.php
M monolog/monolog/tests/Monolog/Handler/TestHandlerTest.php
M monolog/monolog/tests/Monolog/LoggerTest.php
A monolog/monolog/tests/Monolog/Processor/MercurialProcessorTest.php
D phpmailer/phpmailer/.gitignore
D phpmailer/phpmailer/.scrutinizer.yml
D phpmailer/phpmailer/.travis.yml
D phpmailer/phpmailer/README.md
M phpmailer/phpmailer/VERSION
D phpmailer/phpmailer/changelog.md
M phpmailer/phpmailer/class.phpmailer.php
M phpmailer/phpmailer/class.phpmaileroauth.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
M phpmailer/phpmailer/composer.lock
D phpmailer/phpmailer/docs/Callback_function_notes.txt
D phpmailer/phpmailer/docs/DomainKeys_notes.txt
D phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt
D phpmailer/phpmailer/docs/extending.html
D phpmailer/phpmailer/docs/faq.html
D phpmailer/phpmailer/docs/generatedocs.sh
D phpmailer/phpmailer/docs/pop3_article.txt
M phpmailer/phpmailer/examples/scripts/shLegacy.js
M phpmailer/phpmailer/examples/smtp_check.phps
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/extras/ntlm_sasl_client.php
R phpmailer/phpmailer/language/phpmailer.lang-cs.php
R phpmailer/phpmailer/language/phpmailer.lang-da.php
M phpmailer/phpmailer/language/phpmailer.lang-de.php
M phpmailer/phpmailer/language/phpmailer.lang-es.php
R phpmailer/phpmailer/language/phpmailer.lang-nb.php
R phpmailer/phpmailer/language/phpmailer.lang-pt_br.php
M phpmailer/phpmailer/language/phpmailer.lang-ro.php
R phpmailer/phpmailer/language/phpmailer.lang-sv.php
D phpmailer/phpmailer/test/bootstrap.php
D phpmailer/phpmailer/test/fakepopserver.sh
D phpmailer/phpmailer/test/fakesendmail.sh
D phpmailer/phpmailer/test/phpmailerLangTest.php
D phpmailer/phpmailer/test/phpmailerTest.php
D phpmailer/phpmailer/test/runfakepopserver.sh
D phpmailer/phpmailer/test/test_callback.php
D phpmailer/phpmailer/test/testbootstrap-dist.php
D phpmailer/phpmailer/travis.phpunit.xml.dist
M psr/log/Psr/Log/AbstractLogger.php
M psr/log/Psr/Log/LogLevel.php
M psr/log/Psr/Log/LoggerAwareInterface.php
M psr/log/Psr/Log/LoggerAwareTrait.php
M psr/log/Psr/Log/LoggerInterface.php
M psr/log/Psr/Log/LoggerTrait.php
M psr/log/Psr/Log/NullLogger.php
M psr/log/Psr/Log/Test/LoggerInterfaceTest.php
M psr/log/composer.json
M symfony/event-dispatcher/EventDispatcher.php
M symfony/http-foundation/BinaryFileResponse.php
M symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php
M symfony/http-foundation/JsonResponse.php
M symfony/http-foundation/Request.php
M symfony/http-foundation/RequestMatcher.php
M symfony/http-foundation/Response.php
M symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php
M symfony/http-foundation/StreamedResponse.php
M 

[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: update phpmailer for CVE-2016-10045 and CVE-2016-10033

2016-12-28 Thread Cdentinger (Code Review)
Cdentinger has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329505 )

Change subject: update phpmailer for CVE-2016-10045 and CVE-2016-10033
..

update phpmailer for CVE-2016-10045 and CVE-2016-10033

Change-Id: I9e2aeac0cd4d930989b1e6b84486caeb759783aa
---
M autoload.php
M coderkungfu/php-queue/src/PHPQueue/Backend/PDO.php
M coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php
M coderkungfu/php-queue/test/PHPQueue/Backend/PredisTest.php
M composer/ClassLoader.php
M composer/autoload_classmap.php
M composer/autoload_files.php
M composer/autoload_namespaces.php
M composer/autoload_psr4.php
M composer/autoload_real.php
M composer/autoload_static.php
M composer/installed.json
M monolog/monolog/CHANGELOG.mdown
M monolog/monolog/composer.json
M monolog/monolog/doc/02-handlers-formatters-processors.md
M monolog/monolog/src/Monolog/Formatter/JsonFormatter.php
M monolog/monolog/src/Monolog/Formatter/LineFormatter.php
M monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php
M monolog/monolog/src/Monolog/Handler/AmqpHandler.php
M monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php
M monolog/monolog/src/Monolog/Handler/RavenHandler.php
M monolog/monolog/src/Monolog/Handler/RollbarHandler.php
M monolog/monolog/src/Monolog/Handler/SlackHandler.php
M monolog/monolog/src/Monolog/Handler/StreamHandler.php
M monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php
M monolog/monolog/src/Monolog/Handler/TestHandler.php
M monolog/monolog/src/Monolog/Logger.php
M monolog/monolog/tests/Monolog/Formatter/JsonFormatterTest.php
M monolog/monolog/tests/Monolog/Formatter/NormalizerFormatterTest.php
M monolog/monolog/tests/Monolog/Handler/RavenHandlerTest.php
M monolog/monolog/tests/Monolog/Handler/SlackHandlerTest.php
M monolog/monolog/tests/Monolog/Handler/SyslogUdpHandlerTest.php
M monolog/monolog/tests/Monolog/Handler/TestHandlerTest.php
M monolog/monolog/tests/Monolog/LoggerTest.php
D phpmailer/phpmailer/.gitignore
D phpmailer/phpmailer/.scrutinizer.yml
D phpmailer/phpmailer/.travis.yml
D phpmailer/phpmailer/README.md
M phpmailer/phpmailer/VERSION
D phpmailer/phpmailer/changelog.md
M phpmailer/phpmailer/class.phpmailer.php
M phpmailer/phpmailer/class.phpmaileroauth.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
M phpmailer/phpmailer/composer.lock
D phpmailer/phpmailer/docs/Callback_function_notes.txt
D phpmailer/phpmailer/docs/DomainKeys_notes.txt
D phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt
D phpmailer/phpmailer/docs/extending.html
D phpmailer/phpmailer/docs/faq.html
D phpmailer/phpmailer/docs/generatedocs.sh
D phpmailer/phpmailer/docs/pop3_article.txt
M phpmailer/phpmailer/examples/scripts/shLegacy.js
M phpmailer/phpmailer/examples/smtp_check.phps
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/extras/ntlm_sasl_client.php
D phpmailer/phpmailer/language/phpmailer.lang-br.php
D phpmailer/phpmailer/language/phpmailer.lang-cz.php
M phpmailer/phpmailer/language/phpmailer.lang-de.php
D phpmailer/phpmailer/language/phpmailer.lang-dk.php
M phpmailer/phpmailer/language/phpmailer.lang-es.php
D phpmailer/phpmailer/language/phpmailer.lang-no.php
M phpmailer/phpmailer/language/phpmailer.lang-ro.php
D phpmailer/phpmailer/language/phpmailer.lang-se.php
D phpmailer/phpmailer/test/bootstrap.php
D phpmailer/phpmailer/test/fakepopserver.sh
D phpmailer/phpmailer/test/fakesendmail.sh
D phpmailer/phpmailer/test/phpmailerLangTest.php
D phpmailer/phpmailer/test/phpmailerTest.php
D phpmailer/phpmailer/test/runfakepopserver.sh
D phpmailer/phpmailer/test/test_callback.php
D phpmailer/phpmailer/test/testbootstrap-dist.php
D phpmailer/phpmailer/travis.phpunit.xml.dist
M psr/log/Psr/Log/AbstractLogger.php
M psr/log/Psr/Log/LogLevel.php
M psr/log/Psr/Log/LoggerAwareInterface.php
M psr/log/Psr/Log/LoggerAwareTrait.php
M psr/log/Psr/Log/LoggerInterface.php
M psr/log/Psr/Log/LoggerTrait.php
M psr/log/Psr/Log/NullLogger.php
M psr/log/Psr/Log/Test/LoggerInterfaceTest.php
M psr/log/composer.json
M symfony/event-dispatcher/EventDispatcher.php
M symfony/http-foundation/BinaryFileResponse.php
M symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php
M symfony/http-foundation/IpUtils.php
M symfony/http-foundation/JsonResponse.php
M symfony/http-foundation/Request.php
M symfony/http-foundation/RequestMatcher.php
M symfony/http-foundation/Response.php
M symfony/http-foundation/Session/Flash/FlashBagInterface.php
M symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php
M symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php
M symfony/http-foundation/StreamedResponse.php
M symfony/http-foundation/Tests/IpUtilsTest.php
M symfony/http-foundation/Tests/JsonResponseTest.php
M symfony/http-foundation/Tests/RequestTest.php
M 
symfony/http-foundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php
M 

[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: Update PHPMailer per T154209

2016-12-27 Thread Awight (Code Review)
Awight has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329377 )

Change subject: Update PHPMailer per T154209
..

Update PHPMailer per T154209

Change-Id: Ie4feec7ebbface65412e00bc8c826862ddebaf0c
---
M composer/LICENSE
M composer/autoload_real.php
M composer/installed.json
D phpmailer/phpmailer/.gitignore
D phpmailer/phpmailer/.scrutinizer.yml
D phpmailer/phpmailer/.travis.yml
D phpmailer/phpmailer/README.md
M phpmailer/phpmailer/VERSION
D phpmailer/phpmailer/changelog.md
M phpmailer/phpmailer/class.phpmailer.php
M phpmailer/phpmailer/class.phpmaileroauth.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
M phpmailer/phpmailer/composer.lock
D phpmailer/phpmailer/docs/Callback_function_notes.txt
D phpmailer/phpmailer/docs/DomainKeys_notes.txt
D phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt
D phpmailer/phpmailer/docs/extending.html
D phpmailer/phpmailer/docs/faq.html
D phpmailer/phpmailer/docs/generatedocs.sh
D phpmailer/phpmailer/docs/pop3_article.txt
M phpmailer/phpmailer/examples/scripts/shLegacy.js
M phpmailer/phpmailer/examples/smtp_check.phps
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/extras/ntlm_sasl_client.php
R phpmailer/phpmailer/language/phpmailer.lang-cs.php
R phpmailer/phpmailer/language/phpmailer.lang-da.php
M phpmailer/phpmailer/language/phpmailer.lang-de.php
M phpmailer/phpmailer/language/phpmailer.lang-es.php
R phpmailer/phpmailer/language/phpmailer.lang-nb.php
R phpmailer/phpmailer/language/phpmailer.lang-pt_br.php
M phpmailer/phpmailer/language/phpmailer.lang-ro.php
R phpmailer/phpmailer/language/phpmailer.lang-sv.php
D phpmailer/phpmailer/test/bootstrap.php
D phpmailer/phpmailer/test/fakepopserver.sh
D phpmailer/phpmailer/test/fakesendmail.sh
D phpmailer/phpmailer/test/phpmailerLangTest.php
D phpmailer/phpmailer/test/phpmailerTest.php
D phpmailer/phpmailer/test/runfakepopserver.sh
D phpmailer/phpmailer/test/test_callback.php
D phpmailer/phpmailer/test/testbootstrap-dist.php
D phpmailer/phpmailer/travis.phpunit.xml.dist
42 files changed, 612 insertions(+), 4,358 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/SmashPig/vendor 
refs/changes/77/329377/1


-- 
To view, visit https://gerrit.wikimedia.org/r/329377
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie4feec7ebbface65412e00bc8c826862ddebaf0c
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig/vendor
Gerrit-Branch: master
Gerrit-Owner: Awight 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: Update PHPMailer per T154209

2016-12-27 Thread Awight (Code Review)
Awight has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/329370 )

Change subject: Update PHPMailer per T154209
..


Update PHPMailer per T154209

Change-Id: Iadde3b75ef3dfe05d7c1cffe2b258567c5bd724d
---
M composer/LICENSE
M composer/autoload_classmap.php
M composer/installed.json
D phpmailer/phpmailer/.gitignore
D phpmailer/phpmailer/.travis.yml
M phpmailer/phpmailer/LICENSE
A phpmailer/phpmailer/PHPMailerAutoload.php
D phpmailer/phpmailer/README.md
A phpmailer/phpmailer/VERSION
D phpmailer/phpmailer/changelog.md
M phpmailer/phpmailer/class.phpmailer.php
A phpmailer/phpmailer/class.phpmaileroauth.php
A phpmailer/phpmailer/class.phpmaileroauthgoogle.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
M phpmailer/phpmailer/composer.json
A phpmailer/phpmailer/composer.lock
D phpmailer/phpmailer/docs/Callback_function_notes.txt
D phpmailer/phpmailer/docs/DomainKeys_notes.txt
D phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt
D phpmailer/phpmailer/docs/extending.html
D phpmailer/phpmailer/docs/faq.html
D phpmailer/phpmailer/docs/generatedocs.sh
D phpmailer/phpmailer/docs/pop3_article.txt
D phpmailer/phpmailer/docs/use_gmail.txt
A phpmailer/phpmailer/examples/DKIM.phps
A phpmailer/phpmailer/examples/code_generator.phps
M phpmailer/phpmailer/examples/contents.html
A phpmailer/phpmailer/examples/contentsutf8.html
A phpmailer/phpmailer/examples/exceptions.phps
A phpmailer/phpmailer/examples/gmail.phps
A phpmailer/phpmailer/examples/gmail_xoauth.phps
D phpmailer/phpmailer/examples/images/phpmailer.gif
A phpmailer/phpmailer/examples/images/phpmailer.png
D phpmailer/phpmailer/examples/images/phpmailer_mini.gif
A phpmailer/phpmailer/examples/images/phpmailer_mini.png
M phpmailer/phpmailer/examples/index.html
A phpmailer/phpmailer/examples/mail.phps
A phpmailer/phpmailer/examples/mailing_list.phps
A phpmailer/phpmailer/examples/pop_before_smtp.phps
A phpmailer/phpmailer/examples/scripts/XRegExp.js
A phpmailer/phpmailer/examples/scripts/shAutoloader.js
A phpmailer/phpmailer/examples/scripts/shBrushPhp.js
A phpmailer/phpmailer/examples/scripts/shCore.js
R phpmailer/phpmailer/examples/scripts/shLegacy.js
A phpmailer/phpmailer/examples/send_file_upload.phps
A phpmailer/phpmailer/examples/send_multiple_file_upload.phps
A phpmailer/phpmailer/examples/sendmail.phps
A phpmailer/phpmailer/examples/signed-mail.phps
A phpmailer/phpmailer/examples/smtp.phps
A phpmailer/phpmailer/examples/smtp_check.phps
A phpmailer/phpmailer/examples/smtp_no_auth.phps
A phpmailer/phpmailer/examples/ssl_options.phps
A phpmailer/phpmailer/examples/styles/shCore.css
A phpmailer/phpmailer/examples/styles/shCoreDefault.css
A phpmailer/phpmailer/examples/styles/shCoreDjango.css
A phpmailer/phpmailer/examples/styles/shCoreEclipse.css
A phpmailer/phpmailer/examples/styles/shCoreEmacs.css
A phpmailer/phpmailer/examples/styles/shCoreFadeToGrey.css
A phpmailer/phpmailer/examples/styles/shCoreMDUltra.css
A phpmailer/phpmailer/examples/styles/shCoreMidnight.css
A phpmailer/phpmailer/examples/styles/shCoreRDark.css
A phpmailer/phpmailer/examples/styles/shThemeAppleScript.css
A phpmailer/phpmailer/examples/styles/shThemeDefault.css
A phpmailer/phpmailer/examples/styles/shThemeDjango.css
A phpmailer/phpmailer/examples/styles/shThemeEclipse.css
A phpmailer/phpmailer/examples/styles/shThemeEmacs.css
A phpmailer/phpmailer/examples/styles/shThemeFadeToGrey.css
A phpmailer/phpmailer/examples/styles/shThemeMDUltra.css
A phpmailer/phpmailer/examples/styles/shThemeMidnight.css
A phpmailer/phpmailer/examples/styles/shThemeRDark.css
A phpmailer/phpmailer/examples/styles/shThemeVisualStudio.css
R phpmailer/phpmailer/examples/styles/wrapping.png
D phpmailer/phpmailer/examples/test_db_smtp_basic.php
D phpmailer/phpmailer/examples/test_mail_advanced.php
D phpmailer/phpmailer/examples/test_mail_basic.php
D phpmailer/phpmailer/examples/test_pop_before_smtp_advanced.php
D phpmailer/phpmailer/examples/test_pop_before_smtp_basic.php
D phpmailer/phpmailer/examples/test_sendmail_advanced.php
D phpmailer/phpmailer/examples/test_sendmail_basic.php
D phpmailer/phpmailer/examples/test_smtp_advanced.php
D phpmailer/phpmailer/examples/test_smtp_advanced_no_auth.php
D phpmailer/phpmailer/examples/test_smtp_basic.php
D phpmailer/phpmailer/examples/test_smtp_basic_no_auth.php
D phpmailer/phpmailer/examples/test_smtp_gmail_advanced.php
D phpmailer/phpmailer/examples/test_smtp_gmail_basic.php
A phpmailer/phpmailer/extras/EasyPeasyICS.php
A phpmailer/phpmailer/extras/README.md
D phpmailer/phpmailer/extras/class.html2text.php
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/extras/ntlm_sasl_client.php
A phpmailer/phpmailer/get_oauth_token.php
A phpmailer/phpmailer/language/phpmailer.lang-am.php
M phpmailer/phpmailer/language/phpmailer.lang-ar.php
A phpmailer/phpmailer/language/phpmailer.lang-az.php
A phpmailer/phpmailer/language/phpmailer.lang-be.php
A 

[MediaWiki-commits] [Gerrit] wikimedia...vendor[master]: Update PHPMailer per T154209

2016-12-27 Thread Awight (Code Review)
Awight has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329370 )

Change subject: Update PHPMailer per T154209
..

Update PHPMailer per T154209

Change-Id: Iadde3b75ef3dfe05d7c1cffe2b258567c5bd724d
---
M composer/LICENSE
M composer/autoload_classmap.php
M composer/installed.json
D phpmailer/phpmailer/.gitignore
D phpmailer/phpmailer/.travis.yml
M phpmailer/phpmailer/LICENSE
A phpmailer/phpmailer/PHPMailerAutoload.php
D phpmailer/phpmailer/README.md
A phpmailer/phpmailer/VERSION
D phpmailer/phpmailer/changelog.md
M phpmailer/phpmailer/class.phpmailer.php
A phpmailer/phpmailer/class.phpmaileroauth.php
A phpmailer/phpmailer/class.phpmaileroauthgoogle.php
M phpmailer/phpmailer/class.pop3.php
M phpmailer/phpmailer/class.smtp.php
M phpmailer/phpmailer/composer.json
A phpmailer/phpmailer/composer.lock
D phpmailer/phpmailer/docs/Callback_function_notes.txt
D phpmailer/phpmailer/docs/DomainKeys_notes.txt
D phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt
D phpmailer/phpmailer/docs/extending.html
D phpmailer/phpmailer/docs/faq.html
D phpmailer/phpmailer/docs/generatedocs.sh
D phpmailer/phpmailer/docs/pop3_article.txt
D phpmailer/phpmailer/docs/use_gmail.txt
A phpmailer/phpmailer/examples/DKIM.phps
A phpmailer/phpmailer/examples/code_generator.phps
M phpmailer/phpmailer/examples/contents.html
A phpmailer/phpmailer/examples/contentsutf8.html
A phpmailer/phpmailer/examples/exceptions.phps
A phpmailer/phpmailer/examples/gmail.phps
A phpmailer/phpmailer/examples/gmail_xoauth.phps
D phpmailer/phpmailer/examples/images/phpmailer.gif
A phpmailer/phpmailer/examples/images/phpmailer.png
D phpmailer/phpmailer/examples/images/phpmailer_mini.gif
A phpmailer/phpmailer/examples/images/phpmailer_mini.png
M phpmailer/phpmailer/examples/index.html
A phpmailer/phpmailer/examples/mail.phps
A phpmailer/phpmailer/examples/mailing_list.phps
A phpmailer/phpmailer/examples/pop_before_smtp.phps
A phpmailer/phpmailer/examples/scripts/XRegExp.js
A phpmailer/phpmailer/examples/scripts/shAutoloader.js
A phpmailer/phpmailer/examples/scripts/shBrushPhp.js
A phpmailer/phpmailer/examples/scripts/shCore.js
R phpmailer/phpmailer/examples/scripts/shLegacy.js
A phpmailer/phpmailer/examples/send_file_upload.phps
A phpmailer/phpmailer/examples/send_multiple_file_upload.phps
A phpmailer/phpmailer/examples/sendmail.phps
A phpmailer/phpmailer/examples/signed-mail.phps
A phpmailer/phpmailer/examples/smtp.phps
A phpmailer/phpmailer/examples/smtp_check.phps
A phpmailer/phpmailer/examples/smtp_no_auth.phps
A phpmailer/phpmailer/examples/ssl_options.phps
A phpmailer/phpmailer/examples/styles/shCore.css
A phpmailer/phpmailer/examples/styles/shCoreDefault.css
A phpmailer/phpmailer/examples/styles/shCoreDjango.css
A phpmailer/phpmailer/examples/styles/shCoreEclipse.css
A phpmailer/phpmailer/examples/styles/shCoreEmacs.css
A phpmailer/phpmailer/examples/styles/shCoreFadeToGrey.css
A phpmailer/phpmailer/examples/styles/shCoreMDUltra.css
A phpmailer/phpmailer/examples/styles/shCoreMidnight.css
A phpmailer/phpmailer/examples/styles/shCoreRDark.css
A phpmailer/phpmailer/examples/styles/shThemeAppleScript.css
A phpmailer/phpmailer/examples/styles/shThemeDefault.css
A phpmailer/phpmailer/examples/styles/shThemeDjango.css
A phpmailer/phpmailer/examples/styles/shThemeEclipse.css
A phpmailer/phpmailer/examples/styles/shThemeEmacs.css
A phpmailer/phpmailer/examples/styles/shThemeFadeToGrey.css
A phpmailer/phpmailer/examples/styles/shThemeMDUltra.css
A phpmailer/phpmailer/examples/styles/shThemeMidnight.css
A phpmailer/phpmailer/examples/styles/shThemeRDark.css
A phpmailer/phpmailer/examples/styles/shThemeVisualStudio.css
R phpmailer/phpmailer/examples/styles/wrapping.png
D phpmailer/phpmailer/examples/test_db_smtp_basic.php
D phpmailer/phpmailer/examples/test_mail_advanced.php
D phpmailer/phpmailer/examples/test_mail_basic.php
D phpmailer/phpmailer/examples/test_pop_before_smtp_advanced.php
D phpmailer/phpmailer/examples/test_pop_before_smtp_basic.php
D phpmailer/phpmailer/examples/test_sendmail_advanced.php
D phpmailer/phpmailer/examples/test_sendmail_basic.php
D phpmailer/phpmailer/examples/test_smtp_advanced.php
D phpmailer/phpmailer/examples/test_smtp_advanced_no_auth.php
D phpmailer/phpmailer/examples/test_smtp_basic.php
D phpmailer/phpmailer/examples/test_smtp_basic_no_auth.php
D phpmailer/phpmailer/examples/test_smtp_gmail_advanced.php
D phpmailer/phpmailer/examples/test_smtp_gmail_basic.php
A phpmailer/phpmailer/extras/EasyPeasyICS.php
A phpmailer/phpmailer/extras/README.md
D phpmailer/phpmailer/extras/class.html2text.php
M phpmailer/phpmailer/extras/htmlfilter.php
M phpmailer/phpmailer/extras/ntlm_sasl_client.php
A phpmailer/phpmailer/get_oauth_token.php
A phpmailer/phpmailer/language/phpmailer.lang-am.php
M phpmailer/phpmailer/language/phpmailer.lang-ar.php
A phpmailer/phpmailer/language/phpmailer.lang-az.php
A phpmailer/phpmailer/language/phpmailer.lang-be.php
A