unbound: Add TFO support for unbound

Message ID 20181214114300.32648-1-ummeegge@ipfire.org
State Accepted
Commit 27801da08916e6826f99c2c51461d53f403aaf5b
Headers
Series unbound: Add TFO support for unbound |

Commit Message

ummeegge Dec. 14, 2018, 10:43 p.m. UTC
  For further informations, see https://tools.ietf.org/html/rfc7413

Signed-off-by: erik.kapfer <ummeegge@ipfire.org>
---
 lfs/unbound | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Michael Tremer Dec. 15, 2018, 2 a.m. UTC | #1
Hi,

This looks good to me. I will merge this later today.

> On 14 Dec 2018, at 11:43, erik.kapfer <ummeegge@ipfire.org> wrote:
> 
> For further informations, see https://tools.ietf.org/html/rfc7413
> 
> Signed-off-by: erik.kapfer <ummeegge@ipfire.org>

You should run this command to fix your name:

  git config —global user.name “Erik Kapfer”

-Michael

> ---
> lfs/unbound | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/lfs/unbound b/lfs/unbound
> index e4761eb67..07501d1d6 100644
> --- a/lfs/unbound
> +++ b/lfs/unbound
> @@ -79,6 +79,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> 			--disable-static \
> 			--with-libevent \
> 			--enable-event-api \
> +			--enable-tfo-client \
> +			--enable-tfo-server \
> 			ac_cv_func_getentropy=no
> 
> 	cd $(DIR_APP) && make $(MAKETUNING)
> -- 
> 2.12.2
>
  

Patch

diff --git a/lfs/unbound b/lfs/unbound
index e4761eb67..07501d1d6 100644
--- a/lfs/unbound
+++ b/lfs/unbound
@@ -79,6 +79,8 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 			--disable-static \
 			--with-libevent \
 			--enable-event-api \
+			--enable-tfo-client \
+			--enable-tfo-server \
 			ac_cv_func_getentropy=no
 
 	cd $(DIR_APP) && make $(MAKETUNING)