From patchwork Sun May 1 13:59:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5582 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 4Krnt12Gf7z3wf9 for ; Sun, 1 May 2022 14:00:09 +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 4Krnsz3g9xz12T; Sun, 1 May 2022 14:00:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Krnsz2cpsz2xYp; Sun, 1 May 2022 14:00:07 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Krnsx3L8Hz2xGC for ; Sun, 1 May 2022 14:00:05 +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 4Krnsw3pDkz12T; Sun, 1 May 2022 14:00:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1651413604; 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=DOwNFKRG43qCcr/GdhbDEkleSMXS+u4m7kGfeVSNT44=; b=1VJ9iqIalGe/8/REW9sIELNlcteGsxKFyykxetHnzO+HMDlxbem2f+Xi4WMzv18BHKetg3 gCbXASIW4TUwXvBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1651413604; 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=DOwNFKRG43qCcr/GdhbDEkleSMXS+u4m7kGfeVSNT44=; b=Zo/8naFj4EzqJsg0i5fOH3+7ZdVxGdv662kEGPx3QG6+RFm/BerJ07PpAiDutP8tLdfNfw FURtHR4lKw69E+7sIezjMwGQMQbBLvrHDq3cpbFjfUN1HeDX1oRfVjmIROAl7hDGSegfUo MTOVE8IXLND1J6o7Tw2pLvXSXtjqjGGC8EIbH/Chw9qdiNRlXwtJXLulLkPaOBPS6wYJDl KxBIH1MlP7p6PsKJx/EToJeTLha5VWiPDBe+xGmFyTI4TbEFNcuRg0rLf6P4sgg2n6wvXa ceWyQiDceFz6Z/OKkxWysFORwrt6HVAPbR2GzAcCHrJj9eNZGJViJmOEFbl8VQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] sarg: Force update to get new libgd library Date: Sun, 1 May 2022 15:59:58 +0200 Message-Id: <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/sarg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/sarg b/lfs/sarg index b75d185ed..d38933fb0 100644 --- a/lfs/sarg +++ b/lfs/sarg @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sarg -PAK_VER = 5 +PAK_VER = 6 DEPS = 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 From patchwork Sun May 1 14:00:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5584 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 4KrntT2Fvtz3wf9 for ; Sun, 1 May 2022 14:00:33 +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 4KrntS49pFz5Qb; Sun, 1 May 2022 14:00:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KrntS3wMPz2xv5; Sun, 1 May 2022 14:00:32 +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 4KrntS027Tz2xGC for ; Sun, 1 May 2022 14:00: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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KrntR5SJHzQd; Sun, 1 May 2022 14:00:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1651413631; 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=HX/QjtkTbR6mhhT+W9P8GSMBFJgin6x0hZk5vPqfZm8=; b=4qTEsYRRTx6XRqXghTjcGr+IGFFW3+OPjI7wnoKPygjkKizWz7nFxvd4vCZ8SGTszMrtTq EENWVTf4vozttsBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1651413631; 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=HX/QjtkTbR6mhhT+W9P8GSMBFJgin6x0hZk5vPqfZm8=; b=OXV1rzdX516MKXkTNpjd+/KcQvWwtIOIMrZDw6OqxXDQkthymEsnhcLnxS2RBIFAqjWWXD 2viXSO/avxl8Umjykftu8Iw2RCJzNR1dPQPkQAYilw9LXyJamb+qcDeZ/e8WVgZITMK94b ZrgqMwmK3N/biIgMJFwAwB2gE1QHNIyJcJ0UPYXWguPID9qk9OmozYyyxdnSOPLMxRP1Wn v95cPJRrNFOVP0/sUGEm+DIrTiH1jd7T7VpMCBhij//0eMoAGVYe52e3GFq7Jf1Mrb/3px ZLEULaHCuGAjEDCV95Z4/PCvNQe2MfkJP2BNOg+lqs498xxuVx81VAF54ZMBeQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] apcupsd: Force update to get new libgd library Date: Sun, 1 May 2022 16:00:00 +0200 Message-Id: <20220501140000.145260-3-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/apcupsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/apcupsd b/lfs/apcupsd index 8514ee644..724caaebc 100644 --- a/lfs/apcupsd +++ b/lfs/apcupsd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = apcupsd -PAK_VER = 7 +PAK_VER = 8 DEPS =