Update to 9.9.2-P2
Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688] Security: CVE-2013-2266
This commit is contained in:
parent
3311832790
commit
baa44623f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315356
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bind99
|
||||
PORTVERSION= 9.9.2.1
|
||||
PORTVERSION= 9.9.2.2
|
||||
CATEGORIES= dns net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_ISC}
|
||||
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
|
||||
|
@ -13,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
|
|||
LICENSE= ISCL
|
||||
|
||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 9.9.2-P1
|
||||
ISCVERSION= 9.9.2-P2
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (bind-9.9.2-P1.tar.gz) = 4bce7c020402623333b655be5167ae8c52f30a6bfe9750caa3ab70da7d90219c
|
||||
SIZE (bind-9.9.2-P1.tar.gz) = 7277498
|
||||
SHA256 (bind-9.9.2-P2.tar.gz) = ff822734e3550969251411e20f6f7397d14a912613a42af423752e93fdb565d2
|
||||
SIZE (bind-9.9.2-P2.tar.gz) = 7277958
|
||||
SHA256 (9.9.2-rpz+rl.072.23-P1.patch) = 4afd63b44e3ecb2a782ca00542aea3c737a4de2a82c343cb15773fa3df17aef1
|
||||
SIZE (9.9.2-rpz+rl.072.23-P1.patch) = 177613
|
||||
|
|
Loading…
Reference in a new issue