Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-sources: ChangeLog freebsd-sources-8.0.ebuild
Date: Tue, 20 Apr 2010 23:06:56
Message-Id: 20100420230653.496DC2C04A@corvid.gentoo.org
1 the_paya 10/04/20 23:06:53
2
3 Modified: ChangeLog freebsd-sources-8.0.ebuild
4 Log:
5 Fix a kernel panic in arpresolve, and add support for my 3g modem.
6 (Portage version: 2.2_rc67/cvs/FreeBSD i386)
7
8 Revision Changes Path
9 1.57 sys-freebsd/freebsd-sources/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog?rev=1.57&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog?rev=1.57&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog?r1=1.56&r2=1.57
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog,v
18 retrieving revision 1.56
19 retrieving revision 1.57
20 diff -u -r1.56 -r1.57
21 --- ChangeLog 19 Mar 2010 11:50:50 -0000 1.56
22 +++ ChangeLog 20 Apr 2010 23:06:53 -0000 1.57
23 @@ -1,6 +1,13 @@
24 # ChangeLog for sys-freebsd/freebsd-sources
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog,v 1.56 2010/03/19 11:50:50 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog,v 1.57 2010/04/20 23:06:53 the_paya Exp $
28 +
29 + 20 Apr 2010; Javier Villavicencio <the_paya@g.o>
30 + freebsd-sources-8.0.ebuild,
31 + +files/freebsd-sources-8.0-arpresolve_panic.patch,
32 + +files/freebsd-sources-8.0-mf626.patch:
33 + Fix a null pointer reference in arpresolve() that caused panics, and add
34 + support for a common 3g usb modem.
35
36 *freebsd-sources-8.0 (19 Mar 2010)
37
38
39
40
41 1.2 sys-freebsd/freebsd-sources/freebsd-sources-8.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-8.0.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-8.0.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-8.0.ebuild?r1=1.1&r2=1.2
46
47 Index: freebsd-sources-8.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-8.0.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- freebsd-sources-8.0.ebuild 19 Mar 2010 11:50:50 -0000 1.1
54 +++ freebsd-sources-8.0.ebuild 20 Apr 2010 23:06:53 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-8.0.ebuild,v 1.1 2010/03/19 11:50:50 aballier Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-8.0.ebuild,v 1.2 2010/04/20 23:06:53 the_paya Exp $
60
61 inherit bsdmk freebsd flag-o-matic
62
63 @@ -49,6 +49,8 @@
64 epatch "${FILESDIR}/${PN}-8.0-subnet-route-pr40133.patch"
65 epatch "${FILESDIR}/${PN}-7.1-includes.patch"
66 epatch "${FILESDIR}/${PN}-8.0-zfs.patch"
67 + epatch "${FILESDIR}/${PN}-8.0-arpresolve_panic.patch" # Already in SVN
68 + epatch "${FILESDIR}/${PN}-8.0-mf626.patch" # Backported from SVN
69
70 # By adding -DGENTOO_LIVECD to CFLAGS activate this stub
71 # vop_whiteout to tmpfs, so it can be used as an overlay