Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 46053 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-apps/net-tools/net-tools-1.60-r9.ebuild (-9 / +12 lines)
Lines 29-48 Link Here
29
	cd ${S}
29
	cd ${S}
30
30
31
	# Compile fix for 2.6 kernels
31
	# Compile fix for 2.6 kernels
32
	epatch ${FILESDIR}/net-tools-1.60-2.6-compilefix.patch
32
	epatch ${FILESDIR}/${P}-2.6-compilefix.patch
33
	epatch ${FILESDIR}/${PV}-gcc34.patch #48167
33
	epatch ${FILESDIR}/${PV}-gcc34.patch #48167
34
	epatch ${FILESDIR}/net-tools-1.60-cleanup-list-handling.patch
34
	epatch ${FILESDIR}/${P}-cleanup-list-handling.patch
35
35
36
	# Stack smashing attack in if_readlist_proc() from ifconfig - bug #58633
36
	# Stack smashing attack in if_readlist_proc() from ifconfig - bug #58633
37
	epatch ${FILESDIR}/net-tools-1.60-get_name.patch
37
	epatch ${FILESDIR}/${P}-get_name.patch
38
39
	# Do not truncate long addresses, bug #46053
40
	epatch ${FILESDIR}/${P}-no_truncate.patch
38
41
39
	# some redhat patches
42
	# some redhat patches
40
	epatch ${PATCHDIR}/net-tools-1.54-ipvs.patch
43
	epatch ${PATCHDIR}/${PN}-1.54-ipvs.patch
41
	epatch ${PATCHDIR}/net-tools-1.57-bug22040.patch
44
	epatch ${PATCHDIR}/${PN}-1.57-bug22040.patch
42
	epatch ${PATCHDIR}/net-tools-1.60-manydevs.patch
45
	epatch ${PATCHDIR}/${P}-manydevs.patch
43
	epatch ${PATCHDIR}/net-tools-1.60-miiioctl.patch
46
	epatch ${PATCHDIR}/${P}-miiioctl.patch
44
	epatch ${PATCHDIR}/net-tools-1.60-virtualname.patch
47
	epatch ${PATCHDIR}/${P}-virtualname.patch
45
	epatch ${PATCHDIR}/net-tools-1.60-cycle.patch
48
	epatch ${PATCHDIR}/${P}-cycle.patch
46
49
47
	# GCC-3.3 Compile Fix
50
	# GCC-3.3 Compile Fix
48
	epatch ${PATCHDIR}/${P}-multiline-string.patch
51
	epatch ${PATCHDIR}/${P}-multiline-string.patch

Return to bug 46053