From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 242EF158020 for ; Sat, 19 Nov 2022 23:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43D07E0A02; Sat, 19 Nov 2022 23:06:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 28AF7E0A02 for ; Sat, 19 Nov 2022 23:06:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 1B13033F698 for ; Sat, 19 Nov 2022 23:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E0FB74E for ; Sat, 19 Nov 2022 23:06:36 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1668899073.8e9908e93b59bdef790c8fc4fa1353f27ac0c495.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-plugins/Manifest net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r1.ebuild net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild X-VCS-Directories: net-analyzer/nagios-plugins/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 8e9908e93b59bdef790c8fc4fa1353f27ac0c495 X-VCS-Branch: master Date: Sat, 19 Nov 2022 23:06:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6e48abe-f5c4-4bce-8458-d0c328bb493e X-Archives-Hash: fb6d8f4e4ff82afa101547dc34670a20 commit: 8e9908e93b59bdef790c8fc4fa1353f27ac0c495 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Nov 19 22:52:29 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Nov 19 23:04:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9908e9 net-analyzer/nagios-plugins: add 2.4.2, drop 2.4.0-r1 In addition to the upstream bug fixes, I've removed an old workaround for -fstrict-aliasing and dropped an obsolete patch. (The patch -- my own -- was never merged, but a worse one was accepted four years ago. It's probably time to let it go.) Closes: https://bugs.gentoo.org/871192 Signed-off-by: Michael Orlitzky gentoo.org> net-analyzer/nagios-plugins/Manifest | 1 + ...ios-plugins-2.4.0-r1.ebuild => nagios-plugins-2.4.2.ebuild} | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/net-analyzer/nagios-plugins/Manifest b/net-analyzer/nagios-plugins/Manifest index 01a7d6cad44e..349c22b0a912 100644 --- a/net-analyzer/nagios-plugins/Manifest +++ b/net-analyzer/nagios-plugins/Manifest @@ -1 +1,2 @@ DIST nagios-plugins-2.4.0.tar.gz 2738643 BLAKE2B 695c3804aec592dad0ae1f2f19222a5ae066944de4169beba08dd1e7beee51c5082679dfc1cf5adc052758e3142f33187ebde9636af19ae313f1448867764878 SHA512 f6f4cd604d28161f36c1429dbfa8f07e9fa468d8d8c21925d53d7049f0765504cb785e1f1189a0c93aa1f0cd1fe3985409c420b7724aa39790836af5c3f725ff +DIST nagios-plugins-2.4.2.tar.gz 2740092 BLAKE2B 73101f0d439a10bbc0e5d576fe1cf60f115eead00e4611e2f820ebde86390daf1904a45603389a6ad0a9fdb0f14fb49b429ad571159f605df5490f9798fc18d1 SHA512 43448483301c8f5fb9be9b496514a9e15199c320b2a320bb93c4fc6f6fcd35f2a469f980916b37b2b7e565edcb14eea1692f290b0a7bca9364e298eb42af63ce diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild similarity index 91% rename from net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r1.ebuild rename to net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild index 732d59f1bb73..7b20af18afa6 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild @@ -3,8 +3,6 @@ EAPI=8 -inherit flag-o-matic - DESCRIPTION="Official plugins for Nagios" HOMEPAGE="https://nagios-plugins.org/" SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}/${P}.tar.gz" @@ -64,10 +62,6 @@ DOCS=( THANKS ) -PATCHES=( - "${FILESDIR}/define-own-mysql-port-constant.patch" -) - src_prepare() { default @@ -78,10 +72,6 @@ src_prepare() { } src_configure() { - # Disable -fstrict-aliasing until check_ntp can be fixed, - # https://github.com/nagios-plugins/nagios-plugins/issues/665 - append-cflags $(test-flags-CC -fno-strict-aliasing) - # Use an array to prevent econf from mangling the ping args. local myconf=()