From patchwork Wed Jul 9 08:11:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8914 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0g5fbvz3wnT for ; Wed, 9 Jul 2025 08:12:03 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bcW0Z5WYJz6vf for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bcW0Z2jgVz34P6 for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) X-Original-To: development@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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0W39kLz2yVK for ; Wed, 9 Jul 2025 08:11:55 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bcW0V4xF0zK2; Wed, 9 Jul 2025 08:11:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752048714; 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=H7wtuP/TdnYZoAkmCy9pBPAP+0cl8/S/BdGU/1MQPVA=; b=KKlOSQkhnJO3wAAbawtOL8NDc49LY4WeACc6HqMmR+KSh/0nqKU4wxH1EoGPlHRgAHFMGv 5ggU0LV2/406w1xrD8fjyQUSryrAGaiIvpAExjulmy6fm9EIWYfvQxN9vbaQayd1rBqJYM ZgdJQ+b/zkX+hGxSJ6ZOVdYNKZizqSxTbW3hwNnyD1KbkvlUagFbpHZ2A1VzrNFNwphXhi 6ewPlO57s2+fT/m+xtxfg5vDcOZ7yhHsap1WktImUaiMUnCTqE/4ksPBcrwtAAkDcle6C+ Eq+q36GxIWe5UyKnSaqyiAxefYMilXPIS1bNn8xO8F8h6b0i+WhiBgGZIEiURQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752048714; 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=H7wtuP/TdnYZoAkmCy9pBPAP+0cl8/S/BdGU/1MQPVA=; b=b9f0xP3XfXD+3CSL605Wbu3cq+GwlBt4e/FCJaoB0QOEYXpHHxTxUm/I3OCEc1JfgOX0K7 8JE0ra1hoOUuJlDg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/4] suricata: Update to version 7.0.11 Date: Wed, 9 Jul 2025 10:11:45 +0200 Message-ID: <20250709081148.925606-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 7.0.10 to 7.0.11 - Update of rootfile not required - Changelog 7.0.11 Security #7766: libhtp-c: memory leak with lzma(HIGH - CVE 2025-53537) Security #7659: http2: global tx (stream id 0) may open file and never close it (7.0.x backport)(HIGH - CVE 2025-53538) Bug #7779: mpm/ac: error "Just ran out of space in the queue" (7.0.x backport) Bug #7748: byte_extract: issue with saved 'name' in distance keyword (7.0.x backport) Bug #7736: brotli: old crate version has integer underflow (7.0.x backport) Bug #7731: dcerpc: uint16 overflow (rust debug assertion) (7.0.x backport) Bug #7716: snmp: probing parser returns ALPROTO_FAILED instead of ALPROTO_UNKNOWN if slice.len() < 4 (7.0.x backport) Bug #7690: datasets: set type IP can't set IPv4 (7.0.x backport) Bug #7688: flow: non-TCP protocol timeout handling leads to missing flows (7.0.x backport) Bug #7682: flow: race condition at shutdown leads to duplicate flows (7.0.x backport) Bug #7670: http: lack of setting updated_ts leads to detection delay (7.0.x backport) Bug #7663: ips: deconflict pass flow and drop packet rules (7.0.x backport) Bug #7661: pcap: continuous file reading fails on an empty directory (7.0.x backport) Bug #7652: rust: warnings with rustc 1.86 Bug #7610: http: reachable assertion when memcap reached during rule reload Bug #7375: dpdk: iface-copy should not be mandatory (7.0.x backport) Bug #7293: CI: clang-format does not work for main-7.0.x branch (7.0.x backport) Optimization #7781: mpm/ac-ks: reduce stack usage (7.0.x backport) Signed-off-by: Adolf Belka --- lfs/suricata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/suricata b/lfs/suricata index 0b0de5654..7c02ec83a 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@ include Config -VER = 7.0.10 +VER = 7.0.11 THISAPP = suricata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c33e3ccf0e5298f3548747a3d9bc52662cf97caa775a4f7e3689fe4bc95d2ad9269d344c67654ad6e03fe463054052bb5d5e720bc67040cb179b041cdb0423d2 +$(DL_FILE)_BLAKE2 = 5bdfc3715bed2faa49cc9096a30fb0f58c81c0ebe6cb82629d5ccddd75cf68af6b3a1e9ae2ed54cbbeea48d40c2e1c3348b52c19856ba9550b6c687653de8b47 install : $(TARGET) From patchwork Wed Jul 9 08:11:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8915 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0g5pCmz3wnc for ; Wed, 9 Jul 2025 08:12:03 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bcW0Z5cdzz6wB for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bcW0Z3HFHz33t6 for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) X-Original-To: development@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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0W3ZT5z32YJ for ; Wed, 9 Jul 2025 08:11:55 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bcW0W1S9Gz1XS; Wed, 9 Jul 2025 08:11:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752048715; 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: in-reply-to:in-reply-to:references:references; bh=1x4vfUFBcFOuJL17H/iwWWdyKlshsZ63RSMoybbxRbI=; b=Obl4jvWl4rBBRXW1hqR0tbk/frPGPflH0SsUmT8D1v5TWfbSZjOiFXXCNLyuswoIEM8g+J pkolR98m50X4vQAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752048715; 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: in-reply-to:in-reply-to:references:references; bh=1x4vfUFBcFOuJL17H/iwWWdyKlshsZ63RSMoybbxRbI=; b=aJmQQvY4Nhaz8IBs2uXqwuMnayODZ7qRZk7foZ0AZW9+JU3KQ24DCcwSKuuesK2iRWk4JR qHdcKgCAr7Z8zeN4kUxJG0jj5MqO9Dg4Jg57kLFdItXt0ei9njJ0UzthgWSw38VmH9kdcf zbxUAhHuJe8WN2YGsvA7cRnsaDUfj8kTo3viqda4uvtPHMaGHhwPAvXQVaFBaGQUVLiFDN CmLTvQWW67GB22c3HnwnUfJ7VZC6km9zBTrGTc1LWZVhwkzNbQDoAuGszTPLkmIL2cuY4Y JduBQYaY8dXMwgUyYgR6tX7K0pf1DQR59mMRLwHmzZdVClK2t3m6swqI/u/2Og== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/4] libhtp: Update to version 0.5.51 Date: Wed, 9 Jul 2025 10:11:46 +0200 Message-ID: <20250709081148.925606-2-adolf.belka@ipfire.org> In-Reply-To: <20250709081148.925606-1-adolf.belka@ipfire.org> References: <20250709081148.925606-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 0.5.50 to 0.5.51 - Update of rootfile not required - suricata-7.0.11 requires libhtp-0.5.51 - Changelog 0.5.51 - decompressors: fix leak in lzma error case - request: do not fully error on data after HTTP/0.9 Signed-off-by: Adolf Belka --- lfs/libhtp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index dc45aac66..3c8d0594e 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@ include Config -VER = 0.5.50 +VER = 0.5.51 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = e26aa03d06aa370ab22e1fb462087ac67427d63490802ac369378f90cbb6ed8ed9f95c20acc3fbfdb92cabddb2e1a45bb7c45454b5d17e898f9b0cf8aa804536 +$(DL_FILE)_BLAKE2 = 0800b917a57745012308bb10d4ce8456d47233ae3420b1d64cb42e88a7156cd1ffcbcdab5df28c54fe3ab70a7f37ba41bd5ebcefe24915abf47b753a0bb05716 install : $(TARGET) @@ -72,8 +72,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --disable-static + --prefix=/usr \ + --disable-static cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) From patchwork Wed Jul 9 08:11:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8913 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0g5QVkz3wnD for ; Wed, 9 Jul 2025 08:12:03 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bcW0Z6dd0z6wn for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bcW0Z3wz3z34Bn for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) X-Original-To: development@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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0W4VKrz3467 for ; Wed, 9 Jul 2025 08:11:55 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bcW0W2q7zz19Y; Wed, 9 Jul 2025 08:11:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752048715; 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: in-reply-to:in-reply-to:references:references; bh=RTNzjRRA+RC+XtW8MEm1PMXwbSDjqb2zMYl6cRrxXhE=; b=YbFSCW5uTudJHkOR+wRSGQaH2nHtc8gouFGiRkiI9RD2BCSWcr+KNpevHn2LvuWCibVwlk FL4PoH3LlPIISJAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752048715; 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: in-reply-to:in-reply-to:references:references; bh=RTNzjRRA+RC+XtW8MEm1PMXwbSDjqb2zMYl6cRrxXhE=; b=q5eVzRTlMfN7Vfx8/nFl1DsmW3jECeYvaehVoZJFoVtOy0FjVALuOWQCAM38921XisUElW SGW32RTUak+Y3IuhCXGe8Nz+L0Bbo5wDT9UxUPJthRihIq7S1FEykGtMxlrSrtN/l6KOey TZSscAU3atGfsqizlx8kLmsFOm8Y2ko/O5MzajlbCeBdThQ1S8pSeqmLYJ/5uyd9AqSfQ7 Swyi/9YnnYEziWQ/ZvlC49CWT6OXVYo5C7ZmXcxSvSnCv/NVkERfaV8RQ01QE03ecSJGCL M/iKNfHdGn2BFmR43P+p7Pr9YyhMJ+c/uL7spBP0HAya45XD9n0ugM29sY/KOw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 3/4] core197: Ship suricata Date: Wed, 9 Jul 2025 10:11:47 +0200 Message-ID: <20250709081148.925606-3-adolf.belka@ipfire.org> In-Reply-To: <20250709081148.925606-1-adolf.belka@ipfire.org> References: <20250709081148.925606-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/197/filelists/suricata | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/197/filelists/suricata diff --git a/config/rootfiles/core/197/filelists/suricata b/config/rootfiles/core/197/filelists/suricata new file mode 120000 index 000000000..f671f6993 --- /dev/null +++ b/config/rootfiles/core/197/filelists/suricata @@ -0,0 +1 @@ +../../../common/suricata \ No newline at end of file From patchwork Wed Jul 9 08:11:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8912 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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0g51w5z3wmb for ; Wed, 9 Jul 2025 08:12:03 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bcW0b0p05z6x2 for ; Wed, 9 Jul 2025 08:11:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bcW0Z5cQSz34N9 for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) X-Original-To: development@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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0W69Ztz34NR for ; Wed, 9 Jul 2025 08:11:55 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bcW0W4TFgzK2; Wed, 9 Jul 2025 08:11:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752048715; 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: in-reply-to:in-reply-to:references:references; bh=IPRALSATWM4zptIISgPuqyQYYf6c2NHkG93RKyuhRKg=; b=kjMJTvYEHMpuTBNdfcRwBbU3b4LqJR1VtKHI+CAS/xFYR/mrdKC7v0vX7Osyn6XeOFPk58 LKDuykdGhC/exeBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752048715; 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: in-reply-to:in-reply-to:references:references; bh=IPRALSATWM4zptIISgPuqyQYYf6c2NHkG93RKyuhRKg=; b=Pkzibirhl60trEif6EXfNuQQ8yBYTGGmwJFCjnpNZW74sEXEVL+WkhFPfGrXxyCjojNc53 VXxd6Syecrf1OmjUh3k87a8qzRX1Ox9ZPsaPX8dC+hiM9MABefOto1PPXrPt+Dc7vMvXib uSqvFYNMsax54MQrVMxLKM1lnCfdUGm8915XrjbMok4FyrtJOAkml1Wwvzfi/094TzpVhP 8paRDOFhCUEC8tHyKWvD2hn4x33rrTGq6IeK0lZABY+whYavlx9vplQ/whJ5HcEotJgpZF BaXsZ/Hod5okMKUygD9IUdCXohOcBSJMSh4qhUBniJHGYKt8qetokrf5R8DA7w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 4/4] core197: Ship libhtp Date: Wed, 9 Jul 2025 10:11:48 +0200 Message-ID: <20250709081148.925606-4-adolf.belka@ipfire.org> In-Reply-To: <20250709081148.925606-1-adolf.belka@ipfire.org> References: <20250709081148.925606-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/197/filelists/libhtp | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/197/filelists/libhtp diff --git a/config/rootfiles/core/197/filelists/libhtp b/config/rootfiles/core/197/filelists/libhtp new file mode 120000 index 000000000..676e2c5e8 --- /dev/null +++ b/config/rootfiles/core/197/filelists/libhtp @@ -0,0 +1 @@ +../../../common/libhtp \ No newline at end of file