diff options
author | roberto <roberto@FreeBSD.org> | 2013-07-27 06:05:05 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2013-07-27 06:05:05 +0800 |
commit | 1485fd1279ffb073df5093ff9c18d57b4ca2a070 (patch) | |
tree | 7847e14704312b775c65c3bbd0987e7cb1cf360e | |
parent | f3f8e1b0a6d3288a3de1853a594ecdde342d75f3 (diff) | |
download | freebsd-ports-gnome-1485fd1279ffb073df5093ff9c18d57b4ca2a070.tar.gz freebsd-ports-gnome-1485fd1279ffb073df5093ff9c18d57b4ca2a070.tar.zst freebsd-ports-gnome-1485fd1279ffb073df5093ff9c18d57b4ca2a070.zip |
Security update to fix CVE-2013-4854 as reported at
https://kb.isc.org/article/AA-01015/0
9.9.3-p1 -> 9.9.3-P2
9.8.5-p1 -> 9.8.5-P2
9.6.x is not affected, neither is 10.x.
Security: CVE-2013-4854 Remote DOS
-rw-r--r-- | dns/bind98/Makefile | 4 | ||||
-rw-r--r-- | dns/bind98/distinfo | 6 | ||||
-rw-r--r-- | dns/bind99/Makefile | 4 | ||||
-rw-r--r-- | dns/bind99/distinfo | 6 |
4 files changed, 8 insertions, 12 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 22e8ed91e161..9f986b81e3ea 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind98 -PORTVERSION= 9.8.5.1 +PORTVERSION= 9.8.5.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -13,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.5-P1 +ISCVERSION= 9.8.5-P2 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index af14d25c127a..bc5fa8152802 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,2 @@ -SHA256 (bind-9.8.5-P1.tar.gz) = f1aa010cef49c453e24f0cadedd1866dc7e3c9fd385f39ee3e68f3a4ba226cc6 -SIZE (bind-9.8.5-P1.tar.gz) = 7263322 -SHA256 (9.8.5-rpz+rl.156.01-P1.patch) = fdf306bf7a5cc8eb1dd5a400048aec788b3387934d350c46bbe0384b9ff76793 -SIZE (9.8.5-rpz+rl.156.01-P1.patch) = 323499 +SHA256 (bind-9.8.5-P2.tar.gz) = 4c0e25e69e6a4665295b2322df94647f020e93c86189c39f6860d7654a411f1e +SIZE (bind-9.8.5-P2.tar.gz) = 7262961 diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 1c8b413e2bf7..0dbd50b2f7c4 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= bind99 -PORTVERSION= 9.9.3.1 +PORTVERSION= 9.9.3.2 PORTREVISION?= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} @@ -14,7 +14,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.9.3-P1 +ISCVERSION= 9.9.3-P2 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo index fe142b73fe21..f88d8e531633 100644 --- a/dns/bind99/distinfo +++ b/dns/bind99/distinfo @@ -1,4 +1,2 @@ -SHA256 (bind-9.9.3-P1.tar.gz) = 1baa22e47c3b307c5fcc7aaf6700dd5953b5b9b7737d1e36117545af7bdbb435 -SIZE (bind-9.9.3-P1.tar.gz) = 7459819 -SHA256 (9.9.3-rpz+rl.156.01-P1.patch) = 32a3a9519266ea819855a9a7b2d8d5ff2b7f3f46094bef50610dfdcf53870da1 -SIZE (9.9.3-rpz+rl.156.01-P1.patch) = 324624 +SHA256 (bind-9.9.3-P2.tar.gz) = 5e8ab06c7b73f38b47ce9ad12ca0afa7c714bbba2f6b7421c26c0d8b84b6c678 +SIZE (bind-9.9.3-P2.tar.gz) = 7459422 |