diff options
author | dougb <dougb@FreeBSD.org> | 2009-07-29 06:13:34 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-07-29 06:13:34 +0800 |
commit | 1a1659a2958c37d0cf81c637bdc6e27afcc27d4e (patch) | |
tree | 44bac852fd04fa5d96b503586f74bd4f5014af2e /dns/bind94 | |
parent | b97b2d31fbbe4ec04443cf81f25e07f0287038c7 (diff) | |
download | freebsd-ports-gnome-1a1659a2958c37d0cf81c637bdc6e27afcc27d4e.tar.gz freebsd-ports-gnome-1a1659a2958c37d0cf81c637bdc6e27afcc27d4e.tar.zst freebsd-ports-gnome-1a1659a2958c37d0cf81c637bdc6e27afcc27d4e.zip |
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.
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 4 | ||||
-rw-r--r-- | dns/bind94/distinfo | 12 |
2 files changed, 8 insertions, 8 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 diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo index 57eea005576e..f58dfd9fa8cd 100644 --- a/dns/bind94/distinfo +++ b/dns/bind94/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.4.3-P2.tar.gz) = 91dff2af18475e14863051c93255a59a -SHA256 (bind-9.4.3-P2.tar.gz) = fb7c9964942ecc07606bb8d4361bf9d9bd8091e059fea1b56e6a0972f99b1ba1 -SIZE (bind-9.4.3-P2.tar.gz) = 6544865 -MD5 (bind-9.4.3-P2.tar.gz.asc) = 354aebc01f95440506d5de50305f0b9d -SHA256 (bind-9.4.3-P2.tar.gz.asc) = f8c6e3f749affdfd042929abab40d3a83dec74d0271555c2bdbb72d24a954477 -SIZE (bind-9.4.3-P2.tar.gz.asc) = 479 +MD5 (bind-9.4.3-P3.tar.gz) = ed357d3d18dcfa97723f91d9219caa8c +SHA256 (bind-9.4.3-P3.tar.gz) = cf1186b9f9bb993053e49f7c9bc22a1f218266cc6112d4e668a56ab8861a2b6d +SIZE (bind-9.4.3-P3.tar.gz) = 6544968 +MD5 (bind-9.4.3-P3.tar.gz.asc) = af8615dadd69bc94dbfa41a0dbff37ef +SHA256 (bind-9.4.3-P3.tar.gz.asc) = c973d143a49e585a3cb9cf8f2019f234317593d7a7be76b52dc83e127dd10208 +SIZE (bind-9.4.3-P3.tar.gz.asc) = 481 |