diff options
author | dougb <dougb@FreeBSD.org> | 2008-08-02 15:01:20 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-08-02 15:01:20 +0800 |
commit | b71943b695e69669b7eead5c7c5d8a3f226edec2 (patch) | |
tree | 8f3f4c1dcc94b9f36441fcf3339694c1ae2f90c5 /dns/bind96 | |
parent | 87c87e17b3c4877a024f0a2e5e8bcb6ca7134c40 (diff) | |
download | freebsd-ports-gnome-b71943b695e69669b7eead5c7c5d8a3f226edec2.tar.gz freebsd-ports-gnome-b71943b695e69669b7eead5c7c5d8a3f226edec2.tar.zst freebsd-ports-gnome-b71943b695e69669b7eead5c7c5d8a3f226edec2.zip |
Update to patchlevel 2 for all versions:
- performance improvement over the P1 releases, namely
+ significantly remedying the port allocation issues
+ allowing TCP queries and zone transfers while issuing as many
outstanding UDP queries as possible
+ additional security of port randomization at the same level as P1
- also includes fixes for several bugs in the 9.5.0 base code
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 4 | ||||
-rw-r--r-- | dns/bind96/distinfo | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index bb0377e53f5e..b7dc0dd99c17 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind95 -PORTVERSION= 9.5.0.1 +PORTVERSION= 9.5.0.2 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.0-P1 +ISCVERSION= 9.5.0-P2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index ffc5ca2b6a02..b91911508b36 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.5.0-P1.tar.gz) = a4f9dd6d205d24ec89fa4e44d8188197 -SHA256 (bind-9.5.0-P1.tar.gz) = a0a726a83ae0b576a602494c8cda2b03041c5cf09b6423117ff42979c675374d -SIZE (bind-9.5.0-P1.tar.gz) = 6622200 -MD5 (bind-9.5.0-P1.tar.gz.asc) = f0efeb024f8d0a87792424a030f84883 -SHA256 (bind-9.5.0-P1.tar.gz.asc) = 47117588c2139e91944346d17e176f31af519e1a3376fb54016fefea09a946a4 -SIZE (bind-9.5.0-P1.tar.gz.asc) = 479 +MD5 (bind-9.5.0-P2.tar.gz) = 16c893f73a394c8cc36d7900cb9bb801 +SHA256 (bind-9.5.0-P2.tar.gz) = e614450ddaa9ac9ad0138c4da536ea6443e70455f99ef3dcaca8067b5a846a3c +SIZE (bind-9.5.0-P2.tar.gz) = 6627081 +MD5 (bind-9.5.0-P2.tar.gz.asc) = e994843f10d955d571e66a9063c5c245 +SHA256 (bind-9.5.0-P2.tar.gz.asc) = ea02955c39409f8d2fa6f0867f91761d31859142d3c8fac76454082db3c13ede +SIZE (bind-9.5.0-P2.tar.gz.asc) = 194 |