File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
net-analyzer/check_hp_firmware Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ DIST check_hp_firmware-1.3.0-deps.tar.xz 2895728 BLAKE2B 178432ff360d4d3b89bffaa
2
2
DIST check_hp_firmware-1.3.0.tar.gz 40477 BLAKE2B 9fc3bc9ba2b6f8b198b93b24bdd36fea83d02daf8381c4849cb52a5cfa1751cfb32f811f77a5cd6b8fb6399b6dbc17ac3863077794e2641d909fb037b5db0334 SHA512 e623297c584aed6d10542de4ad73f8774f3bfe95da7f02984dbc85c62fc6a7b58fd0f94cbb68649beddf70fcd849b7e198ef3a74107c542f1f8241773b697501
3
3
DIST check_hp_firmware-1.3.1-vendor.tar.xz 185564 BLAKE2B b44d116431a3fb6d47e841601ce6fc1e6a1da0a41c336951ce1a4723cae3c83b4bd5e3e47020b16ef58197556c4e255f204fd420eb162fda4036190338dd5eaa SHA512 0019726783d33381a56c3500df11a9ae06d9f370538926855a9364b8745ba3bcadd0f75d40ea085fd3b5e3bda17eff1eccfb3bb652de1cc0a73f485767537aff
4
4
DIST check_hp_firmware-1.3.1.tar.gz 39414 BLAKE2B 44a185d3ba53dfc9ec45c327f4652166a32fa4f18b90832b2550ad0a5641a7da699dd6a32d1de46e44a09721d3fa60444560a97ff154b973e4f3d6baf55af35a SHA512 f5fba9af6d900df551fdbfb0a4bdcf401fe9dc520f92161cb712b220fb8485af105b72b46149ce43c4e7145ec72c11eb49d2a4ce4a886893f316a926e20b9aaf
5
+ DIST check_hp_firmware-1.4.1-deps.tar.xz 986060 BLAKE2B a115228b7190bda6340277fbecf1bd151b458685e61d7e873283e236712578c275eff5ac2a327f4322b96386978ac4eca1365796000837e8ef23e5fd1ae0082c SHA512 65730f5d11cfa2f2a724c02696f8aac59c38910963311cb2e7d932096508b5f1dcbd2eee7687048fc888a1dcd22693c79e2d294c64f6534eed0e350a0262b561
6
+ DIST check_hp_firmware-1.4.1.tar.gz 42885 BLAKE2B e6dfa94f807406f5d86633e03b399c5a73bfb13fea59da4b71c6f9219c3f3e89eb89fb7937db74a651239a6579a3f7830615bb4c5209672ddb60fbd96d55e1f2 SHA512 07cec9deadbcbf92ae4c560a0298bbf5c3c9cef38fd17dedf7201bbcc5f63aae287a670bfc99628021fd18ca2d30ba4dec4cb51c186cba0aa76b4cadb7aaaaab
Original file line number Diff line number Diff line change
1
+ # Copyright 1999-2025 Gentoo Authors
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=8
5
+
6
+ inherit go-module
7
+
8
+ DESCRIPTION=" checks if HPE controllers an SSDs are not affected by certain vulnerabilities"
9
+ HOMEPAGE=" https://github.com/NETWAYS/check_hp_firmware"
10
+
11
+ SRC_URI=" https://github.com/NETWAYS/${PN} /archive/refs/tags/v${PV} .tar.gz -> ${P} .tar.gz
12
+ https://nextcloud.fischl-online.de/s/ToTHoKYDRx3Wq3M/download/${P} -deps.tar.xz
13
+ "
14
+
15
+ LICENSE=" GPL-2 MIT BSD MPL-2.0"
16
+ SLOT=" 0"
17
+ KEYWORDS=" ~amd64 ~x86"
18
+ IUSE=" "
19
+
20
+ DEPEND=" "
21
+ RDEPEND=" ${DEPEND} "
22
+ BDEPEND=" "
23
+
24
+ src_install (){
25
+ exeinto /usr/lib64/nagios/plugins/contrib/
26
+ doexe " ${PN} "
27
+
28
+ insinto /usr/share/icinga2/include/plugins-contrib.d/
29
+ newins contrib/icinga2.conf " ${PN} " .conf
30
+ }
You can’t perform that action at this time.
0 commit comments