diff options
author | 2023-03-20 22:46:31 +0100 | |
---|---|---|
committer | 2023-04-01 21:16:12 +0200 | |
commit | 286a0d6245d9396a0fd6e425ae24d2621e671ce1 (patch) | |
tree | e601b693765c0926bc34cb59959c602bbc86f470 /app-forensics | |
parent | app-editors/hteditor: use HTTPS (diff) | |
download | gentoo-286a0d6245d9396a0fd6e425ae24d2621e671ce1.tar.gz gentoo-286a0d6245d9396a0fd6e425ae24d2621e671ce1.tar.bz2 gentoo-286a0d6245d9396a0fd6e425ae24d2621e671ce1.zip |
app-forensics/rkhunter: 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')
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.4.6-r1.ebuild | 6 | ||||
-rw-r--r-- | app-forensics/rkhunter/rkhunter-1.4.6-r2.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-forensics/rkhunter/rkhunter-1.4.6-r1.ebuild b/app-forensics/rkhunter/rkhunter-1.4.6-r1.ebuild index e591f19bb88c..7036144838c6 100644 --- a/app-forensics/rkhunter/rkhunter-1.4.6-r1.ebuild +++ b/app-forensics/rkhunter/rkhunter-1.4.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 inherit bash-completion-r1 DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers" -HOMEPAGE="http://rkhunter.sf.net/" +HOMEPAGE="https://rkhunter.sf.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~mips ppc x86" IUSE="" diff --git a/app-forensics/rkhunter/rkhunter-1.4.6-r2.ebuild b/app-forensics/rkhunter/rkhunter-1.4.6-r2.ebuild index 8a3e9fd1a108..e9ae0125172b 100644 --- a/app-forensics/rkhunter/rkhunter-1.4.6-r2.ebuild +++ b/app-forensics/rkhunter/rkhunter-1.4.6-r2.ebuild @@ -6,11 +6,11 @@ EAPI=8 inherit bash-completion-r1 DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers" -HOMEPAGE="http://rkhunter.sf.net/" +HOMEPAGE="https://rkhunter.sf.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-grep-3.8.patch.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86" IUSE="" |