[tomcat8] 02/05: Refreshed the patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 12 08:40:09 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat8.
commit 1c8a63f70a4098aa80b10ae313cc79e4073287e5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Apr 6 21:49:29 2018 +0200
Refreshed the patches
---
debian/changelog | 8 ++++++++
debian/patches/0021-dont-test-unsupported-ciphers.patch | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bca4c97..b652416 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tomcat8 (8.5.30-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ - Refreshed the patches
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 06 Apr 2018 21:48:51 +0200
+
tomcat8 (8.5.29-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/0021-dont-test-unsupported-ciphers.patch b/debian/patches/0021-dont-test-unsupported-ciphers.patch
index 92b29b5..455031e 100644
--- a/debian/patches/0021-dont-test-unsupported-ciphers.patch
+++ b/debian/patches/0021-dont-test-unsupported-ciphers.patch
@@ -26,5 +26,5 @@ Forwarded: not-needed
+ unimplemented.add(Cipher.TLS_RSA_WITH_ARIA_128_GCM_SHA256);
+ unimplemented.add(Cipher.TLS_RSA_WITH_ARIA_256_GCM_SHA384);
- if (VERSION < 10002) {
- // These were implemented in 1.0.2 so won't be available in any
+ // These are TLS v1.3 ciphers that the test suite doesn't yet handle
+ unimplemented.add(Cipher.TLS_AES_128_CCM_8_SHA256);
--
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