summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-08-15 18:32:35 +0000
committerMike Frysinger <vapier@gentoo.org>2013-08-15 18:32:35 +0000
commit88c40a66306bb2db10e0689c8c79e9aa2fbb9fe7 (patch)
tree04a0f055dc8fa8bd9c274c2574962ce5fb2ebc76 /sys-devel
parentVersion bump to newest master version. (diff)
downloadgentoo-2-88c40a66306bb2db10e0689c8c79e9aa2fbb9fe7.tar.gz
gentoo-2-88c40a66306bb2db10e0689c8c79e9aa2fbb9fe7.tar.bz2
gentoo-2-88c40a66306bb2db10e0689c8c79e9aa2fbb9fe7.zip
Redo cpuid patch to work with older versions of patch (and not require up-to-date git format support) #477276 by Another Mortal.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gdb/ChangeLog6
-rw-r--r--sys-devel/gdb/gdb-7.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog
index d2d35bf631ec..16eba5764691 100644
--- a/sys-devel/gdb/ChangeLog
+++ b/sys-devel/gdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gdb
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.241 2013/06/23 02:16:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.242 2013/08/15 18:32:35 vapier Exp $
+
+ 15 Aug 2013; Mike Frysinger <vapier@gentoo.org> gdb-7.6.ebuild:
+ Redo cpuid patch to work with older versions of patch (and not require up-to-
+ date git format support) #477276 by Another Mortal.
23 Jun 2013; Mike Frysinger <vapier@gentoo.org> gdb-7.6.ebuild:
Apply fix from upstream for cpuid on x86 on hardened systems #467806.
diff --git a/sys-devel/gdb/gdb-7.6.ebuild b/sys-devel/gdb/gdb-7.6.ebuild
index dfb21158d29a..89cb2bedf29d 100644
--- a/sys-devel/gdb/gdb-7.6.ebuild
+++ b/sys-devel/gdb/gdb-7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.6.ebuild,v 1.2 2013/06/23 02:16:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.6.ebuild,v 1.3 2013/08/15 18:32:35 vapier Exp $
EAPI="3"
@@ -42,7 +42,7 @@ case ${PV} in
;;
esac
-PATCH_VER="2"
+PATCH_VER="3"
DESCRIPTION="GNU debugger"
HOMEPAGE="http://sourceware.org/gdb/"
SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}"