summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-01-26 01:49:29 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-01-26 01:49:29 +0000
commit0a53651bd66cbb4d04ed719f77088b1ebffc2d59 (patch)
treee84913061bfc97faac1edadfb0997c0f6d58bf65 /net-mail/qmailadmin/qmailadmin-1.2.15.ebuild
parentBug #292546: Ensure correct build with vpopmail-mysql. (diff)
downloadgentoo-2-0a53651bd66cbb4d04ed719f77088b1ebffc2d59.tar.gz
gentoo-2-0a53651bd66cbb4d04ed719f77088b1ebffc2d59.tar.bz2
gentoo-2-0a53651bd66cbb4d04ed719f77088b1ebffc2d59.zip
Bug #269123: fix quota overflow security vulns.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/qmailadmin/qmailadmin-1.2.15.ebuild')
-rw-r--r--net-mail/qmailadmin/qmailadmin-1.2.15.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild
index 3469eba8988c..17726bcf7d21 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild,v 1.2 2011/01/26 01:43:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild,v 1.3 2011/01/26 01:49:29 robbat2 Exp $
-inherit qmail eutils webapp
+inherit qmail eutils webapp autotools
# the RESTRICT is because the vpopmail lib directory is locked down
# and non-root can't access them.
@@ -31,6 +31,8 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-1.2.9-maildir.patch
+ epatch "${FILESDIR}"/${PN}-1.2.12-quota-overflow.patch
+ eautoreconf
}
src_compile() {