diff --git a/.travis.yml b/.travis.yml index a6a260df2..21d7f2226 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,13 @@ before_script: script: - ant - branches: only: - master - develop + - release/2.10 + +addons: + apt: + packages: + - ant diff --git a/CHANGELOG.md b/CHANGELOG.md index c410a49c5..a2a851be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.10.7 +This is a security release that will harden the application against CVE 2019-346 + * Upgrade xmlseclibs to version 3.0.4 #175 + +## 2.10.5 & 2.10.6 +No release notes provided + ## 2.10.4 **Improvement** * Optimized the PSR-4 autoload configuration diff --git a/composer.lock b/composer.lock index 6db454360..c0049d64b 100644 --- a/composer.lock +++ b/composer.lock @@ -1880,24 +1880,22 @@ }, { "name": "robrichards/xmlseclibs", - "version": "3.0.1", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/robrichards/xmlseclibs.git", - "reference": "d937712f70f93a584eb0299ccd87dc6374003781" + "reference": "0a53d3c3aa87564910cae4ed01416441d3ae0db5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781", - "reference": "d937712f70f93a584eb0299ccd87dc6374003781", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/0a53d3c3aa87564910cae4ed01416441d3ae0db5", + "reference": "0a53d3c3aa87564910cae4ed01416441d3ae0db5", "shasum": "" }, "require": { + "ext-openssl": "*", "php": ">= 5.4" }, - "suggest": { - "ext-openssl": "OpenSSL extension" - }, "type": "library", "autoload": { "psr-4": { @@ -1916,7 +1914,7 @@ "xml", "xmldsig" ], - "time": "2017-08-31T09:27:07+00:00" + "time": "2019-11-05T11:44:22+00:00" }, { "name": "sensio/distribution-bundle", @@ -4253,6 +4251,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2017-06-30T09:13:00+00:00" }, {