From patchwork Mon Aug 1 15:57:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5802 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 4LxN6h3X6Mz3x7M for ; Mon, 1 Aug 2022 15:57:16 +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 4LxN6g2Yw8z5RW; Mon, 1 Aug 2022 15:57:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LxN6g1FsZz2xyV; Mon, 1 Aug 2022 15:57:15 +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 4LxN6d25N3z2xWS for ; Mon, 1 Aug 2022 15:57:13 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LxN6c1F4Rzy6 for ; Mon, 1 Aug 2022 15:57:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659369432; 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; bh=NJ1kmGj/nhiaw37xdtFUqCtqTIeW4E2nGwHrxqSmPXk=; b=vNmZHhDmmW7qbMsw8cnWObok3P0Rs0pr2TpZK+EgYq0rgUpWGYDuH8KkOQgv5v93r5fbF7 CzR8JfvTPFYUVcAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659369432; 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; bh=NJ1kmGj/nhiaw37xdtFUqCtqTIeW4E2nGwHrxqSmPXk=; b=aqQKDF3kyJPunqitDRJDBoZfA8KW7DW+VY+P5uHXKXZ/CpvKgzdi2YyRIboSYsv/bW7Jcu qXDxwmOAxlo8k71tfFlg2e8cdgM8k0ZPzdX4BxllK4zebF3+qyrso8ZvnOfi59mNWxg3gO 5HgO9SKs/Z0AFaHcNzez3L9l8PV6hBJHj6dnmrnyoCr7vlQ0CN1iKWBaXecuf07lIPy7y3 QsGlMuSR5VCpi2Jb22Xc4/HZPYUTVmPJh/WgJV3zR8RWge+FEsL8+jkrdSWy1sk9jc2h3k rjkpEeoTCNxYFmpppN2+O2ES4f6bJF5RxjuC9JHLTof1uOSgWl1KDSFTlQaWTg== Message-ID: <3a71c702-209b-51aa-1cb0-53f2a04274c0@ipfire.org> Date: Mon, 1 Aug 2022 15:57:08 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] NRPE: Update to 4.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" Full changelog: 4.1.0 - 2022-07-18 ENHANCEMENTS Add support for OpenSSL 3 (and EL9/Debian 11/Ubuntu 22) Allow tcpd/libwrap to be excluded from build when present on the system Allow loading of full certificate chains Change -u (connection issues return UNKNOWN) to include all SSL-layer failures. Disable renegotiation and enforce server cipher order when using SSL Verify that private keys match certificates when using SSL FIXES Fixed incorrect default for nasty_metachars in nrpe.cfg Fixed incorrect help text for --use-adh Fixed potential out-of-bound read when used with IPv6 Signed-off-by: Peter Müller --- lfs/nagios_nrpe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/nagios_nrpe b/lfs/nagios_nrpe index 79148dd9f..618096db8 100644 --- a/lfs/nagios_nrpe +++ b/lfs/nagios_nrpe @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 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 # @@ -26,15 +26,15 @@ include Config SUMMARY = Nagios Remote Plug-In Executor -VER = 4.0.3 +VER = 4.1.0 THISAPP = nrpe-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) +DIR_APP = $(DIR_SRC)/nrpe-$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nagios_nrpe -PAK_VER = 9 +PAK_VER = 10 DEPS = nagios-plugins @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d2c99cadf718e7049c911388b105fb4f5248307c733d94a73fd02ac69c49be230dad58be0a182af9c8d7e0d1f34e8dba6b8fc46a7c01eb15d845f2b3a54499ed +$(DL_FILE)_BLAKE2 = abce679c9387c5c4624349eb66465910aaff49074e6b60c6b515ef803d9d79b2603db8629b35ce5da61c02734ba4d48b49600f17bdf93482bd53013e3d121429 install : $(TARGET)