From patchwork Sun May 1 13:59:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5583 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KrntD4xBdz3wf9 for ; Sun, 1 May 2022 14:00:20 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KrntC3j64z4Cx; Sun, 1 May 2022 14:00:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KrntC3S0Fz2xKQ; Sun, 1 May 2022 14:00:19 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Krnt94N7Gz2xGC for ; Sun, 1 May 2022 14:00:17 +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 4Krnt92g5yzQd; Sun, 1 May 2022 14:00:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1651413617; 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=3NQ5BNpI9EJiZ78YgZHdwLgKgz6cX3jGXGU8xx0NY/o=; b=E64l24C+UWMyARrCsgJx52+aYaAoHoYCoX0oJmeOX6061tEtMC7OiUIFuj+gYnbY1SYzo2 /AQtnnzuXPw/mgBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1651413617; 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=3NQ5BNpI9EJiZ78YgZHdwLgKgz6cX3jGXGU8xx0NY/o=; b=JSZkndWbBiwEQhl8qRscpY/TebkICWMaz5TWsUFGbXZ5RWfrBmzFRfU8MnDcoLfkCnQDEE Em6JbK+3tX3ImKlNSt4ojCRsEKSRcwngbJAFeTCPzoYmSsCjrdgSsjbJ6NPLGv/zlDL7PV 54QS3qDGGzf5WJTqBfHkqt58GD1zJjxp35Zjhx5dvsfUNlT8fZiXnNcx0LXQY8jT7K+GgR ZSEp6YzWjYTyJqb551F+l1pRxIzX/LSvRJONR3j/f+6o6dp1U7vLBOQIxUAhmk/vhD/qZa pqS/hdNUwuLEftFzmf2ssNoFZYeCYvljE+3i3BFejNUEqEc8VTEOeKv0Mg+DDA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] icinga: Force update to get new libgd library Date: Sun, 1 May 2022 15:59:59 +0200 Message-Id: <20220501140000.145260-2-adolf.belka@ipfire.org> In-Reply-To: <20220501140000.145260-1-adolf.belka@ipfire.org> References: <20220501140000.145260-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Adolf Belka --- lfs/icinga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/icinga b/lfs/icinga index c3ac0e494..b251608ba 100644 --- a/lfs/icinga +++ b/lfs/icinga @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = icinga -PAK_VER = 5 +PAK_VER = 6 DEPS = nagios-plugins