svn commit: r565906 - in head/dns/bind911: . files
Mathieu Arnold
mat at FreeBSD.org
Thu Feb 18 07:04:57 UTC 2021
Author: mat
Date: Thu Feb 18 07:04:55 2021
New Revision: 565906
URL: https://svnweb.freebsd.org/changeset/ports/565906
Log:
Update to 9.11.28
Security: CVE-2020-8625
Modified:
head/dns/bind911/Makefile (contents, props changed)
head/dns/bind911/distinfo (contents, props changed)
head/dns/bind911/files/patch-configure (contents, props changed)
Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile Thu Feb 18 06:51:15 2021 (r565905)
+++ head/dns/bind911/Makefile Thu Feb 18 07:04:55 2021 (r565906)
@@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
USES= cpe libedit pkgconfig
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.11.27
+ISCVERSION= 9.11.28
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
Modified: head/dns/bind911/distinfo
==============================================================================
--- head/dns/bind911/distinfo Thu Feb 18 06:51:15 2021 (r565905)
+++ head/dns/bind911/distinfo Thu Feb 18 07:04:55 2021 (r565906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611312288
-SHA256 (bind-9.11.27.tar.gz) = 4cf9f244e2ae63fb4cf846b87c89f3f7d15e83c075d65165ef89a8ff1b376702
-SIZE (bind-9.11.27.tar.gz) = 8289413
+TIMESTAMP = 1613395465
+SHA256 (bind-9.11.28.tar.gz) = 1090cbe6caba37c404d1075887da7e5282ae9a2bc6172d722df15cd480975e74
+SIZE (bind-9.11.28.tar.gz) = 8295208
Modified: head/dns/bind911/files/patch-configure
==============================================================================
--- head/dns/bind911/files/patch-configure Thu Feb 18 06:51:15 2021 (r565905)
+++ head/dns/bind911/files/patch-configure Thu Feb 18 07:04:55 2021 (r565906)
@@ -3,7 +3,7 @@
- Make sure only json-c is detected.
- Cleanup the BDB discovery code to find more recent versions.
---- configure.orig 2020-11-16 21:14:24 UTC
+--- configure.orig 2021-02-04 13:06:04 UTC
+++ configure
@@ -15692,27 +15692,9 @@ done
# problems start to show up.
@@ -124,7 +124,7 @@
have_libjson_c="yes"
else
as_fn_error $? "$use_libjson/include/json{,-c}/json.h not found." "$LINENO" 5
-@@ -24986,7 +24915,7 @@ $as_echo "" >&6; }
+@@ -24987,7 +24916,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).
More information about the svn-ports-all
mailing list