summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-08-25 10:13:53 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-08-25 10:13:53 +0000
commit09e1531a5e947ebbf95ba49ea2b5f04bb6c87aea (patch)
tree63969a07032f45ac5ef149f46ec86b1288a1dee8
parentAdded tiny fix for compilation in freebsd, and ~x86-fbsd keyword. (diff)
downloadgentoo-2-09e1531a5e947ebbf95ba49ea2b5f04bb6c87aea.tar.gz
gentoo-2-09e1531a5e947ebbf95ba49ea2b5f04bb6c87aea.tar.bz2
gentoo-2-09e1531a5e947ebbf95ba49ea2b5f04bb6c87aea.zip
Stable on x86. Needed for security bug #144875.
(Portage version: 2.1.1_pre5-r3)
-rw-r--r--dev-libs/libdnsres/ChangeLog5
-rw-r--r--dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libdnsres/ChangeLog b/dev-libs/libdnsres/ChangeLog
index c8f0228626e9..cbcdd669ce21 100644
--- a/dev-libs/libdnsres/ChangeLog
+++ b/dev-libs/libdnsres/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libdnsres
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.4 2006/08/25 06:27:00 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.5 2006/08/25 10:13:53 ticho Exp $
+
+ 25 Aug 2006; <ticho@gentoo.org> libdnsres-0.1a-r1.ebuild:
+ Stable on x86. Needed for security bug #144875.
25 Aug 2006; Peter Volkov <pva@gentoo.org> libdnsres-0.1a-r1.ebuild:
Added -j1 to emake. See Janson Wever report in bug #144875.
diff --git a/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild b/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild
index 23f6f7db8ef2..68efdcb1ae92 100644
--- a/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild
+++ b/dev-libs/libdnsres/libdnsres-0.1a-r1.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-libs/libdnsres/libdnsres-0.1a-r1.ebuild,v 1.2 2006/08/25 06:27:00 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r1.ebuild,v 1.3 2006/08/25 10:13:53 ticho Exp $
DESCRIPTION="A non-blocking DNS resolver library"
HOMEPAGE="http://www.monkey.org/~provos/libdnsres/"
@@ -8,7 +8,7 @@ SRC_URI="http://www.monkey.org/~provos/${P}.tar.gz"
LICENSE="|| ( as-is BSD )"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64"
IUSE=""
DEPEND="dev-libs/libevent"