* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.7.2.ebuild
@ 2010-01-08 7:25 Sven Wegener (swegener)
0 siblings, 0 replies; 3+ messages in thread
From: Sven Wegener (swegener) @ 2010-01-08 7:25 UTC (permalink / raw
To: gentoo-commits
swegener 10/01/08 07:25:38
Modified: ChangeLog
Added: pdns-recursor-3.1.7.2.ebuild
Log:
Version bump, security bug #299942.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.32 net-dns/pdns-recursor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 14 Nov 2009 09:56:34 -0000 1.31
+++ ChangeLog 8 Jan 2010 07:25:38 -0000 1.32
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/pdns-recursor
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.31 2009/11/14 09:56:34 swegener Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.32 2010/01/08 07:25:38 swegener Exp $
+
+*pdns-recursor-3.1.7.2 (08 Jan 2010)
+
+ 08 Jan 2010; Sven Wegener <swegener@gentoo.org>
+ +pdns-recursor-3.1.7.2.ebuild,
+ +files/pdns-recursor-3.1.7.2-error-message.patch:
+ Version bump, security bug #299942.
14 Nov 2009; Sven Wegener <swegener@gentoo.org>
pdns-recursor-3.1.7.ebuild, pdns-recursor-3.1.7.1.ebuild:
1.1 net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild?rev=1.1&content-type=text/plain
Index: pdns-recursor-3.1.7.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v 1.1 2010/01/08 07:25:38 swegener Exp $
inherit toolchain-funcs flag-o-matic eutils
DESCRIPTION="The PowerDNS Recursor"
HOMEPAGE="http://www.powerdns.com/"
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="lua"
DEPEND="lua? ( >=dev-lang/lua-5.1 )"
RDEPEND="${DEPEND}
!<net-dns/pdns-2.9.20-r1"
DEPEND="${DEPEND}
>=dev-libs/boost-1.33.1"
pkg_setup() {
filter-flags -ftree-vectorize
}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-error-message.patch
sed -i -e s:/var/run/:/var/lib/powerdns: "${S}"/config.h || die
}
src_compile() {
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
OPTFLAGS="" \
LUA_LIBS_CONFIG="-llua" \
LUA_CPPFLAGS_CONFIG="" \
LUA="$(use lua && echo 1)" \
|| die "emake failed"
}
src_install() {
dosbin pdns_recursor rec_control || die "dosbin failed"
doman pdns_recursor.1 rec_control.1 || die "doman failed"
insinto /etc/powerdns
doins "${FILESDIR}"/recursor.conf || die "doins failed"
doinitd "${FILESDIR}"/precursor || die "doinitd failed"
# Pretty ugly, uh?
dodir /var/lib/powerdns/var/lib
dosym ../.. /var/lib/powerdns/var/lib/powerdns
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.7.2.ebuild
@ 2010-01-10 12:09 Christian Faulhammer (fauli)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-10 12:09 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/10 12:09:13
Modified: ChangeLog pdns-recursor-3.1.7.2.ebuild
Log:
stable x86, security bug 299942
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.33 net-dns/pdns-recursor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 8 Jan 2010 07:25:38 -0000 1.32
+++ ChangeLog 10 Jan 2010 12:09:13 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/pdns-recursor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.32 2010/01/08 07:25:38 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.33 2010/01/10 12:09:13 fauli Exp $
+
+ 10 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ pdns-recursor-3.1.7.2.ebuild:
+ stable x86, security bug 299942
*pdns-recursor-3.1.7.2 (08 Jan 2010)
1.2 net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild?r1=1.1&r2=1.2
Index: pdns-recursor-3.1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdns-recursor-3.1.7.2.ebuild 8 Jan 2010 07:25:38 -0000 1.1
+++ pdns-recursor-3.1.7.2.ebuild 10 Jan 2010 12:09:13 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v 1.1 2010/01/08 07:25:38 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v 1.2 2010/01/10 12:09:13 fauli Exp $
inherit toolchain-funcs flag-o-matic eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="lua"
DEPEND="lua? ( >=dev-lang/lua-5.1 )"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.7.2.ebuild
@ 2010-02-01 19:46 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2010-02-01 19:46 UTC (permalink / raw
To: gentoo-commits
maekke 10/02/01 19:46:42
Modified: ChangeLog pdns-recursor-3.1.7.2.ebuild
Log:
amd64 stable, bug #299942
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.34 net-dns/pdns-recursor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 10 Jan 2010 12:09:13 -0000 1.33
+++ ChangeLog 1 Feb 2010 19:46:42 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/pdns-recursor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.33 2010/01/10 12:09:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.34 2010/02/01 19:46:42 maekke Exp $
+
+ 01 Feb 2010; Markus Meier <maekke@gentoo.org>
+ pdns-recursor-3.1.7.2.ebuild:
+ amd64 stable, bug #299942
10 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
pdns-recursor-3.1.7.2.ebuild:
1.3 net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild?r1=1.2&r2=1.3
Index: pdns-recursor-3.1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pdns-recursor-3.1.7.2.ebuild 10 Jan 2010 12:09:13 -0000 1.2
+++ pdns-recursor-3.1.7.2.ebuild 1 Feb 2010 19:46:42 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v 1.2 2010/01/10 12:09:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.7.2.ebuild,v 1.3 2010/02/01 19:46:42 maekke Exp $
inherit toolchain-funcs flag-o-matic eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="lua"
DEPEND="lua? ( >=dev-lang/lua-5.1 )"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-01 19:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10 12:09 [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.7.2.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2010-02-01 19:46 Markus Meier (maekke)
2010-01-08 7:25 Sven Wegener (swegener)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox