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/bind95 | |
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/bind95')
-rw-r--r-- | dns/bind95/Makefile | 4 | ||||
-rw-r--r-- | dns/bind95/distinfo | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 6f624bf7c3c3..651e5907e0fb 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind95 -PORTVERSION= 9.5.1.2 +PORTVERSION= 9.5.1.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.5.1-P2 +ISCVERSION= 9.5.1-P3 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo index 5e48f7747461..86b850109f2b 100644 --- a/dns/bind95/distinfo +++ b/dns/bind95/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.5.1-P2.tar.gz) = 0778fe5dbf8ef8477032e9f6a33ed9b0 -SHA256 (bind-9.5.1-P2.tar.gz) = c72fffbba3be1e00109e780fafb83cf1aa3a122ad825b01be71182e82b019560 -SIZE (bind-9.5.1-P2.tar.gz) = 6690701 -MD5 (bind-9.5.1-P2.tar.gz.asc) = f702083baa1d0d03e7c7046c20a5acd6 -SHA256 (bind-9.5.1-P2.tar.gz.asc) = 655164b43b23ae84000a913157fcac30229078f6f918a217053dd52bdffec257 -SIZE (bind-9.5.1-P2.tar.gz.asc) = 479 +MD5 (bind-9.5.1-P3.tar.gz) = a25a93711c2498bca7e8f208aab0c896 +SHA256 (bind-9.5.1-P3.tar.gz) = 81dfb6ef4d5b1fc5adb24b4b099cf7fc94c785d04f4c96b634d35ec98758560a +SIZE (bind-9.5.1-P3.tar.gz) = 6690806 +MD5 (bind-9.5.1-P3.tar.gz.asc) = 7dcab3d28be6635490798b34f35b64f9 +SHA256 (bind-9.5.1-P3.tar.gz.asc) = 66258d1578b4d33cb726a25b41dc5d1d38bdaff513cc71e98f7f71a691c1c7c8 +SIZE (bind-9.5.1-P3.tar.gz.asc) = 481 |