update to Zonemaster::LDNS 2.2.0

This commit is contained in:
sthen 2021-06-03 17:39:35 +00:00
parent f721e023ae
commit 11135fe80f
3 changed files with 10 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2020/07/26 15:28:10 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2021/06/03 17:39:35 sthen Exp $
COMMENT= module to interface the DNS resolver using the ldns library
MODULES= cpan
CPAN_AUTHOR= ZNMSTR
DISTNAME= Zonemaster-LDNS-2.1.0
DISTNAME= Zonemaster-LDNS-2.2.0
CATEGORIES= net
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
@ -19,8 +19,10 @@ LIB_DEPENDS= devel/libidn \
net/ldns
TEST_DEPENDS= devel/p5-Test-Fatal
# --no-ed25519: requires openssl 1.1.1 for NID_ED25519 etc.
# --prefix-openssl: actually used for -lldns -lidn not openssl
CONFIGURE_ARGS= --no-internal-ldns \
--no-ed25519 \
--prefix-openssl=${LOCALBASE} # actually for -lldns -lidn not openssl
--prefix-openssl=${LOCALBASE}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Zonemaster-LDNS-2.1.0.tar.gz) = SrHsbLrV4rNKJfTp7AlGMd6eXOrvurtrZ94oD4qbps4=
SIZE (Zonemaster-LDNS-2.1.0.tar.gz) = 605228
SHA256 (Zonemaster-LDNS-2.2.0.tar.gz) = 7C5UdyS2d+0CWts4hnhIi9uEBoidMAAGYgPX6wn85MA=
SIZE (Zonemaster-LDNS-2.2.0.tar.gz) = 628025

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2020/07/26 15:28:10 sthen Exp $
@comment $OpenBSD: PLIST,v 1.3 2021/06/03 17:39:35 sthen Exp $
${P5ARCH}/
${P5ARCH}/Zonemaster/
${P5ARCH}/Zonemaster/LDNS/
@ -13,6 +13,7 @@ ${P5ARCH}/Zonemaster/LDNS/RR/AFSDB.pm
${P5ARCH}/Zonemaster/LDNS/RR/APL.pm
${P5ARCH}/Zonemaster/LDNS/RR/ATMA.pm
${P5ARCH}/Zonemaster/LDNS/RR/CAA.pm
${P5ARCH}/Zonemaster/LDNS/RR/CDNSKEY.pm
${P5ARCH}/Zonemaster/LDNS/RR/CDS.pm
${P5ARCH}/Zonemaster/LDNS/RR/CERT.pm
${P5ARCH}/Zonemaster/LDNS/RR/CNAME.pm
@ -95,6 +96,7 @@ ${P5ARCH}/auto/Zonemaster/LDNS/
@man man/man3p/Zonemaster::LDNS::RR::APL.3p
@man man/man3p/Zonemaster::LDNS::RR::ATMA.3p
@man man/man3p/Zonemaster::LDNS::RR::CAA.3p
@man man/man3p/Zonemaster::LDNS::RR::CDNSKEY.3p
@man man/man3p/Zonemaster::LDNS::RR::CDS.3p
@man man/man3p/Zonemaster::LDNS::RR::CERT.3p
@man man/man3p/Zonemaster::LDNS::RR::CNAME.3p