diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-07-28 22:13:34 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-07-28 22:13:34 +0000 |
commit | bb1cfdfe1fd1945f99a5191ac2ded6e35826bea5 (patch) | |
tree | b25942d9bad008a79b34ef00e3f67bfacd61c295 /dns/bind94/Makefile | |
parent | cd0293979b15eb064c04a20f78b74b296e45ea66 (diff) |
Update to patched versions which address a remote DoS vulnerability:
Receipt of a specially-crafted dynamic update message may
cause BIND 9 servers to exit. This vulnerability affects all
servers -- it is not limited to those that are configured to
allow dynamic updates. Access controls will not provide an
effective workaround.
More details can be found here: https://www.isc.org/node/474
All BIND users are encouraged to update to a patched version ASAP.
Notes
Notes:
svn path=/head/; revision=238566
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r-- | dns/bind94/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 245125108e96..d73f3d93dd58 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind94 -PORTVERSION= 9.4.3.2 +PORTVERSION= 9.4.3.3 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.4.3-P2 +ISCVERSION= 9.4.3-P3 MAKE_JOBS_UNSAFE= yes |