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

Collapse All | Expand All

(-)proftpd-1.3.2-r2.ebuild (-4 / +2 lines)
Lines 10-14 Link Here
10
10
11
CASE_VER="0.3"
11
CASE_VER="0.3"
12
CLAMAV_VER="0.10"
12
CLAMAV_VER="0.11rc"
13
DEFLATE_VER="0.3.1"
13
DEFLATE_VER="0.3.1"
14
MODGSS_VER="1.3.1"
14
MODGSS_VER="1.3.1"
Lines 20-24 Link Here
20
SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.bz2
20
SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.bz2
21
		case? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-case-${CASE_VER}.tar.gz )
21
		case? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-case-${CASE_VER}.tar.gz )
22
		clamav? ( http://www.thrallingpenguin.com/resources/mod_clamav-${CLAMAV_VER}.tar.gz )
22
		clamav? ( https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-${CLAMAV_VER}.tar.gz )
23
		deflate? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-deflate-${DEFLATE_VER}.tar.gz )
23
		deflate? ( http://www.castaglia.org/${PN}/modules/${PN}-mod-deflate-${DEFLATE_VER}.tar.gz )
24
		kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MODGSS_VER}.tar.gz )
24
		kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MODGSS_VER}.tar.gz )
Lines 64-69 Link Here
64
	cd "${S}"
64
	cd "${S}"
65
65
66
	# Fix upstream bug 3183 (incorrect logging to wtmp)
67
	epatch "${FILESDIR}"/${P}-upstream-bug-3183.patch
68
	# Fix parallel build
66
	# Fix parallel build
69
	epatch "${FILESDIR}"/${P}-parallel-build.patch
67
	epatch "${FILESDIR}"/${P}-parallel-build.patch

Return to bug 276371