diff options
| author | Michael Forney <mforney@mforney.org> | 2019-11-25 20:39:12 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-11-25 20:42:24 -0800 |
| commit | d3c5785b0ee551ba6eda42734b068f8a179983dd (patch) | |
| tree | b135c3a3532514d1f566f1032683c6fc13ddcb5c /pkg/nsd/patch | |
| parent | 18f42af008bf8a3ffb0cf205b2b4f0cbe3c23da5 (diff) | |
nsd: Update to 4.2.3
Diffstat (limited to 'pkg/nsd/patch')
| -rw-r--r-- | pkg/nsd/patch/0001-Remove-quotes-from-dbfile-in-man-pages.patch | 10 | ||||
| -rw-r--r-- | pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/pkg/nsd/patch/0001-Remove-quotes-from-dbfile-in-man-pages.patch b/pkg/nsd/patch/0001-Remove-quotes-from-dbfile-in-man-pages.patch index 5b4fa0a4..57b668f5 100644 --- a/pkg/nsd/patch/0001-Remove-quotes-from-dbfile-in-man-pages.patch +++ b/pkg/nsd/patch/0001-Remove-quotes-from-dbfile-in-man-pages.patch @@ -1,4 +1,4 @@ -From 2519680d304faf08d324b1bf599e3305abece87e Mon Sep 17 00:00:00 2001 +From 9eea05a128090e9466cc76755e4ae9d0859c0e26 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sat, 14 Oct 2017 01:00:22 -0700 Subject: [PATCH] Remove quotes from @dbfile@ in man pages @@ -31,10 +31,10 @@ index 5e488958..babaa06a 100644 .B NSD database diff --git a/nsd.conf.5.in b/nsd.conf.5.in -index df26a9ad..6a5fdee0 100644 +index c7af7bec..c790e803 100644 --- a/nsd.conf.5.in +++ b/nsd.conf.5.in -@@ -203,7 +203,7 @@ If yes, NSD listens to IPv6 connections. Default yes. +@@ -193,7 +193,7 @@ If yes, NSD listens to IPv6 connections. Default yes. .TP .B database:\fR <filename> By default @@ -43,7 +43,7 @@ index df26a9ad..6a5fdee0 100644 is used. The specified file is used to store the compiled zone information. Same as commandline option .BR \-f. -@@ -919,7 +919,7 @@ also function as a resolver or cache. The configuration options that +@@ -916,7 +916,7 @@ also function as a resolver or cache. The configuration options that BIND9 has for the resolver or caching thus have no equivalents for NSD. .SH "FILES" .TP @@ -53,5 +53,5 @@ index df26a9ad..6a5fdee0 100644 .B NSD database -- -2.22.0 +2.24.0 diff --git a/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch b/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch index dfd635b6..5a8e77c3 100644 --- a/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch +++ b/pkg/nsd/patch/0003-Avoid-pointer-arithmetic-on-void.patch @@ -1,4 +1,4 @@ -From fcfbed8db1c746bd938ac6a548036af95b678341 Mon Sep 17 00:00:00 2001 +From ecde6ced1a7d7649510c5428646e2a96477f6c6f Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sun, 16 Jun 2019 23:17:47 -0700 Subject: [PATCH] Avoid pointer arithmetic on `void *` @@ -162,10 +162,10 @@ index 8d7ee137..3ee98648 100644 /** MAX 2**x exponent of alloced chunks, for 1Mbytes. The smallest * chunk is 16bytes (8preamble+8data), so 0-3 is unused. */ diff --git a/xfrd.c b/xfrd.c -index 3865747a..89713236 100644 +index bd07d797..82551907 100644 --- a/xfrd.c +++ b/xfrd.c -@@ -2465,7 +2465,7 @@ static void +@@ -2466,7 +2466,7 @@ static void xfrd_process_stat_info_task(xfrd_state_type* xfrd, struct task_list_d* task) { size_t i; @@ -175,5 +175,5 @@ index 3865747a..89713236 100644 for(i=0; i<xfrd->nsd->child_count; i++) { xfrd->nsd->children[i].query_count += *p++; -- -2.23.0 +2.24.0 |
