[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-27 Thread Oleg Strikov
** Changed in: tomcat7 (Ubuntu Vivid)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-27 Thread Oleg Strikov
** Changed in: tomcat7 (Ubuntu Vivid)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-26 Thread Bug Watch Updater
** Changed in: tomcat7 (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-26 Thread Bug Watch Updater
** Changed in: tomcat7 (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-25 Thread Oleg Strikov
It seems that this bug consists of many partially independent bugs.
I found at least two:

(1)
openjdk in vivid has SSLv3 disable but tests try to use it and get 'protocol is 
disabled or cipher suites are inappropriate'
as a warkaround you may enable sslv3 back by commenting the following line in 
/etc/java-7-openjdk/security/java.security:
# jdk.tls.disabledAlgorithms=SSLv3

(2)
another issue is that certificates inside the package expired which leads to 
SSL errors here and there
for example:

$ head test/org/apache/tomcat/util/net/localhost-cert.pem 
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 4099 (0x1003)
Signature Algorithm: sha1WithRSAEncryption
Issuer: C=US, CN=ca-test.tomcat.apache.org
Validity
Not Before: Feb 28 05:28:42 2013 GMT
Not After : Feb 28 05:28:42 2015 GMT
Subject: C=US, CN=localhost

Note Feb 28 2015

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-25 Thread Oleg Strikov
It seems that this bug consists of many partially independent bugs.
I found at least two:

(1)
openjdk in vivid has SSLv3 disable but tests try to use it and get 'protocol is 
disabled or cipher suites are inappropriate'
as a warkaround you may enable sslv3 back by commenting the following line in 
/etc/java-7-openjdk/security/java.security:
# jdk.tls.disabledAlgorithms=SSLv3

(2)
another issue is that certificates inside the package expired which leads to 
SSL errors here and there
for example:

$ head test/org/apache/tomcat/util/net/localhost-cert.pem 
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 4099 (0x1003)
Signature Algorithm: sha1WithRSAEncryption
Issuer: C=US, CN=ca-test.tomcat.apache.org
Validity
Not Before: Feb 28 05:28:42 2013 GMT
Not After : Feb 28 05:28:42 2015 GMT
Subject: C=US, CN=localhost

Note Feb 28 2015

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-25 Thread Matthias Klose
so can we disable the sslv3 tests then? the alternative would be to keep
sslv3 enabled in openjdk-7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-25 Thread Matthias Klose
so can we disable the sslv3 tests then? the alternative would be to keep
sslv3 enabled in openjdk-7

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-25 Thread Oleg Strikov
They have updated certs in trunk:
http://mail-archives.apache.org/mod_mbox/tomcat-dev/201502.mbox/%3c20150228182330.eaaabac0...@hades.apache.org%3E
We may just pick them up.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-25 Thread Oleg Strikov
They have updated certs in trunk:
http://mail-archives.apache.org/mod_mbox/tomcat-dev/201502.mbox/%3c20150228182330.eaaabac0...@hades.apache.org%3E
We may just pick them up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-25 Thread Oleg Strikov
Some part of bugs disappear when I put updated certs (with expiration date in 
2017) from here:
https://github.com/apache/tomcat/test/org/apache/tomcat/util/net/{localhost-cert.pem,
 localhost-copy1.jks, localhost.jks, localhost-key.pem}

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-25 Thread Oleg Strikov
Some part of bugs disappear when I put updated certs (with expiration date in 
2017) from here:
https://github.com/apache/tomcat/test/org/apache/tomcat/util/net/{localhost-cert.pem,
 localhost-copy1.jks, localhost.jks, localhost-key.pem}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-19 Thread Bug Watch Updater
** Changed in: tomcat7 (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-19 Thread Bug Watch Updater
** Changed in: tomcat7 (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-19 Thread Matthias Klose
this fails on trusty as well, seen in a test rebuild of trusty-security,
and confirmed with a clean trusty chroot.


** Also affects: tomcat7 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: tomcat7 (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: tomcat7 (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: tomcat7 (Ubuntu Trusty)
Milestone: None = trusty-updates

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-19 Thread Matthias Klose
this fails on trusty as well, seen in a test rebuild of trusty-security,
and confirmed with a clean trusty chroot.


** Also affects: tomcat7 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: tomcat7 (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: tomcat7 (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: tomcat7 (Ubuntu Trusty)
Milestone: None = trusty-updates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-19 Thread Serge Hallyn
** Bug watch added: Debian Bug tracker #780519
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780519

** Also affects: tomcat7 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780519
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-19 Thread Serge Hallyn
** Bug watch added: Debian Bug tracker #780519
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780519

** Also affects: tomcat7 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780519
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-18 Thread Serge Hallyn
Interestingly it fails on a debian jessie build machine as well.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-18 Thread Serge Hallyn
Interestingly it fails on a debian jessie build machine as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432715

Title:
  tomcat7 ftbfs in vivd (test failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1432715/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs