diff options
author | Brian Evans <grknight@gentoo.org> | 2015-02-08 20:35:57 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-02-08 20:35:57 +0000 |
commit | 71f50d39ffe3f117fee8991329d80204127e7f3c (patch) | |
tree | 059eac019538d16b2b80a519c92a29eb8dc0a10a | |
parent | Restore accidentally dropped s390 keyword. (diff) | |
download | gentoo-2-71f50d39ffe3f117fee8991329d80204127e7f3c.tar.gz gentoo-2-71f50d39ffe3f117fee8991329d80204127e7f3c.tar.bz2 gentoo-2-71f50d39ffe3f117fee8991329d80204127e7f3c.zip |
Disable tests for expired SSL certificates in the upstream tarball
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
-rw-r--r-- | dev-db/mariadb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mariadb/mariadb-10.0.16.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-db/mariadb/ChangeLog b/dev-db/mariadb/ChangeLog index 27be245104ce..e73560ae547d 100644 --- a/dev-db/mariadb/ChangeLog +++ b/dev-db/mariadb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mariadb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.82 2015/01/28 13:51:27 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.83 2015/02/08 20:35:57 grknight Exp $ + + 08 Feb 2015; Brian Evans <grknight@gentoo.org> mariadb-10.0.16.ebuild: + Disable tests for expired SSL certificates in the upstream tarball *mariadb-10.0.16 (28 Jan 2015) diff --git a/dev-db/mariadb/mariadb-10.0.16.ebuild b/dev-db/mariadb/mariadb-10.0.16.ebuild index e9b0d90e7288..692ab850f2d3 100644 --- a/dev-db/mariadb/mariadb-10.0.16.ebuild +++ b/dev-db/mariadb/mariadb-10.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v 1.1 2015/01/28 13:51:27 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v 1.2 2015/02/08 20:35:57 grknight Exp $ EAPI="5" MY_EXTRAS_VER="20141215-0144Z" @@ -84,6 +84,12 @@ multilib_src_test() { mysql-multilib_disable_test "$t" "False positives in Gentoo" done + for t in rpl.rpl_heartbeat_ssl rpl.rpl_ssl rpl.rpl_ssl1 main.ssl_cipher \ + main.ssl_8k_key main.openssl_6975 main.openssl_1 main.ssl main.ssl_compress \ + main.ssl_connect; do + mysql-multilib_disable_test "$t" "Disabled due to expired certificate" + done + # Run mysql tests pushd "${TESTDIR}" |