diff options
author | 2005-08-23 01:13:01 +0000 | |
---|---|---|
committer | 2005-08-23 01:13:01 +0000 | |
commit | f14e7acd47595e51cd10d294354242aab7e3a8d3 (patch) | |
tree | c22e5d252566282cf5e25269df4dd24ffa457810 /app-emulation/wine/wine-20050211.ebuild | |
parent | ~amd64 (diff) | |
download | historical-f14e7acd47595e51cd10d294354242aab7e3a8d3.tar.gz historical-f14e7acd47595e51cd10d294354242aab7e3a8d3.tar.bz2 historical-f14e7acd47595e51cd10d294354242aab7e3a8d3.zip |
Add patch from upstream to address insecure tempfile usage #101773.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-emulation/wine/wine-20050211.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050211.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20050211.ebuild b/app-emulation/wine/wine-20050211.ebuild index bb732e9561b5..9d20acb3e2ca 100644 --- a/app-emulation/wine/wine-20050211.ebuild +++ b/app-emulation/wine/wine-20050211.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.14 2005/08/06 03:22:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.15 2005/08/23 01:13:01 vapier Exp $ inherit eutils flag-o-matic @@ -62,10 +62,10 @@ src_unpack() { epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch epatch "${FILESDIR}"/winearts-kdecvs-fix.patch - epatch "${FILESDIR}"/wine-hangfix-bug2660.patch #98156 epatch "${FILESDIR}"/20050211-docs.patch sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/20041019-no-stack.patch #66002 + epatch "${FILESDIR}"/wine-cvs-winelauncher-temp.patch #101773 } config_cache() { |