diff options
author | dougb <dougb@FreeBSD.org> | 2007-07-25 06:02:16 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-07-25 06:02:16 +0800 |
commit | 4baa52b71aab9d876ae3ddd2ef64791b93526222 (patch) | |
tree | 6bd3989e58974276552395f1900acf1f7692befc /dns/bind94/distinfo | |
parent | 2af50d76e920a990bf163a42f7258801e2bc53c1 (diff) | |
download | freebsd-ports-gnome-4baa52b71aab9d876ae3ddd2ef64791b93526222.tar.gz freebsd-ports-gnome-4baa52b71aab9d876ae3ddd2ef64791b93526222.tar.zst freebsd-ports-gnome-4baa52b71aab9d876ae3ddd2ef64791b93526222.zip |
Update to 9.4.1-P1, which has fixes for the following:
1. The default access control lists (acls) are not being
correctly set. If not set anyone can make recursive queries
and/or query the cache contents.
See also:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2925
2. The DNS query id generation is vulnerable to cryptographic
analysis which provides a 1 in 8 chance of guessing the next
query id for 50% of the query ids. This can be used to perform
cache poisoning by an attacker.
This bug only affects outgoing queries, generated by BIND 9 to
answer questions as a resolver, or when it is looking up data
for internal uses, such as when sending NOTIFYs to slave name
servers.
All users are encouraged to upgrade.
See also:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926
Diffstat (limited to 'dns/bind94/distinfo')
-rw-r--r-- | dns/bind94/distinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo index 7c87fd2ddb58..f3523f39911c 100644 --- a/dns/bind94/distinfo +++ b/dns/bind94/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.4.1.tar.gz) = 09b54d35036cb0423b2e618f21766285 -SHA256 (bind-9.4.1.tar.gz) = 79c671ec6c32d84984a5a07e691dbed57a744c3602837cc8e3f4fd0e450a42fa -SIZE (bind-9.4.1.tar.gz) = 6334215 -MD5 (bind-9.4.1.tar.gz.asc) = 3307afb0990b02d78dd8cf96c139c6d5 -SHA256 (bind-9.4.1.tar.gz.asc) = 80ea9d915840730cc23e0f5487dd9e795dfc3dd6cd122c79fd4ca83a399d80b5 -SIZE (bind-9.4.1.tar.gz.asc) = 479 +MD5 (bind-9.4.1-P1.tar.gz) = 44e0514e6105ddaa235394045d9aeb0c +SHA256 (bind-9.4.1-P1.tar.gz) = 912d07be9a6b4fa180d38637bf32ac4e802b087e46fbbf2a76314ecc3444b693 +SIZE (bind-9.4.1-P1.tar.gz) = 6341409 +MD5 (bind-9.4.1-P1.tar.gz.asc) = 2d93fd12d3aa9895c23c09784f7fe0b7 +SHA256 (bind-9.4.1-P1.tar.gz.asc) = b66a7ad4a8dd2a375fb961ab9b8a744fa55b034c0b7233b4490b6351e36f5030 +SIZE (bind-9.4.1-P1.tar.gz.asc) = 478 |