diff options
-rw-r--r-- | dns/bind910/Makefile | 4 | ||||
-rw-r--r-- | dns/bind910/distinfo | 6 | ||||
-rw-r--r-- | dns/bind910/files/extrapatch-bind-min-override-ttl | 41 | ||||
-rw-r--r-- | dns/bind910/files/patch-configure | 8 | ||||
-rw-r--r-- | dns/bind910/pkg-plist | 2 | ||||
-rw-r--r-- | dns/bind911/Makefile | 4 | ||||
-rw-r--r-- | dns/bind911/distinfo | 6 | ||||
-rw-r--r-- | dns/bind911/files/extrapatch-bind-min-override-ttl | 36 | ||||
-rw-r--r-- | dns/bind911/files/patch-configure | 8 | ||||
-rw-r--r-- | dns/bind911/pkg-plist | 3 | ||||
-rw-r--r-- | dns/bind912/Makefile | 4 | ||||
-rw-r--r-- | dns/bind912/distinfo | 6 | ||||
-rw-r--r-- | dns/bind912/files/extrapatch-bind-min-override-ttl | 16 | ||||
-rw-r--r-- | dns/bind912/files/patch-configure | 8 | ||||
-rw-r--r-- | dns/bind99/Makefile | 4 | ||||
-rw-r--r-- | dns/bind99/distinfo | 6 | ||||
-rw-r--r-- | dns/bind99/files/extrapatch-bind-min-override-ttl | 39 | ||||
-rw-r--r-- | dns/bind99/files/patch-configure | 8 | ||||
-rw-r--r-- | dns/bind99/pkg-plist | 1 |
19 files changed, 113 insertions, 97 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index f58448a22e86..2e193355848b 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 910 @@ -19,7 +19,7 @@ DEPRECATED= Going out of support, please migrate to dns/bind911 EXPIRATION_DATE= 2018-06-30 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.6-P1 +ISCVERSION= 9.10.7 USES= cpe libedit diff --git a/dns/bind910/distinfo b/dns/bind910/distinfo index 8b4cefcbe8b1..cfc87ba346f5 100644 --- a/dns/bind910/distinfo +++ b/dns/bind910/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516059365 -SHA256 (bind-9.10.6-P1.tar.gz) = 9b8b4f6ecfc82a491774bf713d8a888b954c427526035eb715544438f36a2334 -SIZE (bind-9.10.6-P1.tar.gz) = 9452495 +TIMESTAMP = 1521455507 +SHA256 (bind-9.10.7.tar.gz) = e15e70982d966cd4b194ff483f5cc636c0017b054ae2e332ca3f28fe53f11660 +SIZE (bind-9.10.7.tar.gz) = 9171441 diff --git a/dns/bind910/files/extrapatch-bind-min-override-ttl b/dns/bind910/files/extrapatch-bind-min-override-ttl index 907582e3deba..0023d09c2338 100644 --- a/dns/bind910/files/extrapatch-bind-min-override-ttl +++ b/dns/bind910/files/extrapatch-bind-min-override-ttl @@ -1,17 +1,22 @@ ---- bin/named/config.c.orig 2018-01-04 05:35:08 UTC +--- bin/named/config.c.orig 2018-01-24 21:17:00 UTC +++ bin/named/config.c -@@ -154,6 +154,8 @@ options {\n\ - min-roots 2;\n\ - lame-ttl 600;\n\ +@@ -167,11 +167,13 @@ options {\n\ max-ncache-ttl 10800; /* 3 hours */\n\ -+ override-cache-ttl 0; /* do not override */\n\ -+ min-cache-ttl 0; /* no minimal, zero is allowed */\n\ - max-cache-ttl 604800; /* 1 week */\n\ - transfer-format many-answers;\n\ - max-cache-size 0;\n\ ---- bin/named/server.c.orig 2018-01-04 05:35:08 UTC + max-recursion-depth 7;\n\ + max-recursion-queries 75;\n\ ++ min-cache-ttl 0; /* no minimal, zero is allowed */\n\ + min-roots 2;\n\ + minimal-responses false;\n\ + notify-source *;\n\ + notify-source-v6 *;\n\ + nsec3-test-zone no;\n\ ++ override-cache-ttl 0; /* do not override */\n\ + provide-ixfr true;\n\ + query-source address *;\n\ + query-source-v6 address *;\n\ +--- bin/named/server.c.orig 2018-01-24 21:17:00 UTC +++ bin/named/server.c -@@ -2890,6 +2890,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -2854,6 +2854,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +33,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2018-01-04 05:35:08 UTC +--- lib/dns/include/dns/view.h.orig 2018-01-24 21:17:00 UTC +++ lib/dns/include/dns/view.h @@ -151,6 +151,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,9 +44,9 @@ dns_ttl_t maxncachettl; dns_ttl_t prefetch_trigger; dns_ttl_t prefetch_eligible; ---- lib/dns/resolver.c.orig 2018-01-04 05:35:08 UTC +--- lib/dns/resolver.c.orig 2018-01-24 21:17:00 UTC +++ lib/dns/resolver.c -@@ -5387,6 +5387,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5416,6 +5416,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -59,11 +64,11 @@ + /* * Enforce the configure maximum cache TTL. */ - if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2018-01-04 05:35:08 UTC + if (rdataset->ttl > res->view->maxcachettl) { +--- lib/isccfg/namedconf.c.orig 2018-01-24 21:17:00 UTC +++ lib/isccfg/namedconf.c -@@ -1591,6 +1591,8 @@ view_clauses[] = { - #endif +@@ -1600,6 +1600,8 @@ view_clauses[] = { + { "lame-ttl", &cfg_type_uint32, 0 }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizenodefault, 0 }, + { "override-cache-ttl", &cfg_type_uint32, 0 }, diff --git a/dns/bind910/files/patch-configure b/dns/bind910/files/patch-configure index d2220aa1251b..efa3bafd97f8 100644 --- a/dns/bind910/files/patch-configure +++ b/dns/bind910/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-07-24 05:31:21 UTC +--- configure.orig 2018-03-08 20:55:52 UTC +++ configure -@@ -14348,27 +14348,9 @@ done +@@ -14387,27 +14387,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 -@@ -14411,47 +14393,7 @@ $as_echo "no" >&6; } ;; +@@ -14450,47 +14432,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 -@@ -22036,7 +21978,7 @@ $as_echo "" >&6; } +@@ -22349,7 +22291,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). diff --git a/dns/bind910/pkg-plist b/dns/bind910/pkg-plist index 6dc746bdb47a..7186e8159f8c 100644 --- a/dns/bind910/pkg-plist +++ b/dns/bind910/pkg-plist @@ -159,6 +159,7 @@ include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h +include/isc/likely.h include/isc/list.h include/isc/log.h include/isc/magic.h @@ -259,6 +260,7 @@ include/pk11/pk11.h include/pk11/result.h include/pk11/site.h include/pkcs11/cryptoki.h +include/pkcs11/eddsa.h include/pkcs11/pkcs11.h include/pkcs11/pkcs11f.h include/pkcs11/pkcs11t.h diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 8d423ce45adf..ac5bbf5175f0 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 911 @@ -16,7 +16,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.2-P1 +ISCVERSION= 9.11.3 USES= cpe libedit diff --git a/dns/bind911/distinfo b/dns/bind911/distinfo index 4c6cf9846069..036488a510f5 100644 --- a/dns/bind911/distinfo +++ b/dns/bind911/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516059868 -SHA256 (bind-9.11.2-P1.tar.gz) = cec31548832fca3f85d95178d4019b7d702039e8595d4c93914feba337df1212 -SIZE (bind-9.11.2-P1.tar.gz) = 9783329 +TIMESTAMP = 1521455716 +SHA256 (bind-9.11.3.tar.gz) = 0d9dde14b2ec7f9cdc3b69f19540c7a2e4eee7b6c727965dfae48810965876f5 +SIZE (bind-9.11.3.tar.gz) = 9523375 diff --git a/dns/bind911/files/extrapatch-bind-min-override-ttl b/dns/bind911/files/extrapatch-bind-min-override-ttl index f3e60ead8667..d71dfd47f865 100644 --- a/dns/bind911/files/extrapatch-bind-min-override-ttl +++ b/dns/bind911/files/extrapatch-bind-min-override-ttl @@ -1,17 +1,17 @@ ---- bin/named/config.c.orig 2018-01-04 05:28:11 UTC +--- bin/named/config.c.orig 2018-01-24 21:23:16 UTC +++ bin/named/config.c -@@ -154,6 +154,8 @@ options {\n\ - lame-ttl 600;\n\ - servfail-ttl 1;\n\ - max-ncache-ttl 10800; /* 3 hours */\n\ -+ override-cache-ttl 0; /* do not override */\n\ -+ min-cache-ttl 0; /* no minimal, zero is allowed */\n\ - max-cache-ttl 604800; /* 1 week */\n\ - transfer-format many-answers;\n\ +@@ -171,6 +171,8 @@ options {\n\ + " max-acache-size 16M;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2018-01-04 05:28:11 UTC + max-cache-ttl 604800; /* 1 week */\n\ ++ min-cache-ttl 0; /* no minimal, zero is allowed */\n\ ++ override-cache-ttl 0; /* do not override */\n\ + max-clients-per-query 100;\n\ + max-ncache-ttl 10800; /* 3 hours */\n\ + max-recursion-depth 7;\n\ +--- bin/named/server.c.orig 2018-01-24 21:23:16 UTC +++ bin/named/server.c -@@ -3713,6 +3713,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3699,6 +3699,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2018-01-04 05:28:11 UTC +--- lib/dns/include/dns/view.h.orig 2018-01-24 21:23:16 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2018-01-04 05:28:11 UTC +--- lib/dns/resolver.c.orig 2018-01-24 21:23:16 UTC +++ lib/dns/resolver.c -@@ -5448,6 +5448,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5477,6 +5477,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -59,11 +59,11 @@ + /* * Enforce the configure maximum cache TTL. */ - if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2018-01-04 05:28:11 UTC + if (rdataset->ttl > res->view->maxcachettl) { +--- lib/isccfg/namedconf.c.orig 2018-01-24 21:23:16 UTC +++ lib/isccfg/namedconf.c -@@ -1765,6 +1765,8 @@ view_clauses[] = { - { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, +@@ -1766,6 +1766,8 @@ view_clauses[] = { + #endif { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, + { "override-cache-ttl", &cfg_type_uint32, 0 }, diff --git a/dns/bind911/files/patch-configure b/dns/bind911/files/patch-configure index 2783ccd128f9..bfc0685881cc 100644 --- a/dns/bind911/files/patch-configure +++ b/dns/bind911/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-07-24 05:36:50 UTC +--- configure.orig 2018-03-08 20:55:28 UTC +++ configure -@@ -14402,27 +14402,9 @@ done +@@ -14465,27 +14465,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 -@@ -14465,47 +14447,7 @@ $as_echo "no" >&6; } ;; +@@ -14528,47 +14510,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 -@@ -22825,7 +22767,7 @@ $as_echo "" >&6; } +@@ -23242,7 +23184,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). diff --git a/dns/bind911/pkg-plist b/dns/bind911/pkg-plist index 346480180355..9e34eb5b04ed 100644 --- a/dns/bind911/pkg-plist +++ b/dns/bind911/pkg-plist @@ -145,6 +145,7 @@ include/isc/commandline.h include/isc/condition.h include/isc/counter.h include/isc/crc64.h +include/isc/deprecated.h include/isc/dir.h include/isc/entropy.h include/isc/errno.h @@ -170,6 +171,7 @@ include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h +include/isc/likely.h include/isc/list.h include/isc/log.h include/isc/magic.h @@ -271,6 +273,7 @@ include/pk11/pk11.h include/pk11/result.h include/pk11/site.h include/pkcs11/cryptoki.h +include/pkcs11/eddsa.h include/pkcs11/pkcs11.h include/pkcs11/pkcs11f.h include/pkcs11/pkcs11t.h diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index ce4d3476be42..68c6cdcb60b0 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind912 here -PORTREVISION= 3 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -30,7 +30,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0 +ISCVERSION= 9.12.1 USES= cpe libedit diff --git a/dns/bind912/distinfo b/dns/bind912/distinfo index 0ebf6ef9c9a0..3a70d5bc5eb2 100644 --- a/dns/bind912/distinfo +++ b/dns/bind912/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516788319 -SHA256 (bind-9.12.0.tar.gz) = 29870e9bf9dcc31ead3793ca754a7b0236a0785a7a9dc0f859a0bc42e19b3c82 -SIZE (bind-9.12.0.tar.gz) = 9282550 +TIMESTAMP = 1521456447 +SHA256 (bind-9.12.1.tar.gz) = 16e446425c35e48b651ddf1171d2115ebf32b07670b652e1030a174038937510 +SIZE (bind-9.12.1.tar.gz) = 9302783 diff --git a/dns/bind912/files/extrapatch-bind-min-override-ttl b/dns/bind912/files/extrapatch-bind-min-override-ttl index 38bcd84f023e..4fe88beb8264 100644 --- a/dns/bind912/files/extrapatch-bind-min-override-ttl +++ b/dns/bind912/files/extrapatch-bind-min-override-ttl @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2018-01-12 19:49:09 UTC +--- bin/named/config.c.orig 2018-02-18 05:26:12 UTC +++ bin/named/config.c @@ -176,12 +176,14 @@ options {\n\ max-recursion-queries 75;\n\ @@ -15,9 +15,9 @@ provide-ixfr true;\n\ query-source address *;\n\ query-source-v6 address *;\n\ ---- bin/named/server.c.orig 2018-01-12 19:49:09 UTC +--- bin/named/server.c.orig 2018-02-18 05:26:12 UTC +++ bin/named/server.c -@@ -4067,6 +4067,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4074,6 +4074,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -34,7 +34,7 @@ result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2018-01-12 19:49:09 UTC +--- lib/dns/include/dns/view.h.orig 2018-02-18 05:26:12 UTC +++ lib/dns/include/dns/view.h @@ -145,6 +145,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -45,9 +45,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2018-01-12 19:49:09 UTC +--- lib/dns/resolver.c.orig 2018-02-18 05:26:12 UTC +++ lib/dns/resolver.c -@@ -5758,6 +5758,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5762,6 +5762,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -66,9 +66,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2018-01-12 19:49:09 UTC +--- lib/isccfg/namedconf.c.orig 2018-02-18 05:26:12 UTC +++ lib/isccfg/namedconf.c -@@ -1909,6 +1909,8 @@ view_clauses[] = { +@@ -1910,6 +1910,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, CFG_CLAUSEFLAG_OBSOLETE }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, diff --git a/dns/bind912/files/patch-configure b/dns/bind912/files/patch-configure index 8bbd1c704b58..5fbe06fae97c 100644 --- a/dns/bind912/files/patch-configure +++ b/dns/bind912/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-12-06 17:32:49 UTC +--- configure.orig 2018-03-08 20:56:40 UTC +++ configure -@@ -14442,27 +14442,9 @@ done +@@ -14455,27 +14455,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 -@@ -14505,47 +14487,7 @@ $as_echo "no" >&6; } ;; +@@ -14518,47 +14500,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 -@@ -23145,7 +23087,7 @@ $as_echo "" >&6; } +@@ -23197,7 +23139,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 0f002dbf466a..c8db82de6127 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -19,7 +19,7 @@ DEPRECATED= Going out of support, please migrate to dns/bind911 EXPIRATION_DATE= 2018-06-30 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.9.11-P1 +ISCVERSION= 9.9.12 USES= cpe libedit diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo index 2098f8799879..8efc02e730cb 100644 --- a/dns/bind99/distinfo +++ b/dns/bind99/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516059275 -SHA256 (bind-9.9.11-P1.tar.gz) = 40a8dd0eedf44236a77e4009c61daa065447b09461bffddab3b0aefcbf358fa8 -SIZE (bind-9.9.11-P1.tar.gz) = 8868987 +TIMESTAMP = 1521455029 +SHA256 (bind-9.9.12.tar.gz) = 9e39dcd35320c2aeb260a45037ac57c97c964e717d10e3c9f74ff4472f939761 +SIZE (bind-9.9.12.tar.gz) = 8694636 diff --git a/dns/bind99/files/extrapatch-bind-min-override-ttl b/dns/bind99/files/extrapatch-bind-min-override-ttl index 60976d69cd22..5f31b9b89d9e 100644 --- a/dns/bind99/files/extrapatch-bind-min-override-ttl +++ b/dns/bind99/files/extrapatch-bind-min-override-ttl @@ -1,17 +1,22 @@ ---- bin/named/config.c.orig 2018-01-04 05:41:15 UTC +--- bin/named/config.c.orig 2018-01-24 21:11:07 UTC +++ bin/named/config.c -@@ -141,6 +141,8 @@ options {\n\ - min-roots 2;\n\ - lame-ttl 600;\n\ +@@ -154,11 +154,13 @@ options {\n\ max-ncache-ttl 10800; /* 3 hours */\n\ -+ override-cache-ttl 0; /* do not override */\n\ -+ min-cache-ttl 0; /* no minimal, zero is allowed */\n\ - max-cache-ttl 604800; /* 1 week */\n\ - transfer-format many-answers;\n\ - max-cache-size 0;\n\ ---- bin/named/server.c.orig 2018-01-04 05:41:15 UTC + max-recursion-depth 7;\n\ + max-recursion-queries 50;\n\ ++ min-cache-ttl 0; /* no minimal, zero is allowed */\n\ + min-roots 2;\n\ + minimal-responses false;\n\ + notify-source *;\n\ + notify-source-v6 *;\n\ + nsec3-test-zone no;\n\ ++ override-cache-ttl 0; /* do not override */\n\ + provide-ixfr true;\n\ + query-source address *;\n\ + query-source-v6 address *;\n\ +--- bin/named/server.c.orig 2018-01-24 21:11:07 UTC +++ bin/named/server.c -@@ -2647,6 +2647,16 @@ configure_view(dns_view_t *view, cfg_obj +@@ -2611,6 +2611,16 @@ configure_view(dns_view_t *view, cfg_obj } obj = NULL; @@ -28,7 +33,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2018-01-04 05:41:15 UTC +--- lib/dns/include/dns/view.h.orig 2018-01-24 21:11:07 UTC +++ lib/dns/include/dns/view.h @@ -148,6 +148,8 @@ struct dns_view { isc_boolean_t provideixfr; @@ -39,9 +44,9 @@ dns_ttl_t maxncachettl; in_port_t dstport; dns_aclenv_t aclenv; ---- lib/dns/resolver.c.orig 2018-01-04 05:41:15 UTC +--- lib/dns/resolver.c.orig 2018-01-24 21:11:07 UTC +++ lib/dns/resolver.c -@@ -5126,6 +5126,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5153,6 +5153,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -59,10 +64,10 @@ + /* * Enforce the configure maximum cache TTL. */ - if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2018-01-04 05:41:15 UTC + if (rdataset->ttl > res->view->maxcachettl) { +--- lib/isccfg/namedconf.c.orig 2018-01-24 21:11:07 UTC +++ lib/isccfg/namedconf.c -@@ -1475,6 +1475,8 @@ view_clauses[] = { +@@ -1487,6 +1487,8 @@ view_clauses[] = { { "lame-ttl", &cfg_type_uint32, 0 }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizenodefault, 0 }, diff --git a/dns/bind99/files/patch-configure b/dns/bind99/files/patch-configure index 74ca2d6eddc6..2b5efeecd2b4 100644 --- a/dns/bind99/files/patch-configure +++ b/dns/bind99/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-07-24 05:26:01 UTC +--- configure.orig 2018-03-08 20:56:13 UTC +++ configure -@@ -14509,27 +14509,9 @@ done +@@ -14635,27 +14635,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 -@@ -14572,47 +14554,7 @@ $as_echo "no" >&6; } ;; +@@ -14698,47 +14680,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 -@@ -20809,7 +20751,7 @@ $as_echo "" >&6; } +@@ -21001,7 +20943,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). diff --git a/dns/bind99/pkg-plist b/dns/bind99/pkg-plist index 455fe4319a19..e7ecf14b6d3f 100644 --- a/dns/bind99/pkg-plist +++ b/dns/bind99/pkg-plist @@ -146,6 +146,7 @@ include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h +include/isc/likely.h include/isc/list.h include/isc/log.h include/isc/magic.h |