diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2012-12-22 20:31:00 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2012-12-22 20:31:00 +0000 |
commit | 723d27da8e0e72e4beb52ddabf1021bab6db3a06 (patch) | |
tree | 20cce41b393d19320af207f588b357a88b90ff47 /app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild | |
parent | Migrate to distutils-r1. (diff) | |
download | gentoo-2-723d27da8e0e72e4beb52ddabf1021bab6db3a06.tar.gz gentoo-2-723d27da8e0e72e4beb52ddabf1021bab6db3a06.tar.bz2 gentoo-2-723d27da8e0e72e4beb52ddabf1021bab6db3a06.zip |
Fix CVE-2012-4527, CVE-2012-4426 per bug#440778
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild')
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild b/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild index 532cfaf8781f..139ad89bde64 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild,v 1.1 2012/12/22 20:12:50 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild,v 1.2 2012/12/22 20:31:00 alonbl Exp $ EAPI="2" @@ -24,6 +24,8 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.6.7-qa.patch" epatch "${FILESDIR}/${P}-stdlib.h.patch" epatch "${FILESDIR}/${P}-segv.patch" + epatch "${FILESDIR}/${P}-sprintf.patch" + epatch "${FILESDIR}/${P}-format-string.patch" } src_configure() { |