diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-01 18:29:11 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-01 18:29:11 +0000 |
commit | b1abc1f8f368974ad31a8e7e5fb673e3a4246452 (patch) | |
tree | bc472051dffed013e7c2fa937f1558e3399747ac /dev-util/cscope | |
parent | Remove landscape and add fixedmedia patch thanks to Carl Michal <michal@physi... (diff) | |
download | historical-b1abc1f8f368974ad31a8e7e5fb673e3a4246452.tar.gz historical-b1abc1f8f368974ad31a8e7e5fb673e3a4246452.tar.bz2 historical-b1abc1f8f368974ad31a8e7e5fb673e3a4246452.zip |
Stable on sparc wrt security #133829
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cscope/Manifest | 14 | ||||
-rw-r--r-- | dev-util/cscope/cscope-15.5-r6.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-util/cscope/ChangeLog b/dev-util/cscope/ChangeLog index 741ad8f39f4f..70232b3713f1 100644 --- a/dev-util/cscope/ChangeLog +++ b/dev-util/cscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cscope # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.62 2006/06/01 18:18:14 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/ChangeLog,v 1.63 2006/06/01 18:29:11 gustavoz Exp $ + + 01 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> cscope-15.5-r6.ebuild: + Stable on sparc wrt security #133829 01 Jun 2006; Thomas Cort <tcort@gentoo.org> cscope-15.5-r6.ebuild: Stable on amd64 wrt security Bug #133829. diff --git a/dev-util/cscope/Manifest b/dev-util/cscope/Manifest index 7c535bdde2dd..b144c5929692 100644 --- a/dev-util/cscope/Manifest +++ b/dev-util/cscope/Manifest @@ -1,8 +1,11 @@ -MD5 0af9cf66b026bf2e8782607396341354 ChangeLog 8068 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 fffe44b2967453dcb53b06453ce00130 ChangeLog 8188 MD5 e996540d4833ca538c4f8e02bf0d9d41 cscope-15.5-r3.ebuild 1643 MD5 8975f3f6251cde8893710176ba9189f1 cscope-15.5-r4.ebuild 1732 MD5 a8b923d3e42fb39200364f433c10101c cscope-15.5-r5.ebuild 1823 -MD5 aaa98255de2257795ba3126e27bc0325 cscope-15.5-r6.ebuild 1975 +MD5 a5842e259a720892458d47bc89316294 cscope-15.5-r6.ebuild 1977 MD5 22e8d669b78f301c45e9075e2793dfd3 files/15.5-noclobber-tempfile-rexotec.patch 1055 MD5 28ddc553966bf7045758be324600f5c8 files/50xcscope-gentoo.el 95 MD5 c8aeadd309e54712241dec1b77072cbb files/cscope-15.5-can-2004-0996.patch 1125 @@ -15,3 +18,10 @@ MD5 4b40350acbcab41cabb7e20f19243dd1 files/digest-cscope-15.5-r4 235 MD5 4b40350acbcab41cabb7e20f19243dd1 files/digest-cscope-15.5-r5 235 MD5 ed73f2f3f9982334c32eefaac88d8867 files/digest-cscope-15.5-r6 518 MD5 79094d1585cb050b3855fbfe440f22b9 metadata.xml 790 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.2-ecc0.1.6 (GNU/Linux) + +iD8DBQFEfzIKKRy60XGEcJIRAukGAJ921VUcUQ3a/BB9oDL7yF75jhwl7QCeLfxy +cILLS1u3VV2UEG7jrTmScMo= +=o4Bl +-----END PGP SIGNATURE----- diff --git a/dev-util/cscope/cscope-15.5-r6.ebuild b/dev-util/cscope/cscope-15.5-r6.ebuild index 6692bcf7e6b0..70b8bbdf0742 100644 --- a/dev-util/cscope/cscope-15.5-r6.ebuild +++ b/dev-util/cscope/cscope-15.5-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r6.ebuild,v 1.5 2006/06/01 18:18:14 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.5-r6.ebuild,v 1.6 2006/06/01 18:29:11 gustavoz Exp $ inherit gnuconfig elisp-common eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~x86-fbsd" IUSE="emacs" RDEPEND=">=sys-libs/ncurses-5.2" |