diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-20 22:48:40 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:16:13 +0200 |
commit | b7d965676f7af3991b7e0764a76c6cf8f98872a2 (patch) | |
tree | fe5ecb7cbdf8c8d57408dcef0b2852bbc25b7681 /app-forensics/unhide | |
parent | app-forensics/rkhunter: use HTTPS, fix LICENSE (diff) | |
download | gentoo-b7d965676f7af3991b7e0764a76c6cf8f98872a2.tar.gz gentoo-b7d965676f7af3991b7e0764a76c6cf8f98872a2.tar.bz2 gentoo-b7d965676f7af3991b7e0764a76c6cf8f98872a2.zip |
app-forensics/unhide: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-forensics/unhide')
-rw-r--r-- | app-forensics/unhide/unhide-20210124.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-forensics/unhide/unhide-20210124.ebuild b/app-forensics/unhide/unhide-20210124.ebuild index 1c0bcc068a31..a61b5eda75cd 100644 --- a/app-forensics/unhide/unhide-20210124.ebuild +++ b/app-forensics/unhide/unhide-20210124.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" inherit toolchain-funcs -DESCRIPTION="A forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs" -HOMEPAGE="http://www.unhide-forensics.info" +DESCRIPTION="Forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs" +HOMEPAGE="https://www.unhide-forensics.info" SRC_URI="https://github.com/YJesus/Unhide/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |