* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.3-r1.ebuild
@ 2014-06-29 18:18 Sven Wegener (swegener)
0 siblings, 0 replies; only message in thread
From: Sven Wegener (swegener) @ 2014-06-29 18:18 UTC (permalink / raw
To: gentoo-commits
swegener 14/06/29 18:18:56
Modified: ChangeLog
Added: pdns-recursor-3.3-r1.ebuild
Log:
Include bugfix for security bug #514946.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Revision Changes Path
1.44 net-dns/pdns-recursor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 21 Jun 2014 07:41:55 -0000 1.43
+++ ChangeLog 29 Jun 2014 18:18:56 -0000 1.44
@@ -1,6 +1,12 @@
# 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.43 2014/06/21 07:41:55 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.44 2014/06/29 18:18:56 swegener Exp $
+
+*pdns-recursor-3.3-r1 (29 Jun 2014)
+
+ 29 Jun 2014; Sven Wegener <swegener@gentoo.org> +pdns-recursor-3.3-r1.ebuild,
+ +files/pdns-recursor-3.3-fdlimit.patch:
+ Include bugfix for security bug #514946.
*pdns-recursor-3.6.0 (21 Jun 2014)
1.1 net-dns/pdns-recursor/pdns-recursor-3.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: pdns-recursor-3.3-r1.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.3-r1.ebuild,v 1.1 2014/06/29 18:18:56 swegener Exp $
EAPI="3"
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_prepare() {
epatch "${FILESDIR}"/${PN}-3.1.7.2-error-message.patch \
"${FILESDIR}"/pdns-recursor-3.3-fdlimit.patch
sed -i -e s:/var/run/:/var/lib/powerdns: "${S}"/config.h || die
}
src_configure() {
true
}
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] only message in thread
only message in thread, other threads:[~2014-06-29 18:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-29 18:18 [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.3-r1.ebuild 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