pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/55449: Include the trustanchor in net/dnsmasq package when using the dnssec option.
The following reply was made to PR pkg/55449; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/55449: Include the trustanchor in net/dnsmasq package when
using the dnssec option.
Date: Mon, 24 Aug 2020 07:05:34 +0000
On Fri, Jul 03, 2020 at 12:30:01AM +0000, gnats%xn--rvztrtkrfrgp-bbb7j2b8f0b9d7a21oft.com@localhost wrote:
> Include the trustanchor in the package when using the dnssec option.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/pkgsrc/net/dnsmasq/Makefile,v
> retrieving revision 1.42
> diff -u -r1.42 Makefile
> --- Makefile 22 May 2020 10:56:26 -0000 1.42
> +++ Makefile 3 Jul 2020 00:17:17 -0000
> @@ -51,5 +51,8 @@
> ${INSTALL_DATA} ${WRKSRC}/dbus/dnsmasq.conf \
> ${DESTDIR}${EGDIR}/dnsmasq-dbus.conf
> .endif
> +.if !empty(PKG_OPTIONS:Mdnssec)
> + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/trust-anchors.conf ${DESTDIR}${EGDIR}
> +.endif
Should this use the config file mechanism so a copy also goes in
$PKGCONFDIR?
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index