Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/batik: batik-1.8-r1.ebuild ChangeLog batik-1.7-r3.ebuild batik-1.8.ebuild
Date: Sat, 27 Jun 2015 18:36:04
Message-Id: 20150627183554.408EF73B@oystercatcher.gentoo.org
1 monsieurp 15/06/27 18:35:54
2
3 Modified: batik-1.8-r1.ebuild ChangeLog
4 Removed: batik-1.7-r3.ebuild batik-1.8.ebuild
5 Log:
6 Remove vulnerable version. Fix security bug 543858.
7
8 Signed-off-by: Patrice Clement <monsieurp@g.o>
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
10
11 Revision Changes Path
12 1.2 dev-java/batik/batik-1.8-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/batik/batik-1.8-r1.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/batik/batik-1.8-r1.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/batik/batik-1.8-r1.ebuild?r1=1.1&r2=1.2
17
18 Index: batik-1.8-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.8-r1.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- batik-1.8-r1.ebuild 27 Jun 2015 18:27:34 -0000 1.1
25 +++ batik-1.8-r1.ebuild 27 Jun 2015 18:35:54 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.8-r1.ebuild,v 1.1 2015/06/27 18:27:34 monsieurp Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.8-r1.ebuild,v 1.2 2015/06/27 18:35:54 monsieurp Exp $
31
32 EAPI=5
33 JAVA_PKG_IUSE="doc"
34 @@ -13,7 +13,7 @@
35
36 LICENSE="Apache-2.0"
37 SLOT="1.8"
38 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
39 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
40 IUSE="doc python tcl"
41
42 CDEPEND="dev-java/xalan:0
43
44
45
46 1.83 dev-java/batik/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/batik/ChangeLog?rev=1.83&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/batik/ChangeLog?rev=1.83&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/batik/ChangeLog?r1=1.82&r2=1.83
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v
55 retrieving revision 1.82
56 retrieving revision 1.83
57 diff -u -r1.82 -r1.83
58 --- ChangeLog 27 Jun 2015 18:27:34 -0000 1.82
59 +++ ChangeLog 27 Jun 2015 18:35:54 -0000 1.83
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-java/batik
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v 1.82 2015/06/27 18:27:34 monsieurp Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v 1.83 2015/06/27 18:35:54 monsieurp Exp $
65 +
66 + 27 Jun 2015; Patrice Clement <monsieurp@g.o> -batik-1.7-r3.ebuild,
67 + -batik-1.8.ebuild, batik-1.8-r1.ebuild:
68 + Remove vulnerable version. Fix security bug 543858.
69
70 *batik-1.8-r1 (27 Jun 2015)