Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/quagga: quagga-0.99.22.4.ebuild ChangeLog
Date: Thu, 31 Oct 2013 07:41:33
Message-Id: 20131031074126.1750F20047@flycatcher.gentoo.org
1 pinkbyte 13/10/31 07:41:25
2
3 Modified: quagga-0.99.22.4.ebuild ChangeLog
4 Log:
5 Fix for missing definitions on some hardened configuration, bug #437292. Thanks to Graham Murray <gmurray AT webwayone.co.uk> for pointing on reasons of this issue
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.9 net-misc/quagga/quagga-0.99.22.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/quagga-0.99.22.4.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/quagga-0.99.22.4.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/quagga-0.99.22.4.ebuild?r1=1.8&r2=1.9
15
16 Index: quagga-0.99.22.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/quagga/quagga-0.99.22.4.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- quagga-0.99.22.4.ebuild 9 Oct 2013 17:10:41 -0000 1.8
23 +++ quagga-0.99.22.4.ebuild 31 Oct 2013 07:41:25 -0000 1.9
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/net-misc/quagga/quagga-0.99.22.4.ebuild,v 1.8 2013/10/09 17:10:41 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/quagga-0.99.22.4.ebuild,v 1.9 2013/10/31 07:41:25 pinkbyte Exp $
29
30 EAPI="5"
31
32 @@ -34,6 +34,8 @@
33 sys-apps/openrc
34 sys-apps/iproute2"
35
36 +PATCHES=( "${FILESDIR}/${P}-ipctl-forwarding.patch" )
37 +
38 DISABLE_AUTOFORMATTING=1
39 DOC_CONTENTS="Sample configuration files can be found in /usr/share/doc/${PF}/samples
40 You have to create config files in /etc/quagga before
41
42
43
44 1.165 net-misc/quagga/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/ChangeLog?rev=1.165&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/ChangeLog?rev=1.165&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/ChangeLog?r1=1.164&r2=1.165
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v
53 retrieving revision 1.164
54 retrieving revision 1.165
55 diff -u -r1.164 -r1.165
56 --- ChangeLog 10 Oct 2013 06:30:42 -0000 1.164
57 +++ ChangeLog 31 Oct 2013 07:41:25 -0000 1.165
58 @@ -1,6 +1,12 @@
59 # ChangeLog for net-misc/quagga
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.164 2013/10/10 06:30:42 pinkbyte Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.165 2013/10/31 07:41:25 pinkbyte Exp $
63 +
64 + 31 Oct 2013; Sergey Popov <pinkbyte@g.o> quagga-0.99.22.4.ebuild,
65 + +files/quagga-0.99.22.4-ipctl-forwarding.patch:
66 + Fix for missing definitions on some hardened configuration, bug #437292.
67 + Thanks to Graham Murray <gmurray AT webwayone.co.uk> for pointing on reasons
68 + of this issue
69
70 10 Oct 2013; Sergey Popov <pinkbyte@g.o> -quagga-0.99.20.ebuild,
71 -quagga-0.99.20-r1.ebuild, -quagga-0.99.21.ebuild,