diff options
Diffstat (limited to 'dns/bind9-devel/Makefile')
-rw-r--r-- | dns/bind9-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 85eebb0d2cbe..e55d42178ea2 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -49,13 +49,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools # XXX: remove tar:bz2 USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.19.1.2022.06.10 +ISCVERSION= 9.19.3.2022.06.16 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 189417c76b30fa89e3d7f1111d492f79dcd44a47 +GL_COMMIT= 84854b3f22b885ba4cfbf34697de4fbed1cad0a2 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} |