security: Update PHPMailer to version 5.2.19 (#5253)

This commit is contained in:
Neil Lathwood
2016-12-28 08:47:06 +00:00
committed by GitHub
parent f5ce3c509a
commit 3264fa5896
4 changed files with 1859 additions and 949 deletions

View File

@@ -29,6 +29,7 @@ LibreNMS 3rd party acknowledgements
- MalaysiaMap.svg - By Exiang [CC BY 3.0 (http://creativecommons.org/licenses/by/3.0)], via Wikimedia Commons - MalaysiaMap.svg - By Exiang [CC BY 3.0 (http://creativecommons.org/licenses/by/3.0)], via Wikimedia Commons
- HTML Purifier (http://htmlpurifier.org/): LGPL v2.1 - HTML Purifier (http://htmlpurifier.org/): LGPL v2.1
- Symfony Yaml (https://github.com/symfony/yaml): MIT - Symfony Yaml (https://github.com/symfony/yaml): MIT
- PHPMailer (https://github.com/PHPMailer/PHPMailer): LGPL v2.1
#### 3rd Party GPLv3 Non-compliant #### 3rd Party GPLv3 Non-compliant

View File

@@ -1,14 +1,14 @@
<?php <?php
/** /**
* PHPMailer SPL autoloader. * PHPMailer SPL autoloader.
* PHP Version 5.0.0 * PHP Version 5
* @package PHPMailer * @package PHPMailer
* @link https://github.com/PHPMailer/PHPMailer/ * @link https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
* @author Marcus Bointon (coolbru) <phpmailer@synchromedia.co.uk> * @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com> * @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net> * @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder) * @author Brent R. Matzelle (original founder)
* @copyright 2013 Marcus Bointon * @copyright 2012 - 2014 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski * @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost * @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff