diff options
author | mat <mat@FreeBSD.org> | 2014-01-14 01:38:28 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-14 01:38:28 +0800 |
commit | 98d066140e7d7786576789bef5c73abe434b9c9d (patch) | |
tree | 7f7d3aefe2e8760bfd83f848f1a802d2a41e1b50 /dns/bind98 | |
parent | f12cec1f2abae96ae65c1d4d776381fcf790df35 (diff) | |
download | freebsd-ports-gnome-98d066140e7d7786576789bef5c73abe434b9c9d.tar.gz freebsd-ports-gnome-98d066140e7d7786576789bef5c73abe434b9c9d.tar.zst freebsd-ports-gnome-98d066140e7d7786576789bef5c73abe434b9c9d.zip |
Security update to fix CVE-2014-0591 as reported at
https://kb.isc.org/article/AA-01078/74/
9.9.4 -> 9.9.4-P2
9.8.6 -> 9.8.6-P2
9.6-ESV-R10 -> 9.6-ESV-R10-P2
Security: CVE-2014-0591 Remote DOS
Diffstat (limited to 'dns/bind98')
-rw-r--r-- | dns/bind98/Makefile | 5 | ||||
-rw-r--r-- | dns/bind98/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 2bc1c440a64e..30b38c3cb1da 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bind98 -PORTVERSION= 9.8.6 -PORTREVISION= 8 +PORTVERSION= 9.8.6.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -14,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.8.6 +ISCVERSION= 9.8.6-P2 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index b54773cfe289..650e59274e20 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.6.tar.gz) = 01cc3a0105b47833b99e61b69acd824be4eeefd6557fffa26eced8e03f1249cd -SIZE (bind-9.8.6.tar.gz) = 7275769 +SHA256 (bind-9.8.6-P2.tar.gz) = e5c87bdf102ac5b2563955393a2f4805e7574dc7addd03d18152c2f70befedeb +SIZE (bind-9.8.6-P2.tar.gz) = 7275835 SHA256 (rpz2+rl-9.8.6.patch) = 76b988205ce17034ff6c03cff943d0e579a5a46dbc47e1fac83704c88fb96d79 SIZE (rpz2+rl-9.8.6.patch) = 348361 |