Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/syslinux: syslinux-6.02.ebuild syslinux-6.03_pre1.ebuild ChangeLog
Date: Sun, 09 Feb 2014 18:04:47
Message-Id: 20140209180443.B41B02004E@flycatcher.gentoo.org
1 zerochaos 14/02/09 18:04:43
2
3 Modified: syslinux-6.02.ebuild syslinux-6.03_pre1.ebuild
4 ChangeLog
5 Log:
6 hardened fixes by Zorry from bug 495146 with trivial backport and extensive testing done by myself
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
9
10 Revision Changes Path
11 1.2 sys-boot/syslinux/syslinux-6.02.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.02.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.02.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.02.ebuild?r1=1.1&r2=1.2
16
17 Index: syslinux-6.02.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.02.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- syslinux-6.02.ebuild 9 Feb 2014 03:59:19 -0000 1.1
24 +++ syslinux-6.02.ebuild 9 Feb 2014 18:04:43 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.02.ebuild,v 1.1 2014/02/09 03:59:19 zerochaos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.02.ebuild,v 1.2 2014/02/09 18:04:43 zerochaos Exp $
30
31 EAPI=5
32
33 @@ -35,6 +35,7 @@
34 # removed all the unpack/patching stuff since we aren't rebuilding the core stuff anymore
35
36 src_prepare() {
37 + epatch "${FILESDIR}"/${P}-add-fno-stack-protector.patch
38 rm -f gethostip #bug 137081
39
40 # Don't prestrip or override user LDFLAGS, bug #305783
41
42
43
44 1.2 sys-boot/syslinux/syslinux-6.03_pre1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.03_pre1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.03_pre1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/syslinux-6.03_pre1.ebuild?r1=1.1&r2=1.2
49
50 Index: syslinux-6.03_pre1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.03_pre1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- syslinux-6.03_pre1.ebuild 11 Dec 2013 13:17:57 -0000 1.1
57 +++ syslinux-6.03_pre1.ebuild 9 Feb 2014 18:04:43 -0000 1.2
58 @@ -1,8 +1,8 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.03_pre1.ebuild,v 1.1 2013/12/11 13:17:57 chithanh Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.03_pre1.ebuild,v 1.2 2014/02/09 18:04:43 zerochaos Exp $
64
65 -EAPI=4
66 +EAPI=5
67
68 inherit eutils toolchain-funcs
69
70 @@ -35,6 +35,7 @@
71 # removed all the unpack/patching stuff since we aren't rebuilding the core stuff anymore
72
73 src_prepare() {
74 + epatch "${FILESDIR}"/${P}-add-fno-stack-protector.patch
75 rm -f gethostip #bug 137081
76
77 # Don't prestrip or override user LDFLAGS, bug #305783
78
79
80
81 1.108 sys-boot/syslinux/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.108&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?rev=1.108&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/syslinux/ChangeLog?r1=1.107&r2=1.108
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v
90 retrieving revision 1.107
91 retrieving revision 1.108
92 diff -u -r1.107 -r1.108
93 --- ChangeLog 9 Feb 2014 03:59:19 -0000 1.107
94 +++ ChangeLog 9 Feb 2014 18:04:43 -0000 1.108
95 @@ -1,6 +1,13 @@
96 # ChangeLog for sys-boot/syslinux
97 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.107 2014/02/09 03:59:19 zerochaos Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.108 2014/02/09 18:04:43 zerochaos Exp $
100 +
101 + 09 Feb 2014; Rick Farina <zerochaos@g.o>
102 + +files/syslinux-6.02-add-fno-stack-protector.patch,
103 + +files/syslinux-6.03_pre1-add-fno-stack-protector.patch, syslinux-6.02.ebuild,
104 + syslinux-6.03_pre1.ebuild:
105 + hardened fixes by Zorry from bug 495146 with trivial backport and extensive
106 + testing done by myself
107
108 *syslinux-6.02 (09 Feb 2014)