Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/busybox: busybox-1.21.1.ebuild ChangeLog
Date: Sun, 29 Sep 2013 00:55:57
Message-Id: 20130929005552.44F2B2004E@flycatcher.gentoo.org
1 vapier 13/09/29 00:55:52
2
3 Modified: busybox-1.21.1.ebuild ChangeLog
4 Log:
5 Fix static linking against selinux #484560 by thaehaid.
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.2 sys-apps/busybox/busybox-1.21.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.21.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.21.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.21.1.ebuild?r1=1.1&r2=1.2
15
16 Index: busybox-1.21.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- busybox-1.21.1.ebuild 17 Aug 2013 17:55:02 -0000 1.1
23 +++ busybox-1.21.1.ebuild 29 Sep 2013 00:55:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.1.ebuild,v 1.1 2013/08/17 17:55:02 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.21.1.ebuild,v 1.2 2013/09/29 00:55:52 vapier Exp $
29
30 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
31
32 @@ -66,7 +66,7 @@
33
34 # patches go here!
35 epatch "${FILESDIR}"/${PN}-1.19.0-bb.patch
36 - #epatch "${FILESDIR}"/${P}-*.patch
37 + epatch "${FILESDIR}"/${P}-*.patch
38 cp "${FILESDIR}"/ginit.c init/ || die
39
40 # flag cleanup
41
42
43
44 1.362 sys-apps/busybox/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.362&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.362&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.361&r2=1.362
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
53 retrieving revision 1.361
54 retrieving revision 1.362
55 diff -u -r1.361 -r1.362
56 --- ChangeLog 14 Sep 2013 10:38:45 -0000 1.361
57 +++ ChangeLog 29 Sep 2013 00:55:52 -0000 1.362
58 @@ -1,6 +1,11 @@
59 # ChangeLog for sys-apps/busybox
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.361 2013/09/14 10:38:45 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.362 2013/09/29 00:55:52 vapier Exp $
63 +
64 + 29 Sep 2013; Mike Frysinger <vapier@g.o>
65 + +files/busybox-1.21.1-trylink-only-prefix-libs-with-l.patch,
66 + busybox-1.21.1.ebuild:
67 + Fix static linking against selinux #484560 by thaehaid.
68
69 14 Sep 2013; Agostino Sarubbo <ago@g.o> busybox-1.21.0.ebuild:
70 Stable for sh, wrt bug #461372