diff options
author | taca <taca@pkgsrc.org> | 2021-08-21 03:55:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-08-21 03:55:54 +0000 |
commit | 7508e5be26b86e9a50015d44aa7e1a8eb1414cf9 (patch) | |
tree | 239e4af0a0bdb69d6316145728b6c2e63a7db5b3 /net/bind916 | |
parent | b6d67b9253ea8702d4a9c8b013e9574b50d60b48 (diff) | |
download | pkgsrc-7508e5be26b86e9a50015d44aa7e1a8eb1414cf9.tar.gz |
net/bind916: add patch for map zone file problem
Add patch: <https://kb.isc.org/docs/map-zone-format-incompatibility-in-bind-9-16-20-and-9-17-17>.
Bump PKGREVISION.
Diffstat (limited to 'net/bind916')
-rw-r--r-- | net/bind916/Makefile | 7 | ||||
-rw-r--r-- | net/bind916/distinfo | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile index 4fd0b0ae989..389765c3115 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,11 +1,16 @@ -# $NetBSD: Makefile,v 1.24 2021/08/19 03:33:49 taca Exp $ +# $NetBSD: Makefile,v 1.25 2021/08/21 03:55:54 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ EXTRACT_SUFX= .tar.xz +PATCH_SITES= https://downloads.isc.org/isc/bind9/9.16.20/patches/ +PATCHFILES= bind-9.16.20-map-format-fix.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.isc.org/software/bind/ COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.16 diff --git a/net/bind916/distinfo b/net/bind916/distinfo index 5cff4793fad..9ae0e6f1d4b 100644 --- a/net/bind916/distinfo +++ b/net/bind916/distinfo @@ -1,5 +1,9 @@ -$NetBSD: distinfo,v 1.20 2021/08/19 03:33:49 taca Exp $ +$NetBSD: distinfo,v 1.21 2021/08/21 03:55:54 taca Exp $ +SHA1 (bind-9.16.20-map-format-fix.patch) = 8c3a0b8f5c375c798563ae597a23f4be482ab68f +RMD160 (bind-9.16.20-map-format-fix.patch) = 7a1beddce439359117f7b94befafacfd3e9a9121 +SHA512 (bind-9.16.20-map-format-fix.patch) = d9224712ee2c6f6d0ff483ed253497548935fe35f45e5bdf26c9bd25c6234adde00727df7eb49fbfbfb34aad9d9fa0f112e900804794ad90a5cd8a64e9db61c6 +Size (bind-9.16.20-map-format-fix.patch) = 258 bytes SHA1 (bind-9.16.20.tar.xz) = 771bbb31ab0bfcf3f50effa0af4df6014853ac86 RMD160 (bind-9.16.20.tar.xz) = d8104c704a599b9d3bd4247bfe22ea0f8f60e559 SHA512 (bind-9.16.20.tar.xz) = bd4ffcc2589ca8f1ac228576ec11e86f317d5a78d7964a0a7ae70b2fa38831d5bd65c2e8c35d8190502de7139f85d8b080b3b8ee968811a8df78e5761781525d |