-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump net-analyzer/check_hp_firmware-1.4.0
- Loading branch information
1 parent
e2deec3
commit 941ac00
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
net-analyzer/check_hp_firmware/check_hp_firmware-1.4.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
inherit go-module | ||
|
||
DESCRIPTION="checks if HPE controllers an SSDs are not affected by certain vulnerabilities" | ||
HOMEPAGE="https://github.com/NETWAYS/check_hp_firmware" | ||
|
||
SRC_URI="https://github.com/NETWAYS/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz | ||
https://nextcloud.fischl-online.de/s/ZXxMpLJpeyks9xm/download/${P}-vendor.tar.xz | ||
" | ||
|
||
LICENSE="GPL-2 MIT BSD MPL-2.0" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND="" | ||
RDEPEND="${DEPEND}" | ||
BDEPEND="" | ||
|
||
src_install(){ | ||
exeinto /usr/lib64/nagios/plugins/contrib/ | ||
doexe "${PN}" | ||
|
||
insinto /usr/share/icinga2/include/plugins-contrib.d/ | ||
newins contrib/icinga2.conf "${PN}".conf | ||
} |