diff options
author | dougb <dougb@FreeBSD.org> | 2002-02-04 05:37:34 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-02-04 05:37:34 +0800 |
commit | eee6bfcfe124b2bed2e596f5f2139cb459a5eec9 (patch) | |
tree | 4623cd470f812238a9227b71f106cb26f399ce43 /net/bind8 | |
parent | 31fa50743c52b093fc28d516e47ae83d88d9e585 (diff) | |
download | freebsd-ports-gnome-eee6bfcfe124b2bed2e596f5f2139cb459a5eec9.tar.gz freebsd-ports-gnome-eee6bfcfe124b2bed2e596f5f2139cb459a5eec9.tar.zst freebsd-ports-gnome-eee6bfcfe124b2bed2e596f5f2139cb459a5eec9.zip |
Upgrade to 8.3.1, an urgent bugfix release. To quote from the release
notes, "If you have BIND 8.3.0 you need to upgrade." See
/usr/local/share/doc/bind8/CHANGES for a complete list, but the most
important change is:
1324. [bug] certian bad delegations could result in a DNS storm.
Diffstat (limited to 'net/bind8')
-rw-r--r-- | net/bind8/Makefile | 2 | ||||
-rw-r--r-- | net/bind8/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index a4fcdcd812bd..fdabcebbbea2 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -11,7 +11,7 @@ # you can generally build it cleanly from the source. - Doug PORTNAME= bind -PORTVERSION= 8.3.0 +PORTVERSION= 8.3.1 CATEGORIES?= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \ ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \ diff --git a/net/bind8/distinfo b/net/bind8/distinfo index 6867b5172163..71da218312d8 100644 --- a/net/bind8/distinfo +++ b/net/bind8/distinfo @@ -1,2 +1,2 @@ -MD5 (bind-src.tar.gz) = bed3de4829ca7267368a4a61b72522e4 -MD5 (bind-doc.tar.gz) = dc275e489b89cccc52a2631f1f22c7ad +MD5 (bind-src.tar.gz) = ee0535239e3b254e98d7efe53f4d0fe7 +MD5 (bind-doc.tar.gz) = 54c63ec52daf69d52668299ada2dac68 |