Message ID | 20201119190119.3335-1-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | a4420101a8b1f755b4ca825e3fd0e3cd3fde0414 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> 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 <patchwork@web04.haj.ipfire.org>; 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 <development@lists.ipfire.org>; 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 <stefan.schantl@ipfire.org> 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 Content-Transfer-Encoding: 8bit X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <https://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <https://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Series |
Core 153: Ship libhtp
|
|
Commit Message
Stefan Schantl
Nov. 19, 2020, 7:01 p.m. UTC
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 <stefan.schantl@ipfire.org>
---
config/rootfiles/core/153/filelists/libhtp | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/153/filelists/libhtp
Comments
Thank you. It started with the old library on my system. -Michael > On 19 Nov 2020, at 19:01, Stefan Schantl <stefan.schantl@ipfire.org> wrote: > > 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 <stefan.schantl@ipfire.org> > --- > 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 > -- > 2.20.1 >
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