svn commit: r518054 - in head/dns/bind914: . files
Mathieu Arnold
mat at FreeBSD.org
Wed Nov 20 21:42:00 UTC 2019
Author: mat
Date: Wed Nov 20 21:41:59 2019
New Revision: 518054
URL: https://svnweb.freebsd.org/changeset/ports/518054
Log:
Update to 9.14.8.
MFH: 2019Q4
Security: CVE-2019-6477
Modified:
head/dns/bind914/Makefile (contents, props changed)
head/dns/bind914/distinfo (contents, props changed)
head/dns/bind914/files/extrapatch-bind-min-override-ttl (contents, props changed)
Modified: head/dns/bind914/Makefile
==============================================================================
--- head/dns/bind914/Makefile Wed Nov 20 21:41:44 2019 (r518053)
+++ head/dns/bind914/Makefile Wed Nov 20 21:41:59 2019 (r518054)
@@ -36,7 +36,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
USES= compiler:c11 cpe libedit pkgconfig ssl
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.14.7
+ISCVERSION= 9.14.8
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
Modified: head/dns/bind914/distinfo
==============================================================================
--- head/dns/bind914/distinfo Wed Nov 20 21:41:44 2019 (r518053)
+++ head/dns/bind914/distinfo Wed Nov 20 21:41:59 2019 (r518054)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571265383
-SHA256 (bind-9.14.7.tar.gz) = cea0f54e5908f77ffd21eb312ee9dd4f3f8f93ca312c6118f27d6c0fba45291d
-SIZE (bind-9.14.7.tar.gz) = 6320994
+TIMESTAMP = 1574271567
+SHA256 (bind-9.14.8.tar.gz) = e545aa75ced6695a9bf4b591606ef00260fb3c055c2865b299cfe0fe6eeea076
+SIZE (bind-9.14.8.tar.gz) = 6403140
Modified: head/dns/bind914/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind914/files/extrapatch-bind-min-override-ttl Wed Nov 20 21:41:44 2019 (r518053)
+++ head/dns/bind914/files/extrapatch-bind-min-override-ttl Wed Nov 20 21:41:59 2019 (r518054)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig 2019-10-02 06:24:10 UTC
+--- bin/named/config.c.orig 2019-11-06 21:29:49 UTC
+++ bin/named/config.c
@@ -181,6 +181,7 @@ options {\n\
notify-source *;\n\
@@ -8,7 +8,7 @@
provide-ixfr true;\n\
qname-minimization relaxed;\n\
query-source address *;\n\
---- bin/named/server.c.orig 2019-10-02 06:24:10 UTC
+--- bin/named/server.c.orig 2019-11-06 21:29:49 UTC
+++ bin/named/server.c
@@ -4246,6 +4246,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
}
@@ -22,7 +22,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 2019-10-02 06:24:10 UTC
+--- lib/dns/include/dns/view.h.orig 2019-11-06 21:29:49 UTC
+++ lib/dns/include/dns/view.h
@@ -153,6 +153,7 @@ struct dns_view {
bool requestnsid;
@@ -32,9 +32,9 @@
dns_ttl_t maxncachettl;
dns_ttl_t mincachettl;
dns_ttl_t minncachettl;
---- lib/dns/resolver.c.orig 2019-10-02 06:24:10 UTC
+--- lib/dns/resolver.c.orig 2019-11-06 21:29:49 UTC
+++ lib/dns/resolver.c
-@@ -6064,6 +6064,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
+@@ -6083,6 +6083,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
}
/*
@@ -47,7 +47,7 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig 2019-10-02 06:24:10 UTC
+--- lib/isccfg/namedconf.c.orig 2019-11-06 21:29:49 UTC
+++ lib/isccfg/namedconf.c
@@ -1901,6 +1901,7 @@ view_clauses[] = {
#endif
More information about the svn-ports-all
mailing list