public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] unbound: Add TFO support for unbound
@ 2018-12-14 11:43 erik.kapfer
  2018-12-14 15:00 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: erik.kapfer @ 2018-12-14 11:43 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

For further informations, see https://tools.ietf.org/html/rfc7413

Signed-off-by: erik.kapfer <ummeegge(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] unbound: Add TFO support for unbound
  2018-12-14 11:43 [PATCH] unbound: Add TFO support for unbound erik.kapfer
@ 2018-12-14 15:00 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2018-12-14 15:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 838 bytes --]

Hi,

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

> On 14 Dec 2018, at 11:43, erik.kapfer <ummeegge(a)ipfire.org> wrote:
> 
> For further informations, see https://tools.ietf.org/html/rfc7413
> 
> Signed-off-by: erik.kapfer <ummeegge(a)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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-14 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 11:43 [PATCH] unbound: Add TFO support for unbound erik.kapfer
2018-12-14 15:00 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox