Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql: ChangeLog mysql-5.0.54.ebuild
Date: Fri, 25 Jan 2008 23:17:17
Message-Id: E1JIXnO-0004g9-3N@stork.gentoo.org
1 opfer 08/01/25 23:17:14
2
3 Modified: ChangeLog mysql-5.0.54.ebuild
4 Log:
5 stable x86, security bug 201669
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.440 dev-db/mysql/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.440&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.440&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.439&r2=1.440
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
18 retrieving revision 1.439
19 retrieving revision 1.440
20 diff -u -r1.439 -r1.440
21 --- ChangeLog 25 Jan 2008 22:54:55 -0000 1.439
22 +++ ChangeLog 25 Jan 2008 23:17:13 -0000 1.440
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-db/mysql
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.439 2008/01/25 22:54:55 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.440 2008/01/25 23:17:13 opfer Exp $
28 +
29 + 25 Jan 2008; Christian Faulhammer <opfer@g.o> mysql-5.0.54.ebuild:
30 + stable x86, security bug 201669
31
32 25 Jan 2008; Robin H. Johnson <robbat2@g.o> mysql-5.0.54.ebuild:
33 Disable the subselect testcase on x86.
34
35
36
37 1.4 dev-db/mysql/mysql-5.0.54.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild?r1=1.3&r2=1.4
42
43 Index: mysql-5.0.54.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- mysql-5.0.54.ebuild 25 Jan 2008 22:54:55 -0000 1.3
50 +++ mysql-5.0.54.ebuild 25 Jan 2008 23:17:13 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v 1.3 2008/01/25 22:54:55 robbat2 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v 1.4 2008/01/25 23:17:13 opfer Exp $
56
57 MY_EXTRAS_VER="20080124"
58 SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar.gz"
59 @@ -8,7 +8,7 @@
60 inherit toolchain-funcs mysql
61
62 # REMEMBER: also update eclass/mysql*.eclass before committing!
63 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
64 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
65
66 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
67 EPATCH_EXCLUDE=''
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list