From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cPv1H0x4Qz2xWj for ; Sun, 14 Sep 2025 16:36:03 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cPv1H0qT4z2xP7 for ; Sun, 14 Sep 2025 16:36:03 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [IPv6:2001:678:b28::161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "people01.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cPv1G4Xkcz3qx for ; Sun, 14 Sep 2025 16:36:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757867762; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=qopKPsMItJZa76dBJ3yLnXq5CQ1D6AVB6FxuZiJ6jDQ=; b=2q6FS9w+gDbrGQqywOFDvii3F0wKigCucNlWMthLwu9BHvjF9KD+eOdwYkklEX9ME1sUNv 8As8PgP469Kpj4AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757867762; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=qopKPsMItJZa76dBJ3yLnXq5CQ1D6AVB6FxuZiJ6jDQ=; b=UPrxO9HF0Gsj6sG1DJiD4ghFhDv4RU9pqcexr6K4WX85yGOkoX2UqRV2XOrCkdrDvbXLC6 At2qsTNU8O/SzCvDmm3mCOZ9wEBhFXW5/GIf3oHPCixIlDWzYCLr+VHcULg0Xn7w9yFcUL 7Yr4TuxIgw8w4i/x9InxEANMTvXxzaXn7/53/fdd/XgQBNI0ZdiN6lzBdNbBwrf05QGVnB tAFLhu2+u0y31Gq8s5HzrjrHfrWh09Pbc9XKLGdC3UkOy+ynOSzrPagOPwqrApCo7yxAjn CO4DfNqv+Acd1ZAQoZURj1Eu23VDslAbRwexLuxSHntAF5XC9+OCwbrx20q1aA== Received: by people01.haj.ipfire.org (Postfix, from userid 0) id 4cPv1G44V8z2xcq; Sun, 14 Sep 2025 16:36:02 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 78194fc50a82f8284122bf4c83cae51ffb25b9e1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d0d9a5d17f6f050958bf4f69b173fc24c476c5ba X-Git-Newrev: 78194fc50a82f8284122bf4c83cae51ffb25b9e1 Message-Id: <4cPv1G44V8z2xcq@people01.haj.ipfire.org> Date: Sun, 14 Sep 2025 16:36:02 +0000 (UTC) From: root Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, master has been updated via 78194fc50a82f8284122bf4c83cae51ffb25b9e1 (commit) from d0d9a5d17f6f050958bf4f69b173fc24c476c5ba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: lfs/suricata-reporter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Difference in files: diff --git a/lfs/suricata-reporter b/lfs/suricata-reporter index 2c592c984..e4e013e9e 100644 --- a/lfs/suricata-reporter +++ b/lfs/suricata-reporter @@ -24,7 +24,7 @@ include Config -VER = 0.2 +VER = 0.3 THISAPP = suricata-reporter-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = af8a881c467898bfad94622d91733f86cfebcca848ac445c6a447e980535d0d6ea4f86be47b7e5db4a6182d0c6d21b2504aa9979aa5a113672597d00d82843e8 +$(DL_FILE)_BLAKE2 = 8e06248fadb582244b32e4bdbf68cd584e4f7048a917f4891d7c92351e5f879c5149e82d8a1c25ca14e33a954d338214b18d95bb7a92fbc87fcf9548e6dd266d install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree