From patchwork Sun Aug 6 16:18:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7065 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RJl4H6qVPz3wtG for ; Sun, 6 Aug 2023 16:18:23 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RJl4G3GNGzd2; Sun, 6 Aug 2023 16:18:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RJl4G1VBLz2yNY; Sun, 6 Aug 2023 16:18:22 +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 4RJl4D3Y7qz2xZH for ; Sun, 6 Aug 2023 16:18:20 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RJl4C3Gxpzc5 for ; Sun, 6 Aug 2023 16:18:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1691338699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ed8ORijc7THw8B2X1QUfVaFu9xCBWn9PS4YPt8dfXVY=; b=1quFnMCvZ7Ntogdk1Mht1w6V4se+CATKn97DOzTMNTpMk40Eb2uIeegBHCPl0emF7uxClp KFE0ssJlZao2dTCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1691338699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ed8ORijc7THw8B2X1QUfVaFu9xCBWn9PS4YPt8dfXVY=; b=DjX0SNVvM45V+AsnpU/FjJjtRmMX1rvlNzYo4M2C8pBiXsqalUn0Kcbma8K5xHFlNgh5yN F03IFn1tOXNVi74Q6kznJZkyKgLgE2AqgGNZqRQP9Tr64vpTDsCf7VMsqVeMhQD+FNaWQI sjW7ZOR+3tjFPN2OKEyRKUpdYb9McW+nUtmTeGznyMkjjH8od6JCmRqZRFIijTAcNNwkNX SQDewsKIM673V5YZdpmqG8pyg3yufxjEItK4kEb/jSNlFSPx+cZhtULmzQwgpLyP6GrmO2 o91XNiICQcd4x4MmuUOqPiNHsMV+oXNQroYjJz7NIlzqsSKW5n4PbKXq/TzN+w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit 5.33: Bumped PAK_VER to 22 due to removing the old OpenSSL files Date: Sun, 6 Aug 2023 18:18:14 +0200 Message-Id: <20230806161814.1402-1-matthias.fischer@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: Matthias Fischer --- lfs/monit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/monit b/lfs/monit index d243be460..ed59a3ef0 100644 --- a/lfs/monit +++ b/lfs/monit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = monit -PAK_VER = 21 +PAK_VER = 22 DEPS =