diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-11-19 17:52:29 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-11-19 18:04:33 -0500 |
commit | 8e9908e93b59bdef790c8fc4fa1353f27ac0c495 (patch) | |
tree | b6b4d0b728717eb52db37e451661217677456d00 /net-analyzer/nagios-plugins | |
parent | dev-ml/dune-configurator: build dune-configurator (diff) | |
download | gentoo-8e9908e93b59bdef790c8fc4fa1353f27ac0c495.tar.gz gentoo-8e9908e93b59bdef790c8fc4fa1353f27ac0c495.tar.bz2 gentoo-8e9908e93b59bdef790c8fc4fa1353f27ac0c495.zip |
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 <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-2.4.2.ebuild (renamed from net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r1.ebuild) | 10 |
2 files changed, 1 insertions, 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 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=() |