From patchwork Thu Nov 19 19:01:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3670 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CcTYQ2xbfz3wg9 for ; Thu, 19 Nov 2020 19:01:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CcTYP0BnDzy0; Thu, 19 Nov 2020 19:01:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CcTYM2qRMz2xkV; Thu, 19 Nov 2020 19:01:27 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CcTYL683mz2xSc for ; Thu, 19 Nov 2020 19:01:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CcTYK5Bf2zsT; Thu, 19 Nov 2020 19:01:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1605812486; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=MaKrsRkwAgeJ/p9P2u/x2B37H3RncFuScUOH9MVxUYQ=; b=u2F9MjT/yxIII35q45xD9V9deCSgSbYOYfLjmk6I9313zUukv/i9XSC4CcDmqiE7nQeyru Ix/rod3c68qdUnBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1605812486; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=MaKrsRkwAgeJ/p9P2u/x2B37H3RncFuScUOH9MVxUYQ=; b=qui9df8kCNQbm6evCwVmvAEbz18cIjbrEKH417ZuCSNwV6T/asXoF5m1GCc8U26SBelwal /nGb00UePjN+grAdI96+rzfL1CT/igAq/F6IG6YdmkF4XY22dQSsqymfkBgvEtfikD/gVF +43tVpAGiQU/6n95oVNGYYe14okeIv9ZrYiBGcfDKPeiIYlAyAY8uVWlmrFGpXYGbg2VQX nXUw8pB47cB3YAjdABFsdwTpdhvdAomAuXR1YNs7WqKe6QKk4AHnlysRisKxgnoEoGZik0 +fr0v2K3hfY6JsestszoqopoTdpAEYCDy0enOgzrgO70RaG1fS5CJgZ7hlXHtw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] Core 153: Ship libhtp Date: Thu, 19 Nov 2020 20:01:19 +0100 Message-Id: <20201119190119.3335-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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" libhtp has been updated and suricata 6 requires the new version, so this lib has to be shipped with the core update. Signed-off-by: Stefan Schantl --- config/rootfiles/core/153/filelists/libhtp | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/153/filelists/libhtp diff --git a/config/rootfiles/core/153/filelists/libhtp b/config/rootfiles/core/153/filelists/libhtp new file mode 120000 index 000000000..676e2c5e8 --- /dev/null +++ b/config/rootfiles/core/153/filelists/libhtp @@ -0,0 +1 @@ +../../../common/libhtp \ No newline at end of file