diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-12-15 14:04:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-12-15 14:04:02 +0000 |
commit | 95b1c20c4fb2f763e3b24ea435f71703e7aaf667 (patch) | |
tree | 6dd9b9922e4eaedc33423d692ae68c660f95ee11 /net-mail/exim/exim-4.10.ebuild | |
parent | Added ~sparc keyword (diff) | |
download | historical-95b1c20c4fb2f763e3b24ea435f71703e7aaf667.tar.gz historical-95b1c20c4fb2f763e3b24ea435f71703e7aaf667.tar.bz2 historical-95b1c20c4fb2f763e3b24ea435f71703e7aaf667.zip |
Added patch to fix security issue
Diffstat (limited to 'net-mail/exim/exim-4.10.ebuild')
-rw-r--r-- | net-mail/exim/exim-4.10.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mail/exim/exim-4.10.ebuild b/net-mail/exim/exim-4.10.ebuild index 757596cae17e..c440892049c2 100644 --- a/net-mail/exim/exim-4.10.ebuild +++ b/net-mail/exim/exim-4.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Updated to exim-4 by Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.10.ebuild,v 1.2 2002/12/09 04:33:14 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.10.ebuild,v 1.3 2002/12/15 14:03:57 aliz Exp $ IUSE="tcpd ssl postgres mysql ldap pam" @@ -36,6 +36,9 @@ src_unpack() { local myconf unpack ${A} + + cd ${S}/src + patch < ${FILESDIR}/${PF}-gentoo.diff || die cd ${S} einfo "Patching exiscan support into exim ${PV}.." |