Skip to content

Commit

Permalink
dns/bind916: update to 9.16.45
Browse files Browse the repository at this point in the history
(cherry picked from commit 538b565a0d4b3af57f4331b71ff5e4ef3cd03d75)
  • Loading branch information
mat813 committed Nov 15, 2023
1 parent 429ce19 commit 0640288
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions dns/bind916/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# pkg-help formatted with fmt 59 63

PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
DISTVERSION= 9.16.45
PORTREVISION= 0
CATEGORIES= dns net
MASTER_SITES= ISC/bind9/${ISCVERSION}
MASTER_SITES= ISC/bind9/${DISTVERSION}
PKGNAMESUFFIX= 916
DISTNAME= ${PORTNAME}-${ISCVERSION}
DISTNAME= ${PORTNAME}-${DISTVERSION}

MAINTAINER= mat@FreeBSD.org
COMMENT= BIND DNS suite with updated DNSSEC and DNS64
Expand All @@ -24,13 +24,11 @@ LIB_DEPENDS= libuv.so:devel/libuv \
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.44

CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
.if ${ISCVERSION:M*-*}
CPE_UPDATE= ${ISCVERSION:C/.*-//:tl}
CPE_VERSION= ${DISTVERSION:C/-.*//}
.if ${DISTVERSION:M*-*}
CPE_UPDATE= ${DISTVERSION:C/.*-//:tl}
.endif

GNU_CONFIGURE= yes
Expand Down
6 changes: 3 additions & 3 deletions dns/bind916/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1695220252
SHA256 (bind-9.16.44.tar.xz) = cfaa953c36d5ca42d9584fcf9653d07c85527b59687e7c4d4cb8071272db6754
SIZE (bind-9.16.44.tar.xz) = 5127328
TIMESTAMP = 1700062569
SHA256 (bind-9.16.45.tar.xz) = bacefa162e71d8e308d5372f6fc6b64e96947659f6ff4353198d8d782b26d66e
SIZE (bind-9.16.45.tar.xz) = 5127080

0 comments on commit 0640288

Please sign in to comment.