[tomcat8] branch jessie updated (2978fb6 -> ef5ce62)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 23 19:54:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch jessie
in repository tomcat8.
from 2978fb6 Upload to jessie-security
new e3f8d0f Fixed CVE-2016-6816: Information Disclosure
new 6ad5d6f Fixed BZ 57377: Enable SSL to be configured for the JMX/RMI registry as well as the server
new 211dc4f Fixed CVE-2016-8735: Remote Code Execution
new 5cc9a8b Fixed the test failure in Test*NonLoginAndBasicAuthenticator caused by recent JREs
new a106041 Refreshed the expired SSL certificates used by the tests
new 3d2ac2a Backported a fix disabling the broken SSLv3 tests
new ab9a2c3 Set the locale when running the tests to prevent locale sensitive tests from failing
new 25acfc3 Added asm-all.jar to the test classpath to fix TestWebappServiceLoader
new 14e45f5 Fixed the test failure in TestNamingContext
new ef5ce62 Test failures are no longer ignored and now stop the build
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../net => debian/certificates}/localhost-cert.pem | 54 +--
debian/certificates/localhost-copy1.jks | Bin 0 -> 2197 bytes
debian/certificates/localhost.jks | Bin 0 -> 2197 bytes
debian/certificates/user1.jks | Bin 0 -> 2194 bytes
debian/changelog | 31 ++
debian/patches/0005-skip-test-failures.patch | 13 +-
debian/patches/BZ-57377.patch | 389 ++++++++++++++++++++
debian/patches/CVE-2016-6797.patch | 2 +-
debian/patches/CVE-2016-6816.patch | 408 +++++++++++++++++++++
debian/patches/CVE-2016-8735.patch | 30 ++
debian/patches/disable-sslv3-tests.patch | 105 ++++++
.../fix-TestNonLoginAndBasicAuthenticator.patch | 65 ++++
debian/patches/fix-test-classpath.patch | 13 +
debian/patches/series | 6 +
debian/rules | 10 +-
debian/source/include-binaries | 3 +
16 files changed, 1088 insertions(+), 41 deletions(-)
copy {test/org/apache/tomcat/util/net => debian/certificates}/localhost-cert.pem (62%)
create mode 100644 debian/certificates/localhost-copy1.jks
create mode 100644 debian/certificates/localhost.jks
create mode 100644 debian/certificates/user1.jks
create mode 100644 debian/patches/BZ-57377.patch
create mode 100644 debian/patches/CVE-2016-6816.patch
create mode 100644 debian/patches/CVE-2016-8735.patch
create mode 100644 debian/patches/disable-sslv3-tests.patch
create mode 100644 debian/patches/fix-TestNonLoginAndBasicAuthenticator.patch
create mode 100644 debian/patches/fix-test-classpath.patch
create mode 100644 debian/source/include-binaries
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list