commit: 286a0d6245d9396a0fd6e425ae24d2621e671ce1 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Mar 20 21:46:31 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 19:16:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286a0d62
app-forensics/rkhunter: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-forensics/rkhunter/rkhunter-1.4.6-r1.ebuild | 6 +++--- 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=""
