swegener 15/05/18 18:01:31
Modified: ChangeLog
Added: pdns-recursor-3.7.2.ebuild
pdns-recursor-3.6.3.ebuild
Log:
Version bump, security bug #547706.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0x64D4CF24)
Revision Changes Path
1.55 net-dns/pdns-recursor/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.55&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.55&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 12 Feb 2015 18:14:32 -0000 1.54
+++ ChangeLog 18 May 2015 18:01:31 -0000 1.55
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/pdns-recursor
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.54
2015/02/12 18:14:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.55
2015/05/18 18:01:31 swegener Exp $
+
+*pdns-recursor-3.7.2 (18 May 2015)
+*pdns-recursor-3.6.3 (18 May 2015)
+
+ 18 May 2015; Sven Wegener <[email protected]> +pdns-recursor-3.6.3.ebuild,
+ +pdns-recursor-3.7.2.ebuild:
+ Version bump, security bug #547706.
*pdns-recursor-3.7.1 (12 Feb 2015)
1.1 net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild?rev=1.1&content-type=text/plain
Index: pdns-recursor-3.7.2.ebuild
===================================================================
# Copyright 1999-2015 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.7.2.ebuild,v 1.1
2015/05/18 18:01:31 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() {
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
OPTFLAGS="" \
LUA_LIBS_CONFIG="-llua" \
LUA_CPPFLAGS_CONFIG="" \
LUA="$(use lua && echo 1)" \
./configure
}
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
}
1.1 net-dns/pdns-recursor/pdns-recursor-3.6.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.3.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.3.ebuild?rev=1.1&content-type=text/plain
Index: pdns-recursor-3.6.3.ebuild
===================================================================
# Copyright 1999-2015 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.3.ebuild,v 1.1
2015/05/18 18:01:31 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
}