summaryrefslogtreecommitdiff
path: root/pkg/nsd/patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/nsd/patch')
-rw-r--r--pkg/nsd/patch/0001-Remove-quotes-from-dbfile-in-man-pages.patch10
-rw-r--r--pkg/nsd/patch/0002-Use-timingsafe_memcmp-instead-of-CRYPTO_memcmp.patch4
2 files changed, 7 insertions, 7 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 3229c808..ca6ead0c 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,7 +1,7 @@
-From 3c881bf9f7c67b36ada5b201e6e860d1e9dac52b Mon Sep 17 00:00:00 2001
+From 9dbb1d5207e1f37e43bc2e0b6417b1fa10769203 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sat, 14 Oct 2017 01:00:22 -0700
-Subject: [PATCH 1/2] Remove quotes from @dbfile@ in man pages
+Subject: [PATCH] Remove quotes from @dbfile@ in man pages
---
nsd.8.in | 4 ++--
@@ -31,10 +31,10 @@ index 5e488958..babaa06a 100644
.B NSD
database
diff --git a/nsd.conf.5.in b/nsd.conf.5.in
-index 74e7c6f8..7825d4f8 100644
+index 551db3b2..885375bb 100644
--- a/nsd.conf.5.in
+++ b/nsd.conf.5.in
-@@ -201,7 +201,7 @@ If yes, NSD listens to IPv6 connections. Default yes.
+@@ -197,7 +197,7 @@ If yes, NSD listens to IPv6 connections. Default yes.
.TP
.B database:\fR <filename>
By default
@@ -43,7 +43,7 @@ index 74e7c6f8..7825d4f8 100644
is used. The specified file is used to store the compiled
zone information. Same as commandline option
.BR \-f.
-@@ -876,7 +876,7 @@ also function as a resolver or cache. The configuration options that
+@@ -872,7 +872,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
diff --git a/pkg/nsd/patch/0002-Use-timingsafe_memcmp-instead-of-CRYPTO_memcmp.patch b/pkg/nsd/patch/0002-Use-timingsafe_memcmp-instead-of-CRYPTO_memcmp.patch
index 7b6ef936..876a20bc 100644
--- a/pkg/nsd/patch/0002-Use-timingsafe_memcmp-instead-of-CRYPTO_memcmp.patch
+++ b/pkg/nsd/patch/0002-Use-timingsafe_memcmp-instead-of-CRYPTO_memcmp.patch
@@ -1,7 +1,7 @@
-From 6d764efd8875a0f11a65b08677a1900182b0019e Mon Sep 17 00:00:00 2001
+From 47aa5ef27e6fb596fe844369328238bbc656e16c Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Tue, 21 Aug 2018 15:52:34 -0700
-Subject: [PATCH 2/2] Use timingsafe_memcmp instead of CRYPTO_memcmp
+Subject: [PATCH] Use timingsafe_memcmp instead of CRYPTO_memcmp
We do not build with OpenSSL support, so CRYPTO_memcmp is unavailable.
---