net-analyzer/scanlogd: wire up verify-sig

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-01-19 09:51:02 +00:00
parent 8c3d799be2
commit 6d6fdaa5ea
2 changed files with 9 additions and 3 deletions

View File

@@ -1 +1,2 @@
DIST scanlogd-2.2.8.tar.gz 12190 BLAKE2B 26396c3174de3d3cceed9833354cae7d7bbcf3078a81472ae1fa28856f011e6984fa8182a994d5a10632c19f15f86e31f1ee73309273cad04e05fec942afa0a4 SHA512 92f7a28dd40593dad6afae4fd0572efeceea3f43f334ff82c349538d4a28e9ab624912f82fc5c102a4a9937009bbf7b76a81029588e2815ff9b305144143572a
DIST scanlogd-2.2.8.tar.gz.sig 801 BLAKE2B d14643b84c26aaf23662db804ce29eef76077beda37bd54ebff857c939b8768e1c0a9e4fa8df53a4c8929f3c1d49930544a5f718171a3e9877f29c014333ad20 SHA512 2fc46af5fe7395b10ad275fec0ff943139aa83675fbfbbd61c0a86fd6c9c7fa070110249ab0df04dd167881797d29b3c22fb1ff92f7842106250d506967fa0f7

View File

@@ -1,13 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit savedconfig toolchain-funcs
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/openwall.asc
inherit savedconfig toolchain-funcs verify-sig
DESCRIPTION="A port scan detection tool"
SRC_URI="https://www.openwall.com/scanlogd/${P}.tar.gz"
HOMEPAGE="https://www.openwall.com/scanlogd/"
SRC_URI="
https://www.openwall.com/scanlogd/${P}.tar.gz
verify-sig? ( https://www.openwall.com/scanlogd/${P}.tar.gz.sign -> ${P}.tar.gz.sig )
"
LICENSE="scanlogd GPL-2" # GPL-2 for initscript
SLOT="0"
@@ -24,6 +28,7 @@ RDEPEND="
acct-group/scanlogd
acct-user/scanlogd
"
BDEPEND="sec-keys/openpgp-keys-openwall"
PATCHES=(
"${FILESDIR}"/${PN}-2.2.7-gentoo.patch