summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-23 01:13:01 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-23 01:13:01 +0000
commit5e2992e0e22e2e22c73b75f5ea54ca8703d05212 (patch)
treeed0cfac7f831a48fffcf5c121327fb44ab0a6064 /app-emulation/wine/wine-20041019-r3.ebuild
parent~amd64 (diff)
downloadgentoo-2-5e2992e0e22e2e22c73b75f5ea54ca8703d05212.tar.gz
gentoo-2-5e2992e0e22e2e22c73b75f5ea54ca8703d05212.tar.bz2
gentoo-2-5e2992e0e22e2e22c73b75f5ea54ca8703d05212.zip
Add patch from upstream to address insecure tempfile usage #101773.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation/wine/wine-20041019-r3.ebuild')
-rw-r--r--app-emulation/wine/wine-20041019-r3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild
index 887510bd6c4b..b4a563c40420 100644
--- a/app-emulation/wine/wine-20041019-r3.ebuild
+++ b/app-emulation/wine/wine-20041019-r3.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-20041019-r3.ebuild,v 1.15 2005/07/19 04:40:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.16 2005/08/23 01:13:01 vapier Exp $
inherit eutils flag-o-matic
@@ -38,10 +38,10 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
- epatch ${FILESDIR}/winearts-kdecvs-fix.patch
+ epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
-
- test_flag -fstack-protector && epatch ${FILESDIR}/${PV}-no-stack.patch #66002
+ epatch "${FILESDIR}"/${PV}-no-stack.patch #66002
+ epatch "${FILESDIR}"/wine-cvs-winelauncher-temp.patch #101773
}
config_cache() {