diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-09-16 21:10:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-09-16 21:10:34 +0000 |
commit | 22f149f3d104395e4e7fd8f5b12116b27a032bca (patch) | |
tree | 7f4e25428c5433b402943b76c87eee9953d63513 | |
parent | Update to v5.31.3-188-ge62a0811bc. (diff) |
Update to latest commit.
Notes
Notes:
svn path=/head/; revision=512189
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index e69200b1a6a7..b8b09364b24a 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -41,13 +41,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools # XXX: remove tar:bz2 USES= compiler:c11 cpe libedit pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.15.3a0.2019.08.30 +ISCVERSION= 9.15.3a0.2019.09.13 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 2367d61016304b19dadfadea70dffcab536ce4dc +GL_COMMIT= 3699545dace25859d5fe265cb9aeced22d883eb1 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 25fb061837a2..bacca2d52bb0 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567419416 -SHA256 (isc-projects-bind9-2367d61016304b19dadfadea70dffcab536ce4dc_GL0.tar.gz) = f5bbdd799f32ead9a46fda46ff78cbe17c6b6b05a8be725008f4d485f4317e6e -SIZE (isc-projects-bind9-2367d61016304b19dadfadea70dffcab536ce4dc_GL0.tar.gz) = 6337913 +TIMESTAMP = 1568666955 +SHA256 (isc-projects-bind9-3699545dace25859d5fe265cb9aeced22d883eb1_GL0.tar.gz) = dc8957993d1278fba7306968b0c63e3a00343bd56678f1b549655205dcd17a92 +SIZE (isc-projects-bind9-3699545dace25859d5fe265cb9aeced22d883eb1_GL0.tar.gz) = 6343436 diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index 228618f74756..89a72f864059 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,8 +1,8 @@ Fixup gssapi and db detection. ---- configure.orig 2019-08-12 08:39:30 UTC +--- configure.orig 2019-09-13 08:55:55 UTC +++ configure -@@ -17216,27 +17216,9 @@ done +@@ -17249,27 +17249,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -32,7 +32,7 @@ Fixup gssapi and db detection. { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -17279,47 +17261,7 @@ $as_echo "no" >&6; } ;; +@@ -17312,47 +17294,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -81,7 +81,7 @@ Fixup gssapi and db detection. DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22709,7 +22651,7 @@ $as_echo "" >&6; } +@@ -22742,7 +22684,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |