From patchwork Fri Dec 14 22:43:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 1999 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id E03D28ABD87 for ; Fri, 14 Dec 2018 11:43:11 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id A0614205831B; Fri, 14 Dec 2018 11:43:10 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1544787790; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=kgsoalWZbgwtqm9aMjbtXCDZ07tnUL4nfLIPfEnWvtg=; b=kiOrHVsU69D5R36ZWM/g8uXwybeDMYpM05u0tnElIa23PvEilWQGGOZgdsAHY3tChWuKhg CwjOO/u1dRaDv8EGJXypwg9hgDqZ/vpe7FSCO1wp7GJczn3hfLdhXc69wz8yayG9wbBnTG 3Fm6/TBj0oTUwj5SHI8Rf69Te5+/kw4twNCQpTc1QQtDvPj1E167zXjyFcV1I3wSIvee9j I1Umy0wgxTVmu0EkqqRLrmXby4kdiP9bi1Dimny4WX7/hTyxSZp3M/m1qy3mn+hjBR0Vow ZZdK2lbhcyY4WZ33uhXd4215lI2oR6bwOvxIooN6SPD5h/Y4fkWyqywJQso+jw== Received: from ipfire-server.local (i59F4D7FE.versanet.de [89.244.215.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id E8F2921B9E57; Fri, 14 Dec 2018 11:43:07 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1544787788; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=kgsoalWZbgwtqm9aMjbtXCDZ07tnUL4nfLIPfEnWvtg=; b=J71D1ydTIh+UeRRDqYfP2AI8LPpEsXBMuZ2w9bneIsiyZEEkKyeeuGFFkZ9V5mrJ28G4O0 q2fZcKXT0x4td+u/nSTo35GnxaCxj7YjZ97d7RaHUCrb9bNOFitcUaE7/DEOnJObs9ax6o blomdZP9mSQxwg3quJsi2L0dBfeUlWmgeiJmHo77Hka4XebHL8oFjULElULQ4fbbktvtDm MsM0adgH79j4GxBwsMQ0O0xt1PvLEsYA0vALjnucNNVrv1hTKThkB+kazPeuaR7qNOyzAP rX5AlDyzbFDaCURzSxGiJHDqbyp4OxdOb32JMndfPepixUEzEc2tkNPcI1O6SQ== From: "erik.kapfer" To: development@lists.ipfire.org Subject: [PATCH] unbound: Add TFO support for unbound Date: Fri, 14 Dec 2018 12:43:00 +0100 Message-Id: <20181214114300.32648-1-ummeegge@ipfire.org> X-Mailer: git-send-email 2.12.2 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8881, ipnet:89.244.208.0/20, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For further informations, see https://tools.ietf.org/html/rfc7413 Signed-off-by: erik.kapfer --- 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)