diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-09-06 18:42:40 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-09-06 18:42:40 +0000 |
commit | e1099e8d625965e3b168cbc912de30611b29d1e7 (patch) | |
tree | b05e9953c7beec7ed486b9c80fb1e25d74ab0142 /dns/bind96/Makefile | |
parent | 9ecc30b2603ed73df6416eb41fa043cbc50a5844 (diff) | |
download | ports-e1099e8d625965e3b168cbc912de30611b29d1e7.tar.gz ports-e1099e8d625965e3b168cbc912de30611b29d1e7.zip |
Upgrade to version 9.3.2-P1, which addresses the following security
vulnerabilities:
http://www.niscc.gov.uk/niscc/docs/re-20060905-00590.pdf?lang=en
2066. [security] Handle SIG queries gracefully. [RT #16300]
http://www.kb.cert.org/vuls/id/697164
1941. [bug] ncache_adderesult() should set eresult even if no
rdataset is passed to it. [RT #15642]
All users of BIND 9 are encouraged to upgrade to this version.
Notes
Notes:
svn path=/head/; revision=172416
Diffstat (limited to 'dns/bind96/Makefile')
-rw-r--r-- | dns/bind96/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index c4e19d815cf2..843831efd433 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= bind9 -PORTVERSION= 9.3.2 +PORTVERSION= 9.3.2.1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like -ISCVERSION= 9.3.2 +ISCVERSION= 9.3.2-P1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ |