Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/qmailadmin: qmailadmin-1.2.15.ebuild
Date: Wed, 26 Jan 2011 01:49:40
Message-Id: 20110126014929.B32DF20054@flycatcher.gentoo.org
1 robbat2 11/01/26 01:49:29
2
3 Modified: qmailadmin-1.2.15.ebuild
4 Log:
5 Bug #269123: fix quota overflow security vulns.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-mail/qmailadmin/qmailadmin-1.2.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild?r1=1.2&r2=1.3
15
16 Index: qmailadmin-1.2.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -p -w -b -B -u -u -r1.2 -r1.3
22 --- qmailadmin-1.2.15.ebuild 26 Jan 2011 01:43:14 -0000 1.2
23 +++ qmailadmin-1.2.15.ebuild 26 Jan 2011 01:49:29 -0000 1.3
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild,v 1.2 2011/01/26 01:43:14 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.15.ebuild,v 1.3 2011/01/26 01:49:29 robbat2 Exp $
29
30 -inherit qmail eutils webapp
31 +inherit qmail eutils webapp autotools
32
33 # the RESTRICT is because the vpopmail lib directory is locked down
34 # and non-root can't access them.
35 @@ -31,6 +31,8 @@ src_unpack() {
36 unpack ${A}
37 cd "${S}"
38 epatch "${FILESDIR}"/${PN}-1.2.9-maildir.patch
39 + epatch "${FILESDIR}"/${PN}-1.2.12-quota-overflow.patch
40 + eautoreconf
41 }
42
43 src_compile() {