summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2014-05-27 13:28:32 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2014-05-27 13:28:32 +0000
commit57b8de812fa187d00e4186405a234dcdff70a566 (patch)
tree4f04ff8badf2bd0e359426bbcab0dd65677f1461 /net-dns
parentsimple revbump as requested by bug 504066. tested and functional (diff)
downloadgentoo-2-57b8de812fa187d00e4186405a234dcdff70a566.tar.gz
gentoo-2-57b8de812fa187d00e4186405a234dcdff70a566.tar.bz2
gentoo-2-57b8de812fa187d00e4186405a234dcdff70a566.zip
Version bump to 1.4.6. Drop older. Add idn useflag. Thanks to Ondrej Sury for the update.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/knot/ChangeLog9
-rw-r--r--net-dns/knot/knot-1.4.6.ebuild (renamed from net-dns/knot/knot-1.4.5.ebuild)10
-rw-r--r--net-dns/knot/knot-9999.ebuild10
3 files changed, 20 insertions, 9 deletions
diff --git a/net-dns/knot/ChangeLog b/net-dns/knot/ChangeLog
index 9625461859c0..94b6cfcaae11 100644
--- a/net-dns/knot/ChangeLog
+++ b/net-dns/knot/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/knot
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.26 2014/04/15 10:45:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.27 2014/05/27 13:28:32 scarabeus Exp $
+
+*knot-1.4.6 (27 May 2014)
+
+ 27 May 2014; Tomáš Chvátal <scarabeus@gentoo.org> +knot-1.4.6.ebuild,
+ -knot-1.4.5.ebuild, knot-9999.ebuild:
+ Version bump to 1.4.6. Drop older. Add idn useflag. Thanks to Ondrej Sury for
+ the update.
15 Apr 2014; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml:
Update Ondrej's mail and fix typo.
diff --git a/net-dns/knot/knot-1.4.5.ebuild b/net-dns/knot/knot-1.4.6.ebuild
index 2a6234d7e259..67f642e31bda 100644
--- a/net-dns/knot/knot-1.4.5.ebuild
+++ b/net-dns/knot/knot-1.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.4.5.ebuild,v 1.1 2014/04/15 10:16:53 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.4.6.ebuild,v 1.1 2014/05/27 13:28:32 scarabeus Exp $
EAPI=5
@@ -10,18 +10,19 @@ inherit eutils user
DESCRIPTION="High-performance authoritative-only DNS server"
HOMEPAGE="http://www.knot-dns.cz/"
-[[ ${PV} == 9999 ]] || SRC_URI="http://public.nic.cz/files/knot-dns/${P/_/-}.tar.gz"
+[[ ${PV} == 9999 ]] || SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~x86"
-IUSE="debug caps +fastparser"
+IUSE="debug caps +fastparser idn"
RDEPEND="
dev-libs/openssl
dev-libs/userspace-rcu
caps? ( sys-libs/libcap-ng )
+ idn? ( net-dns/libidn )
"
# sys-libs/glibc
DEPEND="${RDEPEND}
@@ -45,7 +46,8 @@ src_configure() {
--enable-recvmmsg \
$(use_enable fastparser) \
$(use_enable debug debug server,zones,xfr,packet,dname,rr,ns,hash,compiler) \
- $(use_enable debug debuglevel details)
+ $(use_enable debug debuglevel details) \
+ $(use_with idn libidn)
}
src_install() {
diff --git a/net-dns/knot/knot-9999.ebuild b/net-dns/knot/knot-9999.ebuild
index d58e1dc8f123..d379d4fc8814 100644
--- a/net-dns/knot/knot-9999.ebuild
+++ b/net-dns/knot/knot-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-9999.ebuild,v 1.1 2014/01/09 18:04:02 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-9999.ebuild,v 1.2 2014/05/27 13:28:32 scarabeus Exp $
EAPI=5
@@ -10,18 +10,19 @@ inherit eutils user
DESCRIPTION="High-performance authoritative-only DNS server"
HOMEPAGE="http://www.knot-dns.cz/"
-[[ ${PV} == 9999 ]] || SRC_URI="http://public.nic.cz/files/knot-dns/${P/_/-}.tar.gz"
+[[ ${PV} == 9999 ]] || SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~x86"
-IUSE="debug caps +fastparser"
+IUSE="debug caps +fastparser idn"
RDEPEND="
dev-libs/openssl
dev-libs/userspace-rcu
caps? ( sys-libs/libcap-ng )
+ idn? ( net-dns/libidn )
"
# sys-libs/glibc
DEPEND="${RDEPEND}
@@ -45,7 +46,8 @@ src_configure() {
--enable-recvmmsg \
$(use_enable fastparser) \
$(use_enable debug debug server,zones,xfr,packet,dname,rr,ns,hash,compiler) \
- $(use_enable debug debuglevel details)
+ $(use_enable debug debuglevel details) \
+ $(use_with idn libidn)
}
src_install() {