Update to BIND9 9.11.29.
Changes: https://downloads.isc.org/isc/bind9/9.11.29/RELEASE-NOTES-bind-9.11.29.html
This commit is contained in:
parent
b088b5dd0e
commit
c4f16514fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568799
3 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
|
||||||
USES= cpe libedit pkgconfig
|
USES= cpe libedit pkgconfig
|
||||||
|
|
||||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||||
ISCVERSION= 9.11.28
|
ISCVERSION= 9.11.29
|
||||||
|
|
||||||
CPE_VENDOR= isc
|
CPE_VENDOR= isc
|
||||||
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1613395465
|
TIMESTAMP = 1616162892
|
||||||
SHA256 (bind-9.11.28.tar.gz) = 1090cbe6caba37c404d1075887da7e5282ae9a2bc6172d722df15cd480975e74
|
SHA256 (bind-9.11.29.tar.gz) = c7bbc751cc6e9ba84038c55a29475ae004a71df8067127be73e4770de99e7b07
|
||||||
SIZE (bind-9.11.28.tar.gz) = 8295208
|
SIZE (bind-9.11.29.tar.gz) = 8297010
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- Make sure only json-c is detected.
|
- Make sure only json-c is detected.
|
||||||
- Cleanup the BDB discovery code to find more recent versions.
|
- Cleanup the BDB discovery code to find more recent versions.
|
||||||
|
|
||||||
--- configure.orig 2021-02-04 13:06:04 UTC
|
--- configure.orig 2021-03-09 12:49:28 UTC
|
||||||
+++ configure
|
+++ configure
|
||||||
@@ -15692,27 +15692,9 @@ done
|
@@ -15692,27 +15692,9 @@ done
|
||||||
# problems start to show up.
|
# problems start to show up.
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
DNS_GSSAPI_LIBS="$LIBS"
|
DNS_GSSAPI_LIBS="$LIBS"
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
|
||||||
@@ -18662,7 +18604,7 @@ case "$use_libjson" in
|
@@ -18670,7 +18612,7 @@ case "$use_libjson" in
|
||||||
auto|yes)
|
auto|yes)
|
||||||
for d in /usr /usr/local /opt/local
|
for d in /usr /usr/local /opt/local
|
||||||
do
|
do
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
then
|
then
|
||||||
if test ${d} != /usr
|
if test ${d} != /usr
|
||||||
then
|
then
|
||||||
@@ -18670,29 +18612,16 @@ case "$use_libjson" in
|
@@ -18678,29 +18620,16 @@ case "$use_libjson" in
|
||||||
LIBS="$LIBS -L${d}/lib"
|
LIBS="$LIBS -L${d}/lib"
|
||||||
fi
|
fi
|
||||||
have_libjson="yes"
|
have_libjson="yes"
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
have_libjson_c="yes"
|
have_libjson_c="yes"
|
||||||
else
|
else
|
||||||
as_fn_error $? "$use_libjson/include/json{,-c}/json.h not found." "$LINENO" 5
|
as_fn_error $? "$use_libjson/include/json{,-c}/json.h not found." "$LINENO" 5
|
||||||
@@ -24987,7 +24916,7 @@ $as_echo "" >&6; }
|
@@ -24995,7 +24924,7 @@ $as_echo "" >&6; }
|
||||||
# Check other locations for includes.
|
# Check other locations for includes.
|
||||||
# Order is important (sigh).
|
# Order is important (sigh).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue