net-dns/check_dane: Nagios plugin for DANE (new ebuild)
Nagios/Icinga plugin for checking DANE/TLSA records Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
7925db6515
commit
f074b8aa1b
3
net-dns/check_dane/Manifest
Normal file
3
net-dns/check_dane/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
|||
DIST check_dane-0.1.tar.gz 16010 BLAKE2B 732be35ac9039e49890200f0c76004f66ca27167e6ee39dce31b4cf675b9102150e656ef440a47fea17744198b1ec0fa7980f8530f4626518b08c92f5110c35c SHA512 4abe3fbe273d371739d941558c332f93b98f8656902148ed351738cd67a941356827b24c5ce0c33eb222bbe9dfd0bc79b699be4d4f86ed1f644c20bdac43ada1
|
||||
DIST check_dane-1.0.tar.gz 16732 BLAKE2B 6c38dc369dfb41b7060bc7d45c0a9717d9a3150afc8215425c645b06b7d04eb0f71684d9b72e31c921a5fd3a7a54fa3777fc9bc3670f78dcb16c4e48e9ba0fbf SHA512 c10d7f8ecda249799a81aa41670922daf0a46679aae9c9f9a8e6f0073bcd1a87da04d10a946cb60359f21713aefcee2fa906f11c9f2fa1e70cd95f78aafd9eb0
|
||||
DIST check_dane-1.1.tar.gz 17052 BLAKE2B c9a0bab7464df2967e8ff95bc8b3a1a9fb4dc4be6b48dfe8b09f4552ddf69f5b6fd722edb28d735a160ad14d12131b4f1166c9c67717e5733e9b55ad9e4acf3e SHA512 b27675ca62245b93f9bab7a49d307106a9df79e04172eb66258f499ecd3bb455bdace1daeab3feecc98d0f60b11e8b1fbc5f00fff160e75412f5db9bfcca3ac8
|
29
net-dns/check_dane/check_dane-0.1.ebuild
Normal file
29
net-dns/check_dane/check_dane-0.1.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Nagios/Icinga plugin for checking DANE/TLSA records"
|
||||
HOMEPAGE="https://github.com/debfx/check_dane"
|
||||
MY_GITHUB_AUTHOR="debfx"
|
||||
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-lang/python-3.4
|
||||
dev-libs/openssl
|
||||
dev-python/dnspython
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/lib64/nagios/plugins/
|
||||
doexe check_dane
|
||||
|
||||
dodoc README.md
|
||||
}
|
29
net-dns/check_dane/check_dane-1.0.ebuild
Normal file
29
net-dns/check_dane/check_dane-1.0.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Nagios/Icinga plugin for checking DANE/TLSA records"
|
||||
HOMEPAGE="https://github.com/debfx/check_dane"
|
||||
MY_GITHUB_AUTHOR="debfx"
|
||||
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-lang/python-3.4
|
||||
dev-libs/openssl
|
||||
dev-python/dnspython
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/lib64/nagios/plugins/
|
||||
doexe check_dane
|
||||
|
||||
dodoc README.md
|
||||
}
|
29
net-dns/check_dane/check_dane-1.1.ebuild
Normal file
29
net-dns/check_dane/check_dane-1.1.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Nagios/Icinga plugin for checking DANE/TLSA records"
|
||||
HOMEPAGE="https://github.com/debfx/check_dane"
|
||||
MY_GITHUB_AUTHOR="debfx"
|
||||
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-lang/python-3.4
|
||||
dev-libs/openssl
|
||||
dev-python/dnspython
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/lib64/nagios/plugins/
|
||||
doexe check_dane
|
||||
|
||||
dodoc README.md
|
||||
}
|
8
net-dns/check_dane/metadata.xml
Normal file
8
net-dns/check_dane/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue