diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-10-28 06:17:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-10-28 06:19:47 +0000 |
commit | 43b84549fb478bdf8cbd77db6f2ca6b84ba22c72 (patch) | |
tree | a83e86d2b5d5a78c21bd774af9fd0e3192b109b0 /dns/bind916/Makefile | |
parent | b9bbd21cc84bb74418740be410cdd309d9c276c1 (diff) |
dns/bind916: update to 9.16.22
MFH: 2021Q4
Security: CVE-2021-25219
Diffstat (limited to 'dns/bind916/Makefile')
-rw-r--r-- | dns/bind916/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile index 3265d09cd51d..d94b6a22822a 100644 --- a/dns/bind916/Makefile +++ b/dns/bind916/Makefile @@ -40,7 +40,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.16.21 +ISCVERSION= 9.16.22 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} |