summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-12-12 19:38:47 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-12-12 19:38:47 +0000
commit97cbb1da3a4398789f3f542ecb37e5b0a513fdb4 (patch)
tree73d6ffee1edf55000047c2c41e0a67cfa37a5881 /dev-util
parentmove firmware files to /lib/firmware (Manifest recommit) (diff)
downloadgentoo-2-97cbb1da3a4398789f3f542ecb37e5b0a513fdb4.tar.gz
gentoo-2-97cbb1da3a4398789f3f542ecb37e5b0a513fdb4.tar.bz2
gentoo-2-97cbb1da3a4398789f3f542ecb37e5b0a513fdb4.zip
fixes segfaulting issue. #72160
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cscope/ChangeLog7
-rw-r--r--dev-util/cscope/cscope-15.5-r3.ebuild6
2 files changed, 9 insertions, 4 deletions
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 <weeve@gentoo.org> cscope-15.5-r3.ebuild:
Stable on sparc wrt security bug #71595.
@@ -13,6 +13,11 @@
11 Dec 2004; Daniel Black <dragonheart@gentoo.org> cscope-15.5-r3.ebuild:
keyworded ppc as per bug #71595
+*cscope-15.5-r3 (12 Dec 2004)
+
+ 12 Dec 2004; <rphillips@gentoo.org> cscope-15.5-r3.ebuild:
+ removed the rexotec patch from the advice of the developer. Fixes #72160
+
30 Nov 2004; Guy Martin <gmsoft@gentoo.org> 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
}