pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind916 net/bind916: add patch for map zone file p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/629fd08712f4
branches:  trunk
changeset: 457207:629fd08712f4
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Aug 21 03:55:54 2021 +0000

description:
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:

 net/bind916/Makefile |  7 ++++++-
 net/bind916/distinfo |  6 +++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 29afb4b66bb0 -r 629fd08712f4 net/bind916/Makefile
--- a/net/bind916/Makefile      Sat Aug 21 01:28:08 2021 +0000
+++ b/net/bind916/Makefile      Sat Aug 21 03:55:54 2021 +0000
@@ -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@localhost
 HOMEPAGE=      https://www.isc.org/software/bind/
 COMMENT=       Berkeley Internet Name Daemon implementation of DNS, version 9.16
diff -r 29afb4b66bb0 -r 629fd08712f4 net/bind916/distinfo
--- a/net/bind916/distinfo      Sat Aug 21 01:28:08 2021 +0000
+++ b/net/bind916/distinfo      Sat Aug 21 03:55:54 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index