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

Collapse All | Expand All

(-)gpdf-2.8.1-r1.ebuild (-3 / +3 lines)
Lines 9-15 Link Here
9
9
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="x86 ppc alpha sparc hppa amd64 ~ia64 mips"
12
KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips"
13
IUSE=""
13
IUSE=""
14
14
15
RDEPEND=">=x11-libs/gtk+-2.3
15
RDEPEND=">=x11-libs/gtk+-2.3
Lines 38-45 Link Here
38
	cd ${S}
38
	cd ${S}
39
	# fix sec vuln (#69662)
39
	# fix sec vuln (#69662)
40
	epatch ${FILESDIR}/${PN}-xpdf_goo_sizet.patch
40
	epatch ${FILESDIR}/${PN}-xpdf_goo_sizet.patch
41
	#fix sec vuln (#75191)
41
	#fix sec vuln (#78128)
42
	epatch ${FILESDIR}/${PN}-xpdf-CAN-2004-1125.patch
42
	epatch ${FILESDIR}/${PN}-xpdf-CAN-2005-0064.patch
43
	# disable the tests, see bug #73882
43
	# disable the tests, see bug #73882
44
	sed -i -e "s:test-files::" Makefile.in
44
	sed -i -e "s:test-files::" Makefile.in
45
45

Return to bug 78128