summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2008-07-21 11:44:27 +0000
committerTony Vroon <chainsaw@gentoo.org>2008-07-21 11:44:27 +0000
commit776f097c69886014830794cd2577f0ad5f7aa96d (patch)
treef78d0a27f92746d6890e1c5f4b36e6e810b80dff /net-dns/dnsmasq
parentFix compilation, bug #232434 (diff)
downloadgentoo-2-776f097c69886014830794cd2577f0ad5f7aa96d.tar.gz
gentoo-2-776f097c69886014830794cd2577f0ad5f7aa96d.tar.bz2
gentoo-2-776f097c69886014830794cd2577f0ad5f7aa96d.zip
AMD64 stable keyword for 2.45; for security bug #232523. Tested on hardened Opteron 2218 (hardened/amd64, gcc-3.4.6, glibc-2.6.1-r0, 2.6.24-hardened-r3 x86_64) and Core 2 Duo (default/linux/amd64/2008.0/developer, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.26 x86_64).
(Portage version: 2.2_rc1/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r--net-dns/dnsmasq/ChangeLog9
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.45.ebuild4
2 files changed, 10 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog
index 5e844139db06..ff8cc610ced4 100644
--- a/net-dns/dnsmasq/ChangeLog
+++ b/net-dns/dnsmasq/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/dnsmasq
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.166 2008/07/21 04:40:14 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.167 2008/07/21 11:44:27 chainsaw Exp $
+
+ 21 Jul 2008; <chainsaw@gentoo.org> dnsmasq-2.45.ebuild:
+ AMD64 stable keyword for 2.45; for security bug #232523. Tested on
+ hardened Opteron 2218 (hardened/amd64, gcc-3.4.6, glibc-2.6.1-r0,
+ 2.6.24-hardened-r3 x86_64) and Core 2 Duo
+ (default/linux/amd64/2008.0/developer, gcc-4.3.1, glibc-2.8_p20080602-r0,
+ 2.6.26 x86_64).
*dnsmasq-2.45 (21 Jul 2008)
diff --git a/net-dns/dnsmasq/dnsmasq-2.45.ebuild b/net-dns/dnsmasq/dnsmasq-2.45.ebuild
index 2d3e73d73912..dcb02a18a8c1 100644
--- a/net-dns/dnsmasq/dnsmasq-2.45.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.45.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.45.ebuild,v 1.1 2008/07/21 04:40:14 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.45.ebuild,v 1.2 2008/07/21 11:44:27 chainsaw Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -13,7 +13,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.lzma"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="dbus ipv6 isc nls tftp"
RDEPEND="dbus? ( sys-apps/dbus )