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/mysql: mysql-5.6.26-r1.ebuild mysql-5.6.26.ebuild ChangeLog
Date: Thu, 30 Jul 2015 20:40:30
Message-Id: 20150730204020.0610010F@oystercatcher.gentoo.org
1 grknight 15/07/30 20:40:20
2
3 Modified: mysql-5.6.26-r1.ebuild mysql-5.6.26.ebuild
4 ChangeLog
5 Log:
6 Use eclass variables to block the validate_password plugin wrt bug 556348
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
9
10 Revision Changes Path
11 1.2 dev-db/mysql/mysql-5.6.26-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.26-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.26-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.26-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: mysql-5.6.26-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.26-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- mysql-5.6.26-r1.ebuild 30 Jul 2015 04:26:27 -0000 1.1
24 +++ mysql-5.6.26-r1.ebuild 30 Jul 2015 20:40:19 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.26-r1.ebuild,v 1.1 2015/07/30 04:26:27 grknight Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.26-r1.ebuild,v 1.2 2015/07/30 20:40:19 grknight Exp $
30
31 EAPI="5"
32
33 @@ -27,13 +27,9 @@
34 # If you want to add a single patch, copy the ebuild to an overlay
35 # and create your own mysql-extras tarball, looking at 000_index.txt
36
37 -src_configure() {
38 - # validate_password plugin uses exceptions when it shouldn't yet (until 5.7)
39 - # disable until we see what happens with it
40 - local mycmakeargs
41 - mycmakeargs+=( -DWITHOUT_VALIDATE_PASSWORD=1 )
42 - mysql-multilib_src_configure
43 -}
44 +# validate_password plugin uses exceptions when it shouldn't yet (until 5.7)
45 +# disable until we see what happens with it
46 +MYSQL_CMAKE_NATIVE_DEFINES="-DWITHOUT_VALIDATE_PASSWORD=1"
47
48 # Official test instructions:
49 # USE='server embedded extraengine perl ssl static-libs community' \
50
51
52
53 1.2 dev-db/mysql/mysql-5.6.26.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.26.ebuild?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.26.ebuild?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.26.ebuild?r1=1.1&r2=1.2
58
59 Index: mysql-5.6.26.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.26.ebuild,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- mysql-5.6.26.ebuild 30 Jul 2015 04:26:27 -0000 1.1
66 +++ mysql-5.6.26.ebuild 30 Jul 2015 20:40:19 -0000 1.2
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2015 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.26.ebuild,v 1.1 2015/07/30 04:26:27 grknight Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.26.ebuild,v 1.2 2015/07/30 20:40:19 grknight Exp $
72
73 EAPI="5"
74
75 @@ -26,13 +26,9 @@
76 # If you want to add a single patch, copy the ebuild to an overlay
77 # and create your own mysql-extras tarball, looking at 000_index.txt
78
79 -src_configure() {
80 - # validate_password plugin uses exceptions when it shouldn't yet (until 5.7)
81 - # disable until we see what happens with it
82 - local mycmakeargs
83 - mycmakeargs+=( -DWITHOUT_VALIDATE_PASSWORD=1 )
84 - mysql-multilib_src_configure
85 -}
86 +# validate_password plugin uses exceptions when it shouldn't yet (until 5.7)
87 +# disable until we see what happens with it
88 +MYSQL_CMAKE_NATIVE_DEFINES="-DWITHOUT_VALIDATE_PASSWORD=1"
89
90 # Official test instructions:
91 # USE='embedded extraengine perl ssl static-libs community' \
92
93
94
95 1.745 dev-db/mysql/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.745&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.745&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.744&r2=1.745
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
104 retrieving revision 1.744
105 retrieving revision 1.745
106 diff -u -r1.744 -r1.745
107 --- ChangeLog 30 Jul 2015 04:26:27 -0000 1.744
108 +++ ChangeLog 30 Jul 2015 20:40:19 -0000 1.745
109 @@ -1,6 +1,10 @@
110 # ChangeLog for dev-db/mysql
111 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.744 2015/07/30 04:26:27 grknight Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.745 2015/07/30 20:40:19 grknight Exp $
114 +
115 + 30 Jul 2015; Brian Evans <grknight@g.o> mysql-5.6.26-r1.ebuild,
116 + mysql-5.6.26.ebuild:
117 + Use eclass variables to block the validate_password plugin wrt bug 556348
118
119 *mysql-5.6.26 (30 Jul 2015)
120 *mysql-5.6.26-r1 (30 Jul 2015)