mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 9.8.0rc1, the latest from ISC:
* The ADB hash table stores informations about which authoritative servers to query about particular domains. Previous versions of BIND had the hash table size as a fixed value. On a busy recursive server, this could lead to hash table collisions in the ADB cache, resulting in degraded response time to queries. Bind 9.8 now has a dynamically scalable ADB hash table, which helps a busy server to avoid hash table collisions and maintain a consistent query response time.
This commit is contained in:
parent
29ea282225
commit
aeedf88383
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269174
@ -12,7 +12,7 @@
|
||||
# release you can generally build it cleanly from the source - Doug
|
||||
|
||||
PORTNAME= bind98
|
||||
PORTVERSION= 9.8.0.b1
|
||||
PORTVERSION= 9.8.0.r1
|
||||
PKGNAMESUFFIX= -devel
|
||||
CATEGORIES= dns net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_ISC} \
|
||||
@ -26,7 +26,7 @@ MAINTAINER= dougb@FreeBSD.org
|
||||
COMMENT= The BIND DNS suite with updated DNSSEC and DNS64
|
||||
|
||||
# ISC releases things like 9.4.0b3, which our versioning doesn't like
|
||||
ISCVERSION= 9.8.0b1
|
||||
ISCVERSION= 9.8.0rc1
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (bind-9.8.0b1.tar.gz) = 257c14d68759c4ff14fe3cfc34ea4ec7a5b454961b10618d9bec9e24286396eb
|
||||
SIZE (bind-9.8.0b1.tar.gz) = 7695239
|
||||
SHA256 (bind-9.8.0b1.tar.gz.asc) = b198d4d7ed44f0c0ffd16792b6fb9d1acc41ecc540adc0ebb538be4b90499aac
|
||||
SIZE (bind-9.8.0b1.tar.gz.asc) = 480
|
||||
SHA256 (bind-9.8.0rc1.tar.gz) = 04bb0f6655bfe729965b027f317f422528ec7684ddecc0b9b83682eb89a88a27
|
||||
SIZE (bind-9.8.0rc1.tar.gz) = 7700083
|
||||
SHA256 (bind-9.8.0rc1.tar.gz.asc) = 3e4175db7511ff6832d6a0505888b5d49f1db47f48b82d5b619dda4fa0bd4053
|
||||
SIZE (bind-9.8.0rc1.tar.gz.asc) = 481
|
||||
|
Loading…
Reference in New Issue
Block a user