diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-10-17 06:53:13 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-10-17 06:53:13 +0800 |
commit | de07551df3e0c27dabb9f4b0e2761823eb56cbb9 (patch) | |
tree | 659a66025359d47cce676e53308729e85d4f386e /dns | |
parent | c386276cef34dd4b33394c2d24bcdcce3cb6b91e (diff) | |
download | freebsd-ports-gnome-de07551df3e0c27dabb9f4b0e2761823eb56cbb9.tar.gz freebsd-ports-gnome-de07551df3e0c27dabb9f4b0e2761823eb56cbb9.tar.zst freebsd-ports-gnome-de07551df3e0c27dabb9f4b0e2761823eb56cbb9.zip |
Update to 9.11.12.
Changes: https://downloads.isc.org/isc/bind9/9.11.12/RELEASE-NOTES-bind-9.11.12.html
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind911/Makefile | 2 | ||||
-rw-r--r-- | dns/bind911/distinfo | 6 | ||||
-rw-r--r-- | dns/bind911/files/patch-configure | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index d5a4f8a92b78..4aec51367826 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -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.11 +ISCVERSION= 9.11.12 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind911/distinfo b/dns/bind911/distinfo index 27027176b422..ace3ca97bba1 100644 --- a/dns/bind911/distinfo +++ b/dns/bind911/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1568842315 -SHA256 (bind-9.11.11.tar.gz) = 615230336645e494d0125a3e92cf1c0f956b7408378aca66667b44eaa9de8a6b -SIZE (bind-9.11.11.tar.gz) = 8176146 +TIMESTAMP = 1571265328 +SHA256 (bind-9.11.12.tar.gz) = c24a9734fefe5d78e8e15dcc3699683f57a4a2f00503bb2b5acdf2872211b8a3 +SIZE (bind-9.11.12.tar.gz) = 8180761 diff --git a/dns/bind911/files/patch-configure b/dns/bind911/files/patch-configure index 23862c8d9cb0..9151111aa8d1 100644 --- a/dns/bind911/files/patch-configure +++ b/dns/bind911/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2019-08-13 12:48:15 UTC +--- configure.orig 2019-10-02 06:55:45 UTC +++ configure -@@ -15628,27 +15628,9 @@ done +@@ -15626,27 +15626,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $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 -@@ -15691,47 +15673,7 @@ $as_echo "no" >&6; } ;; +@@ -15689,47 +15671,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -24716,7 +24658,7 @@ $as_echo "" >&6; } +@@ -24663,7 +24605,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |