diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-13 17:38:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-13 17:38:28 +0000 |
commit | c39c3d4a40492564d6650a3b4f17bda39bdfe308 (patch) | |
tree | 7f7d3aefe2e8760bfd83f848f1a802d2a41e1b50 /dns/bind96 | |
parent | 45b3ee8d1ac8565ac1e2e36df100d50b5073411d (diff) |
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
Notes
Notes:
svn path=/head/; revision=339612
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 5 | ||||
-rw-r--r-- | dns/bind96/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 019868ed9aa9..12cc8be043d6 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bind96 -PORTVERSION= 9.6.3.2.ESV.R10 -PORTREVISION= 4 +PORTVERSION= 9.6.3.2.ESV.R10.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 threads LICENSE= ISCL # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.6-ESV-R10 +ISCVERSION= 9.6-ESV-R10-P2 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index 9f5f0a6161af..37c5a1f4264b 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1,2 +1,2 @@ -SHA256 (bind-9.6-ESV-R10.tar.gz) = f34e24a7d4bd41eedd7b781fbca3f8dc29e6f677be3b9f418f8581debbc4a66c -SIZE (bind-9.6-ESV-R10.tar.gz) = 6420776 +SHA256 (bind-9.6-ESV-R10-P2.tar.gz) = 1b131ef3a3b27a7916815ec5f4a87f0d9f5ac0669df21c7ec75ba18a13238eda +SIZE (bind-9.6-ESV-R10-P2.tar.gz) = 6421474 |