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 4gR2DY0c7pz2xl4 for ; Thu, 28 May 2026 10:05:33 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gR2DY0MwFz2x9b for ; Thu, 28 May 2026 10:05:33 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.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" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gR2DX3q3VzV3 for ; Thu, 28 May 2026 10:05:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779962732; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=VmteFOz7vrtrouOg3dTDJF8a/bulbwzYMl4oglheKiI=; b=YYjCPEeasrXlRjrP7oGUUDQQA1t0Vuw7c670OhIl0bHpq9Y7T5T5Zet9EOCPA9Q5qICl0P Eq9u0/2owPH6fmAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779962732; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=VmteFOz7vrtrouOg3dTDJF8a/bulbwzYMl4oglheKiI=; b=aW8gcrOkgcaK+M1fbGf3yH9eBtXgA0rmL+50kYB9Tj11/TaFcGR1oIJdObfJ6iyr2RpTPd DpbDa0uDWjjbZKURcdZvDltBnALboCUjaUbrP5S6xJ/CUpTHYJL46bDvPI608A/xFfzqCD 9g4/jiIrj2+qjgvMWDgSoeEMND2G5QcbguRlrAjRa6vn0jcv2vgMZ/VXFPfSUprSqyLjv4 aL4u+qUJ7SGuWeogbHhXzFnQ9qRZwQOPuhf+K3Q089DpKdUUOnCNJg76ys9UkelWqXy9WG gKDLC4y5XAEzw2UQBKM6MSvQ6UyENyy6sXsox+4zCejqzIcSQocWuDSc6YThsA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gR2DX1DMHz2xKs; Thu, 28 May 2026 10:05:32 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, core202, updated. 498934f274320306900d82f6489b8099942dc3fa X-Git-Refname: refs/heads/core202 X-Git-Reftype: branch X-Git-Oldrev: 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a X-Git-Newrev: 498934f274320306900d82f6489b8099942dc3fa Message-Id: <4gR2DX1DMHz2xKs@people01.haj.ipfire.org> Date: Thu, 28 May 2026 10:05:32 +0000 (UTC) From: Michael Tremer 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, core202 has been updated via 498934f274320306900d82f6489b8099942dc3fa (commit) from 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a (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 ----------------------------------------------------------------- commit 498934f274320306900d82f6489b8099942dc3fa Author: Michael Tremer Date: Thu May 28 10:05:19 2026 +0000 zabbix-agent: Bump package version Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/zabbix_agentd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Difference in files: diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd index 124f60ac0..9f0d65c78 100644 --- a/lfs/zabbix_agentd +++ b/lfs/zabbix_agentd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = zabbix_agentd -PAK_VER = 21 +PAK_VER = 22 DEPS = fping hooks/post-receive -- IPFire 2.x development tree