pkgsrc/net/knot/Makefile
pettai 4028e53eb9 v1.2.0 - Mar 29, 2013
---------------------

Bugfixes:
        * Memory leaks

(v1.2.0-rc4)

Features:
        * knotc 'zonestatus' command

Bugfixes:
        * Check for broken recvmmsg() implementation
        * Changing logfile ownership before dropping privileges
        * knotc respects 'control' section from configuration
        * RRL: resolved bucket collisions
        * RRL: updated bucket mapping to conform RRL technical memo

(v1.2.0-rc3)

Features:
        * Response rate limiting (see documentation)

Bugfixes:
        * Fixed OpenBSD build
        * Responses to ANY should contain RRSIGs

(v1.2.0-rc2)

Bugfixes:
        * Fixed processing of some non-standard dnames.
        * Correct checking of label length bounds in some cases.
        * More compliant rcodes in case of DDNS/TSIG failures.
        * Correct processing of malformed DDNS prereq section.

(v1.2.0-rc1)

Features:
        * Dynamic updates, including forwarding (limited on signed zones)
        * Updated remote control utility
        * Configurable TCP timeouts
        * LOC RR support
2013-05-14 08:16:05 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2013/05/14 08:16:05 pettai Exp $
#
DISTNAME= knot-1.2.0
CATEGORIES= net
MASTER_SITES= https://secure.nic.cz/files/knot-dns/
FETCH_USING= curl
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://www.knot-dns.cz/
COMMENT= Knot (auth) DNS server
LICENSE= gnu-gpl-v3
BUILD_DEFS+= VARBASE
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/knot
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/knot
USE_LIBTOOL= yes
USE_TOOLS+= bison flex gmake
RCD_SCRIPTS= knot
EGDIR= ${PREFIX}/share/examples/knot
KNOT_SYSCONFDIR= ${PKG_SYSCONFDIR}/knot
SUBST_CLASSES+= paths
SUBST_FILES.paths= ${WRKSRC}/samples/Makefile.in
SUBST_STAGE.paths= post-patch
SUBST_SED.paths= -e 's,@EGDIR@,${EGDIR},'
CONF_FILES= ${EGDIR}/knot.sample.conf \
${KNOT_SYSCONFDIR}/knot.sample.conf
CONF_FILES+= ${EGDIR}/example.com.zone \
${KNOT_SYSCONFDIR}/example.com.zone
INSTALLATION_DIRS= ${EGDIR} ${KNOT_SYSCONFDIR}
OWN_DIRS+= ${VARBASE}/knot
.include "../../devel/userspace-rcu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"