From: Conrad Kostecki Date: Thu, 21 Feb 2019 21:22:09 +0000 (+0100) Subject: net-dns/dnssec-validator: bump to version 2.2.3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e14bfd440f7a9e5a57540879580e87032813e64f;p=gentoo.git net-dns/dnssec-validator: bump to version 2.2.3 The old dnsval package seems to be removed by upstream, as it has been integrated into the dnssec-tools package. This version needs support for openssl-1.1. Closes: https://bugs.gentoo.org/641552 Closes: https://bugs.gentoo.org/672494 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Conrad Kostecki Closes: https://github.com/gentoo/gentoo/pull/10597 Signed-off-by: Michał Górny --- diff --git a/net-dns/dnssec-validator/Manifest b/net-dns/dnssec-validator/Manifest index 4a6ba91b3d6e..206db72518af 100644 --- a/net-dns/dnssec-validator/Manifest +++ b/net-dns/dnssec-validator/Manifest @@ -1 +1,2 @@ +DIST dnssec-tools-2.2.3.tar.gz 42941393 BLAKE2B b7b6a54113fb5cf030bd60e18f5446b02d1ceba3564ac854b0305225672545e802fecfa1169dc81e68ffe195533e06082dc22500a51b48965aa9c0fc32c915ed SHA512 fd2467f116f77089bddf9311706f356957f4ae735d827d393534e4001b621c9dfc904ff3d4da698d37e8e97b1be9448ab2fd5455c124656399aac30f1f642baf DIST dnsval-2.2.tar.gz 1060434 BLAKE2B 3a19d5f4128e32f81ae824a128c65b5c5b6f21cef2786d1050631db10084a479614241d869bb33d054d96e7a1e286c472296edf8c4c7e45abd84aaa4df599f28 SHA512 1a01911b08e447d992f4843db8e10bc91041f9e3eaa8a3c050f71f0d7028292145379d1b769e69a837a157443abfa8b0b8ecc289c1b2fa4d33a9234282e9ae05 diff --git a/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild b/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild new file mode 100644 index 000000000000..04606f66a6fb --- /dev/null +++ b/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Tools to ease the validation of DNSSEC related technologies" +HOMEPAGE="https://www.dnssec-tools.org/" +SRC_URI="https://github.com/DNSSEC-Tools/DNSSEC-Tools/archive/dnssec-tools-${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="dlv +ipv6 +nsec3 static-libs +threads" + +RDEPEND=">=dev-libs/openssl-1.1.0:0" +DEPEND="${RDEPEND}" + +# Tests fail due "Cannot create context: -7" +RESTRICT="test" + +S="${WORKDIR}/DNSSEC-Tools-dnssec-tools-${PV}/dnssec-tools/validator" + +PATCHES=( + # Users LDFLAGS are not respected + # See https://github.com/DNSSEC-Tools/DNSSEC-Tools/pull/9 + "${FILESDIR}/${P}-ldflags.patch" +) + +src_prepare() { + default + + mv configure.in configure.ac || die + eautoreconf +} + +src_configure() { + local myeconfargs=( + $(use_with dlv) + $(use_with ipv6) + $(use_with nsec3) + $(use_enable static-libs static) + $(use_with threads) + --with-dnsval-conf="${EPREFIX%/}/etc/dnssec-tools/dnsval.conf" + --with-resolv-conf="${EPREFIX%/}/etc/dnssec-tools/resolv.conf" + --with-root-hints="${EPREFIX%/}/etc/dnssec-tools/root.hints" + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + # Install fails with MAKEOPTS > -j1 + # See https://github.com/DNSSEC-Tools/DNSSEC-Tools/issues/8 + emake -j1 DESTDIR="${D}" install + + einstalldocs + + find "${D}" -name '*.la' -delete || die +} diff --git a/net-dns/dnssec-validator/files/dnssec-validator-2.2.3-ldflags.patch b/net-dns/dnssec-validator/files/dnssec-validator-2.2.3-ldflags.patch new file mode 100644 index 000000000000..66f8b0b49ee6 --- /dev/null +++ b/net-dns/dnssec-validator/files/dnssec-validator-2.2.3-ldflags.patch @@ -0,0 +1,33 @@ +--- a/libsres/Makefile.in 2018-08-30 00:25:30.000000000 +0200 ++++ b/libsres/Makefile.in 2018-12-09 02:32:05.000000000 +0100 +@@ -63,7 +63,7 @@ + $(RM) -rf $(LT_DIR) + + $(LIBRES): $(LOBJ) +- $(LIBTOOLLD) -o $@ $(LOBJ) ++ $(LIBTOOLLD) -o $@ $(LOBJ) $(LDFLAGS) + + install: + $(MKPATH) $(DESTDIR)$(libdir) +--- a/libval_shim/Makefile.in 2018-08-30 00:25:30.000000000 +0200 ++++ b/libval_shim/Makefile.in 2018-12-09 02:34:56.000000000 +0100 +@@ -21,7 +21,7 @@ + $(RM) -rf $(LT_DIR) + + $(LIBVAL_SHIM): $(LOBJ) +- $(LIBTOOLLD) -o $@ $(LOBJ) $(EXTRA_LIBS) ++ $(LIBTOOLLD) -o $@ $(LOBJ) $(EXTRA_LIBS) $(LDFLAGS) + + install: + $(MKPATH) $(DESTDIR)$(libdir) +--- a/libval/Makefile.in 2018-08-30 00:25:30.000000000 +0200 ++++ b/libval/Makefile.in 2018-12-09 02:37:32.000000000 +0100 +@@ -65,7 +65,7 @@ + $(RM) -rf $(LT_DIR) + + $(LIBVAL): $(LOBJ) +- $(LIBTOOLLD) -o $@ $(LOBJ) $(LSRES) ++ $(LIBTOOLLD) -o $@ $(LOBJ) $(LSRES) $(LDFLAGS) + + install: + $(MKPATH) $(DESTDIR)$(libdir) diff --git a/net-dns/dnssec-validator/metadata.xml b/net-dns/dnssec-validator/metadata.xml index 7206094d0b09..94a38b12e8db 100644 --- a/net-dns/dnssec-validator/metadata.xml +++ b/net-dns/dnssec-validator/metadata.xml @@ -1,8 +1,26 @@ - - - Requires openssl[-bindist] - + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + + A tool which can display the sequence of queries and their results + used to validate a DNS query. The stderr output of this command can + serve as input to the drawvalmap tool. + + + Enable support for the DNSSEC look-aside validation + Requires openssl[-bindist] + Enable support for the NSEC3 Resource Record + + + https://github.com/dnssec-tools/dnssec-tools/issues + DNSSEC-Tools/DNSSEC-Tools +