* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.6.0.ebuild
@ 2014-06-21 7:41 Sven Wegener (swegener)
0 siblings, 0 replies; 2+ messages in thread
From: Sven Wegener (swegener) @ 2014-06-21 7:41 UTC (permalink / raw
To: gentoo-commits
swegener 14/06/21 07:41:55
Modified: ChangeLog
Added: pdns-recursor-3.6.0.ebuild
Log:
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Revision Changes Path
1.43 net-dns/pdns-recursor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 10 Mar 2014 21:52:43 -0000 1.42
+++ ChangeLog 21 Jun 2014 07:41:55 -0000 1.43
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/pdns-recursor
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.42 2014/03/10 21:52:43 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.43 2014/06/21 07:41:55 swegener Exp $
+
+*pdns-recursor-3.6.0 (21 Jun 2014)
+
+ 21 Jun 2014; Sven Wegener <swegener@gentoo.org> +pdns-recursor-3.6.0.ebuild:
+ Version bump.
*pdns-recursor-3.5.3 (10 Mar 2014)
1.1 net-dns/pdns-recursor/pdns-recursor-3.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.0.ebuild?rev=1.1&content-type=text/plain
Index: pdns-recursor-3.6.0.ebuild
===================================================================
# Copyright 1999-2014 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.6.0.ebuild,v 1.1 2014/06/21 07:41:55 swegener Exp $
EAPI="4"
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_configure() {
true
}
src_compile() {
emake \
LOCALSTATEDIR=/var/lib/powerdns \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
OPTFLAGS="" \
LUA_LIBS_CONFIG="-llua" \
LUA_CPPFLAGS_CONFIG="" \
LUA="$(use lua && echo 1)"
}
src_install() {
dosbin pdns_recursor rec_control
doman pdns_recursor.1 rec_control.1
insinto /etc/powerdns
doins "${FILESDIR}"/recursor.conf
doinitd "${FILESDIR}"/precursor
# Pretty ugly, uh?
dodir /var/lib/powerdns/var/lib
dosym ../.. /var/lib/powerdns/var/lib/powerdns
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.6.0.ebuild
@ 2014-10-23 10:15 Sven Wegener (swegener)
0 siblings, 0 replies; 2+ messages in thread
From: Sven Wegener (swegener) @ 2014-10-23 10:15 UTC (permalink / raw
To: gentoo-commits
swegener 14/10/23 10:15:45
Modified: ChangeLog
Removed: pdns-recursor-3.6.0.ebuild
Log:
Update bug number and remove vulnerable version.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Revision Changes Path
1.50 net-dns/pdns-recursor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 23 Oct 2014 10:11:16 -0000 1.49
+++ ChangeLog 23 Oct 2014 10:15:45 -0000 1.50
@@ -1,11 +1,14 @@
# ChangeLog for net-dns/pdns-recursor
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.49 2014/10/23 10:11:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.50 2014/10/23 10:15:45 swegener Exp $
+
+ 23 Oct 2014; Sven Wegener <swegener@gentoo.org> -pdns-recursor-3.6.0.ebuild:
+ Remove vulnerable version.
*pdns-recursor-3.6.1 (23 Oct 2014)
23 Oct 2014; Sven Wegener <swegener@gentoo.org> +pdns-recursor-3.6.1.ebuild:
- Version bump, bug #524450.
+ Version bump, security bug #522570.
20 Jul 2014; Sven Wegener <swegener@gentoo.org>
-pdns-recursor-3.1.7.2.ebuild, -pdns-recursor-3.2.ebuild,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-23 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 10:15 [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.6.0.ebuild Sven Wegener (swegener)
-- strict thread matches above, loose matches on Subject: below --
2014-06-21 7:41 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