Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/
Date: Thu, 24 Sep 2015 12:40:34
Message-Id: 1443098406.172942fdf664030c58ce0b02c4618a099ede38d7.grknight@gentoo
1 commit: 172942fdf664030c58ce0b02c4618a099ede38d7
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 12:33:33 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 12:40:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172942fd
7
8 dev-db/mariadb: Remove security vulnerable version wrt bug 555480
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-db/mariadb/Manifest | 1 -
13 dev-db/mariadb/mariadb-10.0.19.ebuild | 115 ----------------------------------
14 2 files changed, 116 deletions(-)
15
16 diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
17 index 58983d0..f9d71d8 100644
18 --- a/dev-db/mariadb/Manifest
19 +++ b/dev-db/mariadb/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST mariadb-10.0.19.tar.gz 56224123 SHA256 2fbf5e5d7d8094691601ece8ae60b941478d73c98a58a960aeebfa021091a132 SHA512 bfb2a3e9225b3dd7481c0240143346f38be80c426887e05ec2b8eeab251991e2a5f74788f421322342a0fa8f85294cf4c7f5d4fd10d7bc6b9da720f6168003f3 WHIRLPOOL d08c53228c40df18793316dd0eddb160ce5b67a853f16c4ddcdcedb049833b35b9ae9d0763e1fcc1e447e3528ae9a7ab2e6587dd2e2c0a225224f28a951dc3dd
22 DIST mariadb-10.0.21.tar.gz 56216903 SHA256 4b9a32e15ceadefdb1057a02eb3e0addf702b75aef631a3c9194b832ecfa3545 SHA512 75aa4b019f3432a61483bb325a0f088ea92d6fede44d7a300c15659411c8927fa2a0586182226315b6d6796641ca1d8746f7fd49e21fe21505adec1fc38ae32f WHIRLPOOL b086fb34363b2426f5e91c14916b747787feadf37c609f4aea1f08bd235e9e97df17f5bfa0eb9e65e93fbed3df5eb6c021287c4eb987a3362ea87cf96eaf268e
23 DIST mariadb-10.1.7.tar.gz 53812743 SHA256 5bd3b80cf0f312751271a3446c12579c7081f93406e59a0cdfda8e133423c88f SHA512 4a496ba22ccc839d412dd4858cb66464b499693c4ff89ea773a967bccc7d53a52622f3d494d6f889c5325b079d83ba17b25abae2bc9fc22b76c601fc51542f5a WHIRLPOOL 2366c46a7c6d83dd9fe7cac9affcb00387a574912ad9350c11279d31fd384e5fcc18a5d297765086b2f9208e5b899a7707cfb199d047309b89725d0e9582cd9d
24 DIST mariadb-5.5.45.tar.gz 45686618 SHA256 4dc3aff6941ef1068412002915d795bcf67db0eaa38a5c6f3af57474c4226fb0 SHA512 57501670605cfcdd231ef57d2db7ac9bf460856e63c0660d050ad11aa0392d3d6ce6730ae119dca5d00847c9170990f375c8499593bf0d02c1995395191236ba WHIRLPOOL e5ef471c097c2b8921596b88f26df6914e031daafdcd878d79a16c20be6ba8c97fb79069e48d7d1b9aa405ced063f66feac1c52503907e06ee4b577def2c57fa
25
26 diff --git a/dev-db/mariadb/mariadb-10.0.19.ebuild b/dev-db/mariadb/mariadb-10.0.19.ebuild
27 deleted file mode 100644
28 index 6a68b6e..0000000
29 --- a/dev-db/mariadb/mariadb-10.0.19.ebuild
30 +++ /dev/null
31 @@ -1,115 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -MY_EXTRAS_VER="20141215-0144Z"
38 -
39 -inherit toolchain-funcs mysql-multilib
40 -# only to make repoman happy. it is really set in the eclass
41 -IUSE="$IUSE"
42 -
43 -# REMEMBER: also update eclass/mysql*.eclass before committing!
44 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
45 -
46 -# When MY_EXTRAS is bumped, the index should be revised to exclude these.
47 -EPATCH_EXCLUDE=''
48 -
49 -DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
50 -RDEPEND="${RDEPEND}"
51 -
52 -# Official test instructions:
53 -# USE='embedded extraengine perl ssl static-libs community' \
54 -# FEATURES='test userpriv -usersandbox' \
55 -# ebuild mariadb-X.X.XX.ebuild \
56 -# digest clean package
57 -multilib_src_test() {
58 -
59 - if ! multilib_is_native_abi ; then
60 - einfo "Server tests not available on non-native abi".
61 - return 0;
62 - fi
63 -
64 - local TESTDIR="${BUILD_DIR}/mysql-test"
65 - local retstatus_unit
66 - local retstatus_tests
67 -
68 - # Bug #213475 - MySQL _will_ object strenously if your machine is named
69 - # localhost. Also causes weird failures.
70 - [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"
71 -
72 - if ! use "minimal" ; then
73 -
74 - if [[ $UID -eq 0 ]]; then
75 - die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."
76 - fi
77 - has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
78 -
79 - einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
80 - addpredict /this-dir-does-not-exist/t9.MYI
81 -
82 - # Run CTest (test-units)
83 - cmake-utils_src_test
84 - retstatus_unit=$?
85 - [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
86 -
87 - # Ensure that parallel runs don't die
88 - export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
89 - # Enable parallel testing, auto will try to detect number of cores
90 - # You may set this by hand.
91 - # The default maximum is 8 unless MTR_MAX_PARALLEL is increased
92 - export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
93 -
94 - # create directories because mysqladmin might right out of order
95 - mkdir -p "${T}"/var-tests{,/log}
96 -
97 - # These are failing in MariaDB 10.0 for now and are believed to be
98 - # false positives:
99 - #
100 - # main.information_schema, binlog.binlog_statement_insert_delayed,
101 - # main.mysqld--help, funcs_1.is_triggers, funcs_1.is_tables_mysql,
102 - # funcs_1.is_columns_mysql main.bootstrap
103 - # fails due to USE=-latin1 / utf8 default
104 - #
105 - # main.mysql_client_test, main.mysql_client_test_nonblock
106 - # main.mysql_client_test_comp:
107 - # segfaults at random under Portage only, suspect resource limits.
108 - #
109 -
110 - for t in main.mysql_client_test main.mysql_client_test_nonblock \
111 - main.mysql_client_test_comp \
112 - binlog.binlog_statement_insert_delayed main.information_schema \
113 - main.mysqld--help main.bootstrap \
114 - funcs_1.is_triggers funcs_1.is_tables_mysql funcs_1.is_columns_mysql ; do
115 - mysql-multilib_disable_test "$t" "False positives in Gentoo"
116 - done
117 -
118 - # Run mysql tests
119 - pushd "${TESTDIR}"
120 -
121 - # run mysql-test tests
122 - perl mysql-test-run.pl --force --vardir="${T}/var-tests"
123 -
124 - retstatus_tests=$?
125 - [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
126 - has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
127 -
128 - popd
129 -
130 - # Cleanup is important for these testcases.
131 - pkill -9 -f "${S}/ndb" 2>/dev/null
132 - pkill -9 -f "${S}/sql" 2>/dev/null
133 -
134 - failures=""
135 - [[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit"
136 - [[ $retstatus_tests -eq 0 ]] || failures="${failures} tests"
137 - has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
138 -
139 - [[ -z "$failures" ]] || die "Test failures: $failures"
140 - einfo "Tests successfully completed"
141 -
142 - else
143 -
144 - einfo "Skipping server tests due to minimal build."
145 - fi
146 -}