Cdentinger has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329519 )

Change subject: Revert "update phpmailer for CVE"
......................................................................

Revert "update phpmailer for CVE"

This reverts commit b97f8f82b9fd4ba92f9a99911ac0dabe02482e79.

Change-Id: Iafeb580dee921efe64dc03165d477127f87e5023
---
M coderkungfu/php-queue/src/PHPQueue/Backend/PDO.php
M coderkungfu/php-queue/src/PHPQueue/Backend/Predis.php
D coderkungfu/php-queue/src/PHPQueue/Exception/JsonException.php
D 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
D monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php
M monolog/monolog/src/Monolog/Handler/SlackHandler.php
D monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php
D 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
D 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
D monolog/monolog/tests/Monolog/Handler/Slack/SlackRecordTest.php
M monolog/monolog/tests/Monolog/Handler/SlackHandlerTest.php
D monolog/monolog/tests/Monolog/Handler/SlackWebhookHandlerTest.php
D 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
D monolog/monolog/tests/Monolog/Processor/MercurialProcessorTest.php
A phpmailer/phpmailer/.gitignore
A phpmailer/phpmailer/.scrutinizer.yml
A phpmailer/phpmailer/.travis.yml
A phpmailer/phpmailer/README.md
M phpmailer/phpmailer/VERSION
A 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
A phpmailer/phpmailer/docs/Callback_function_notes.txt
A phpmailer/phpmailer/docs/DomainKeys_notes.txt
A phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt
A phpmailer/phpmailer/docs/extending.html
A phpmailer/phpmailer/docs/faq.html
A phpmailer/phpmailer/docs/generatedocs.sh
A 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-br.php
R phpmailer/phpmailer/language/phpmailer.lang-cz.php
M phpmailer/phpmailer/language/phpmailer.lang-de.php
R phpmailer/phpmailer/language/phpmailer.lang-dk.php
M phpmailer/phpmailer/language/phpmailer.lang-es.php
R phpmailer/phpmailer/language/phpmailer.lang-no.php
M phpmailer/phpmailer/language/phpmailer.lang-ro.php
R phpmailer/phpmailer/language/phpmailer.lang-se.php
A phpmailer/phpmailer/test/bootstrap.php
A phpmailer/phpmailer/test/fakepopserver.sh
A phpmailer/phpmailer/test/fakesendmail.sh
A phpmailer/phpmailer/test/phpmailerLangTest.php
A phpmailer/phpmailer/test/phpmailerTest.php
A phpmailer/phpmailer/test/runfakepopserver.sh
A phpmailer/phpmailer/test/test_callback.php
A phpmailer/phpmailer/test/testbootstrap-dist.php
A 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 symfony/http-foundation/Tests/JsonResponseTest.php
M symfony/http-foundation/Tests/RequestTest.php
M 
symfony/http-foundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php
M 
symfony/http-foundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
M symfony/polyfill-mbstring/Mbstring.php
M symfony/polyfill-mbstring/bootstrap.php
M symfony/polyfill-mbstring/composer.json
M symfony/polyfill-php54/composer.json
M symfony/polyfill-php55/composer.json
M symfony/yaml/Inline.php
M symfony/yaml/Tests/InlineTest.php
M symfony/yaml/Tests/ParserTest.php
109 files changed, 5,015 insertions(+), 3,127 deletions(-)


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


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iafeb580dee921efe64dc03165d477127f87e5023
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig/vendor
Gerrit-Branch: master
Gerrit-Owner: Cdentinger <cdentin...@wikimedia.org>

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

Reply via email to