Diff chkrootkit-0.54 with a chkrootkit-0.55
/usr/portage/app-forensics/chkrootkit/chkrootkit-0.55.ebuild 2023-10-09 14:52:28.748368331 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 | 6 |
inherit toolchain-funcs |
7 | 7 | |
8 |
GENTOO_PATCH="${PN}-0.54-gentoo.diff" |
|
8 |
GENTOO_PATCH="${PN}-0.55-gentoo.patch" |
|
9 | 9 | |
10 | 10 |
DESCRIPTION="Tool to locally check for signs of a rootkit" |
11 | 11 |
HOMEPAGE="http://www.chkrootkit.org/" |
12 |
SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz |
|
13 |
https://dev.gentoo.org/~polynomial-c/${GENTOO_PATCH}.xz" |
|
12 |
SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz" |
|
13 |
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${GENTOO_PATCH}.bz2" |
|
14 | 14 | |
15 | 15 |
LICENSE="BSD-2" |
16 | 16 |
SLOT="0" |
... | ... | |
21 | 21 | |
22 | 22 |
PATCHES=( |
23 | 23 |
"${WORKDIR}/${GENTOO_PATCH}" |
24 |
"${FILESDIR}/${P}-fcntl_h.patch" |
|
25 |
"${FILESDIR}/${P}-limits_h.patch" |
|
24 | 26 |
) |
25 | 27 | |
26 | 28 |
src_prepare() { |