Skip to content

Commit

Permalink
bump net-analyzer/check_hp_firmware-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfischl1980 authored and github-actions[bot] committed Aug 12, 2024
1 parent f455272 commit 4584043
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-analyzer/check_hp_firmware/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ DIST check_hp_firmware-1.3.0-deps.tar.xz 2895728 BLAKE2B 178432ff360d4d3b89bffaa
DIST check_hp_firmware-1.3.0.tar.gz 40477 BLAKE2B 9fc3bc9ba2b6f8b198b93b24bdd36fea83d02daf8381c4849cb52a5cfa1751cfb32f811f77a5cd6b8fb6399b6dbc17ac3863077794e2641d909fb037b5db0334 SHA512 e623297c584aed6d10542de4ad73f8774f3bfe95da7f02984dbc85c62fc6a7b58fd0f94cbb68649beddf70fcd849b7e198ef3a74107c542f1f8241773b697501
DIST check_hp_firmware-1.3.1-vendor.tar.xz 185564 BLAKE2B b44d116431a3fb6d47e841601ce6fc1e6a1da0a41c336951ce1a4723cae3c83b4bd5e3e47020b16ef58197556c4e255f204fd420eb162fda4036190338dd5eaa SHA512 0019726783d33381a56c3500df11a9ae06d9f370538926855a9364b8745ba3bcadd0f75d40ea085fd3b5e3bda17eff1eccfb3bb652de1cc0a73f485767537aff
DIST check_hp_firmware-1.3.1.tar.gz 39414 BLAKE2B 44a185d3ba53dfc9ec45c327f4652166a32fa4f18b90832b2550ad0a5641a7da699dd6a32d1de46e44a09721d3fa60444560a97ff154b973e4f3d6baf55af35a SHA512 f5fba9af6d900df551fdbfb0a4bdcf401fe9dc520f92161cb712b220fb8485af105b72b46149ce43c4e7145ec72c11eb49d2a4ce4a886893f316a926e20b9aaf
DIST check_hp_firmware-1.4.0-vendor.tar.xz 185564 BLAKE2B b44d116431a3fb6d47e841601ce6fc1e6a1da0a41c336951ce1a4723cae3c83b4bd5e3e47020b16ef58197556c4e255f204fd420eb162fda4036190338dd5eaa SHA512 0019726783d33381a56c3500df11a9ae06d9f370538926855a9364b8745ba3bcadd0f75d40ea085fd3b5e3bda17eff1eccfb3bb652de1cc0a73f485767537aff
DIST check_hp_firmware-1.4.0.tar.gz 42789 BLAKE2B 2d18a184700e6e3ccf03d4d6a1ee6f9df7f2607c5d5afd7dc09d81cc95e71e3422ed3103d83dab34c787af7370aaae52f5174cd13738bf8359c0dea0d3bdc66e SHA512 144b0ce444139617443c9dc1fe2f46c770e309427230985797abed2b0df8c5c0109cc0d2688c6740f858a410e40c0aca8d126352b2b2e11be1cbb907bf2fff1f
30 changes: 30 additions & 0 deletions net-analyzer/check_hp_firmware/check_hp_firmware-1.4.0.ebuild
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
}

0 comments on commit 4584043

Please sign in to comment.