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 4cWs5l4vlfz2yBF for ; Wed, 24 Sep 2025 09:30:35 +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 4cWs5h28scz2xP7 for ; Wed, 24 Sep 2025 09:30:32 +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 4cWs5g165qz2Kj; Wed, 24 Sep 2025 09:30:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758706231; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6djc0I+NBPWyws39GTr3AsID6/bo+MMtChqFM5yxvqc=; b=Mo/IGK9EvMxhqeJ9ONnV7JGvbIOW8UQX9sA347Yqgg1Gqc5tc/u7dNxiq/RYbDA+yIE3u1 OQYhKtoo4TC+dVDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758706231; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6djc0I+NBPWyws39GTr3AsID6/bo+MMtChqFM5yxvqc=; b=OugxlSryOGZ5PswX5hsdKvdoseQe62qo25/tb4lv1regnxPfbVur28jt0KeShTNVvd3foh XOBD20zT4vuOvVMOjoEJRoA9zNVL6Ly5HHJRsm/U5rRIqAV9dd2pd6t6zQ/CVKYU6oNSLI 7N6rfqyQV8tbTEVyJ4nEnPNuUGTxxOsy4xLkS4ToijYFrV+VjIwwQd1vlulvIwm+4EU3sV uiLvD94YsWXlcZHtkFYOEdmJkW1PuOv0TdOE5xyUXT1n0fdbnPO43aE5E1TcM0v5+Yf5nt pWa0n97GkfrPLh3SOeEGOcU/LDC5DSse+qgdzFyZHGczx+Og0cT8XunWAN5QUg== Message-ID: <1bf1a083-530a-41d5-8ce0-aa6a6ea51a0c@ipfire.org> Date: Wed, 24 Sep 2025 11:30:27 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: [PATCH] zabbix_agentd: Update to 7.0.18 (LTS) To: Robin Roevens , "IPFire: Development-List" References: <20250924061148.4183205-1-robin.roevens@disroot.org> Content-Language: en-GB From: Adolf Belka In-Reply-To: <20250924061148.4183205-1-robin.roevens@disroot.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Adolf Belka On 24/09/2025 08:11, Robin Roevens wrote: > - Update of rootfile not required > > Bugs fixed: > - ZBX-26723 Fixed Zabbix Agent active remote command getting timeout applied due to incorrect parsing of JSON > - ZBX-26697 Fixed memory error in sender when trying to read invalid response > - ZBX-26477 Fixed vfs.dir.get ignoring entries with 0 unixtime and fixed vfs.file.get having null values for time fields in this case > - ZBX-26143 Fixed duplicated address issue after redirection and disabled history upload on Agent connection failure until the connection is re-established > > Full changelogs: > - https://www.zabbix.com/rn/rn7.0.17 > - https://www.zabbix.com/rn/rn7.0.18 > - https://www.zabbix.com/rn/rn7.0.10 > - https://www.zabbix.com/rn/rn7.0.11 > > Signed-off-by: Robin Roevens > --- > lfs/zabbix_agentd | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd > index db43bd611..6ba834eda 100644 > --- a/lfs/zabbix_agentd > +++ b/lfs/zabbix_agentd > @@ -26,7 +26,7 @@ include Config > > SUMMARY = Zabbix Agent > > -VER = 7.0.16 > +VER = 7.0.18 > > THISAPP = zabbix-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = zabbix_agentd > -PAK_VER = 18 > +PAK_VER = 19 > > DEPS = fping > > @@ -48,7 +48,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 5b5ae98fd9ff819b0a202ad566fc4e9523991f67a13a0967986299cafe962e54c7769dffe821b59c55bd2b6e437ea913a6f7074bf9275cdb1bf433eeeb193117 > +$(DL_FILE)_BLAKE2 = 8a88e359a6aa411ca5eb010fe24352edc3fb9dfba64d86e4e609ac3537c46cb45d470ba2f8bc196e62359459fd695d94d8be5a18afa5d1fe933fcb6f7de80cf7 > > install : $(TARGET) >