From 97cbb1da3a4398789f3f542ecb37e5b0a513fdb4 Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Sun, 12 Dec 2004 19:38:47 +0000 Subject: fixes segfaulting issue. #72160 --- dev-util/cscope/ChangeLog | 7 ++++++- dev-util/cscope/cscope-15.5-r3.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'dev-util') diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index 1300293b1a46..eeb2370a410e 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-util/cscope # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.41 2004/12/11 15:10:46 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.42 2004/12/12 19:38:47 rphillips Exp $ 11 Dec 2004; Jason Wever cscope-15.5-r3.ebuild: Stable on sparc wrt security bug #71595. @@ -13,6 +13,11 @@ 11 Dec 2004; Daniel Black cscope-15.5-r3.ebuild: keyworded ppc as per bug #71595 +*cscope-15.5-r3 (12 Dec 2004) + + 12 Dec 2004; cscope-15.5-r3.ebuild: + removed the rexotec patch from the advice of the developer. Fixes #72160 + 30 Nov 2004; Guy Martin cscope-15.5-r2.ebuild: Stable on hppa. diff --git a/dev-util/cscope/cscope-15.5-r3.ebuild b/dev-util/cscope/cscope-15.5-r3.ebuild index c6ff54d8bd1d..5f913d086a8a 100644 --- a/dev-util/cscope/cscope-15.5-r3.ebuild +++ b/dev-util/cscope/cscope-15.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r3.ebuild,v 1.6 2004/12/11 23:31:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r3.ebuild,v 1.7 2004/12/12 19:38:47 rphillips Exp $ inherit gnuconfig elisp-common eutils @@ -24,8 +24,8 @@ SITEFILE=50xcscope-gentoo.el src_unpack() { unpack ${A} cd ${S} - # Gentoo Bug #71595, http://www.rexotec.com/advisory/RX171104.html - epatch ${FILESDIR}/${PV}-noclobber-tempfile-rexotec.patch + + #rphillips - tempfile security patch epatch ${FILESDIR}/${PN}-${PV}-tempfile.patch } -- cgit v1.2.3-65-gdbad