diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2024-02-14 08:58:41 +0100 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2024-02-14 10:41:08 +0100 |
commit | 0650117f912915e1adc88efbbda5e7c62d95adce (patch) | |
tree | 30a8bfee926ece09bbc04038c2f4850e7a69b837 /dns/bind916/Makefile | |
parent | 0650116270b696b081bc1c041fcc6ab0787e99c4 (diff) | |
download | freebsd-ports-0650117f912915e1adc88efbbda5e7c62d95adce.zip |
dns/bind916: update to 9.16.48
Security: CVE-2023-4408, CVE-2023-5517, CVE-2023-5679, CVE-2023-6516, CVE-2023-50387, CVE-2023-50868
Diffstat (limited to 'dns/bind916/Makefile')
-rw-r--r-- | dns/bind916/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile index a5a78de13d54..96480f97fcff 100644 --- a/dns/bind916/Makefile +++ b/dns/bind916/Makefile @@ -1,8 +1,7 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.16.45 -PORTREVISION= 2 +DISTVERSION= 9.16.48 CATEGORIES= dns net MASTER_SITES= ISC/bind9/${DISTVERSION} PKGNAMESUFFIX= 916 |