net/bind911: Update to 9.11.27
- Changelog: * Bug Fixes: - Multiple threads could attempt to destroy a single RBTDB instance at the same time, resulting in an unpredictable but low-probability assertion failure in free_rbtdb(). This has been fixed. [GL #2317] - Full changelog at: https://downloads.isc.org/isc/bind9/9.11.27/RELEASE-NOTES-bind-9.11.27.html
This commit is contained in:
parent
844dc7d5f9
commit
1e0e582c70
2 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.37 2021/01/29 18:00:20 otis Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2021/01/29 18:25:33 otis Exp $
|
||||
|
||||
DISTNAME= bind-${BIND_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/-P/pl/}
|
||||
|
@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]*
|
|||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
BIND_VERSION= 9.11.26
|
||||
BIND_VERSION= 9.11.27
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
|
@ -77,6 +77,7 @@ post-install:
|
|||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${DESTDIR}${PREFIX}/${DOCDIR}/arm
|
||||
|
||||
.include "../../mk/atomic64.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.26 2021/01/29 18:00:20 otis Exp $
|
||||
$NetBSD: distinfo,v 1.27 2021/01/29 18:25:33 otis Exp $
|
||||
|
||||
SHA1 (bind-9.11.26.tar.gz) = 14064c865920842e48f444be2bda9dc91770e439
|
||||
RMD160 (bind-9.11.26.tar.gz) = 801726934bc31ca8292fc8358e6a813186283365
|
||||
SHA512 (bind-9.11.26.tar.gz) = 7ec32ca50b7f552d6a0b16ec1e168a24ecbf33420b8df123f74c7b9f615b8267e3e6e973a72f3ce3912eb60e94ebfacbacb4ae3945ac587c73f7cf695b46ce00
|
||||
Size (bind-9.11.26.tar.gz) = 8286586 bytes
|
||||
SHA1 (bind-9.11.27.tar.gz) = faf60704548054914069bcf90c99b333d435b116
|
||||
RMD160 (bind-9.11.27.tar.gz) = 131a3d1ba6720df0d97d7b329f9524fa7f0e392c
|
||||
SHA512 (bind-9.11.27.tar.gz) = 62fee9158588902af2c1a2f6b4f10d500ce9834c8270809cd8c929a07db773785b3cb7295e556205968281e896fbb97a2f8a5784128ff337ba35d425023adce6
|
||||
Size (bind-9.11.27.tar.gz) = 8289413 bytes
|
||||
SHA1 (patch-bin_named_Makefile.in) = 3e5b98e3e0bdb701be679d3580d6d2d7609d655b
|
||||
SHA1 (patch-bin_named_server.c) = 0294d74eb3039049c4672a3de6eb371407bb382d
|
||||
SHA1 (patch-bin_pkcs11_pkcs11-keygen.c) = ca2671a5e3216a08a212cf893e070b01705ef9ee
|
||||
|
|
Loading…
Reference in a new issue