Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mariadb: mariadb-10.0.16.ebuild ChangeLog
Date: Sun, 08 Feb 2015 20:36:01
Message-Id: 20150208203558.073F511581@oystercatcher.gentoo.org
1 grknight 15/02/08 20:35:58
2
3 Modified: mariadb-10.0.16.ebuild ChangeLog
4 Log:
5 Disable tests for expired SSL certificates in the upstream tarball
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
8
9 Revision Changes Path
10 1.2 dev-db/mariadb/mariadb-10.0.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild?r1=1.1&r2=1.2
15
16 Index: mariadb-10.0.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mariadb-10.0.16.ebuild 28 Jan 2015 13:51:27 -0000 1.1
23 +++ mariadb-10.0.16.ebuild 8 Feb 2015 20:35:57 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v 1.1 2015/01/28 13:51:27 grknight Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v 1.2 2015/02/08 20:35:57 grknight Exp $
29
30 EAPI="5"
31 MY_EXTRAS_VER="20141215-0144Z"
32 @@ -84,6 +84,12 @@
33 mysql-multilib_disable_test "$t" "False positives in Gentoo"
34 done
35
36 + for t in rpl.rpl_heartbeat_ssl rpl.rpl_ssl rpl.rpl_ssl1 main.ssl_cipher \
37 + main.ssl_8k_key main.openssl_6975 main.openssl_1 main.ssl main.ssl_compress \
38 + main.ssl_connect; do
39 + mysql-multilib_disable_test "$t" "Disabled due to expired certificate"
40 + done
41 +
42 # Run mysql tests
43 pushd "${TESTDIR}"
44
45
46
47
48 1.83 dev-db/mariadb/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.83&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.83&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?r1=1.82&r2=1.83
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
57 retrieving revision 1.82
58 retrieving revision 1.83
59 diff -u -r1.82 -r1.83
60 --- ChangeLog 28 Jan 2015 13:51:27 -0000 1.82
61 +++ ChangeLog 8 Feb 2015 20:35:57 -0000 1.83
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-db/mariadb
64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.82 2015/01/28 13:51:27 grknight Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.83 2015/02/08 20:35:57 grknight Exp $
67 +
68 + 08 Feb 2015; Brian Evans <grknight@g.o> mariadb-10.0.16.ebuild:
69 + Disable tests for expired SSL certificates in the upstream tarball
70
71 *mariadb-10.0.16 (28 Jan 2015)