diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-03 23:21:58 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-04 02:29:58 -0700 |
| commit | 4b227c18ce2dd43e39baa1e399c6a5743d8580df (patch) | |
| tree | e8ddc944d5861284fbffeea898d9da4d9b257a50 /pkg/nsd/patch | |
| parent | 01c235063ffc865fab584b501fc98a536e370f6f (diff) | |
nsd: Update to 4.3.2
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/0002-Use-timingsafe_memcmp-if-available.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 c996bb47..347deb00 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 d5b4c0724306c268c8e28c7cebe7cb1e09e8299d Mon Sep 17 00:00:00 2001 +From 2fd6c5a200fe44a209ffebd11da9a7eebf484b69 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 b878cee2..15ad87be 100644 +index 851c6de8..249cfa7c 100644 --- a/nsd.conf.5.in +++ b/nsd.conf.5.in -@@ -203,7 +203,7 @@ If yes, NSD listens to IPv6 connections. Default yes. +@@ -198,7 +198,7 @@ If yes, NSD listens to IPv6 connections. Default yes. .TP .B database:\fR <filename> By default @@ -43,7 +43,7 @@ index b878cee2..15ad87be 100644 is used. The specified file is used to store the compiled zone information. Same as commandline option .BR \-f. -@@ -949,7 +949,7 @@ also function as a resolver or cache. The configuration options that +@@ -959,7 +959,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 b878cee2..15ad87be 100644 .B NSD database -- -2.25.1 +2.28.0 diff --git a/pkg/nsd/patch/0002-Use-timingsafe_memcmp-if-available.patch b/pkg/nsd/patch/0002-Use-timingsafe_memcmp-if-available.patch index 4f4bb3f0..e9bdb298 100644 --- a/pkg/nsd/patch/0002-Use-timingsafe_memcmp-if-available.patch +++ b/pkg/nsd/patch/0002-Use-timingsafe_memcmp-if-available.patch @@ -1,4 +1,4 @@ -From b7775ef04a2afebea2d3f98bcbc86454fb316624 Mon Sep 17 00:00:00 2001 +From 4d74fd369274f100e8aca1332ed59ca3c2eb8063 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Tue, 21 Aug 2018 15:52:34 -0700 Subject: [PATCH] Use timingsafe_memcmp if available @@ -9,10 +9,10 @@ Subject: [PATCH] Use timingsafe_memcmp if available 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac -index eaa20552..57098aba 100644 +index 6c6bb224..f955eb1f 100644 --- a/configure.ac +++ b/configure.ac -@@ -654,7 +654,7 @@ AC_CHECK_SIZEOF(void*) +@@ -657,7 +657,7 @@ AC_CHECK_SIZEOF(void*) AC_CHECK_SIZEOF(off_t) AC_CHECK_FUNCS([getrandom arc4random arc4random_uniform]) AC_SEARCH_LIBS([setusercontext],[util],[AC_CHECK_HEADERS([login_cap.h])]) @@ -37,5 +37,5 @@ index 8b24fd1b..e75aa231 100644 #define CRYPTO_memcmp memcmp_fixedtime int memcmp_fixedtime(const void *s1, const void *s2, size_t n) -- -2.26.1 +2.28.0 |
