diff options
author | dougb <dougb@FreeBSD.org> | 2009-11-30 10:46:12 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-11-30 10:46:12 +0800 |
commit | 8c3e3a35a3e5faa24bf189e0631852555dbc4e67 (patch) | |
tree | 3f0d8944481b8e6d47a8487c8af0720a9f7ba466 /dns/bind95 | |
parent | 90958885c2edaaa238a4430d85e81c0287b886ce (diff) | |
download | freebsd-ports-graphics-8c3e3a35a3e5faa24bf189e0631852555dbc4e67.tar.gz freebsd-ports-graphics-8c3e3a35a3e5faa24bf189e0631852555dbc4e67.tar.zst freebsd-ports-graphics-8c3e3a35a3e5faa24bf189e0631852555dbc4e67.zip |
Update to the latest patchlevels for BINDs 9.[456]. The vulnerability
this is designed to fix is related to DNSSEC validation on a resolving
name server that allows access to untrusted users. If your system does
not fall into all 3 of these categories you do not need to update
immediately.
Diffstat (limited to 'dns/bind95')
-rw-r--r-- | dns/bind95/Makefile | 5 | ||||
-rw-r--r-- | dns/bind95/distinfo | 12 |
2 files changed, 8 insertions, 9 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 0bf348bd6d9..489e12bc421 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -12,8 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind95 -PORTVERSION= 9.5.2 -PORTREVISION= 1 +PORTVERSION= 9.5.2.1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -26,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.5.2 +ISCVERSION= 9.5.2-P1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo index d8174cbedbe..b5713997152 100644 --- a/dns/bind95/distinfo +++ b/dns/bind95/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.5.2.tar.gz) = d1bd3e81bad99bffcf89059b29acc22d -SHA256 (bind-9.5.2.tar.gz) = 9ab9cbe28000bc5033593d8032cd770642da053e2a8ac1ccf41146d11c455bd6 -SIZE (bind-9.5.2.tar.gz) = 6798531 -MD5 (bind-9.5.2.tar.gz.asc) = c86b1669cba8aebf77f04b4a24cc4239 -SHA256 (bind-9.5.2.tar.gz.asc) = 20f82c238efe8dcecfa7edcbcb94306de68ad62763e04ab1252c0110c4338206 -SIZE (bind-9.5.2.tar.gz.asc) = 479 +MD5 (bind-9.5.2-P1.tar.gz) = e3c691aa8d6b1a7ad4691fbb49f3cc58 +SHA256 (bind-9.5.2-P1.tar.gz) = ad892a8914fe6765621e0fa01b4acec5cf5487157ce93734f3f7d47ecccae5a0 +SIZE (bind-9.5.2-P1.tar.gz) = 6799718 +MD5 (bind-9.5.2-P1.tar.gz.asc) = 21382fa45433a2272171e8e718824335 +SHA256 (bind-9.5.2-P1.tar.gz.asc) = 3600ed113c6ebd95e0d72fcd5bce9c238e29a9be8579e9110079db5dc440f491 +SIZE (bind-9.5.2-P1.tar.gz.asc) = 481 |