Сравнение screen-4.9.0-r1 с screen-4.9.0-r2
/usr/portage/app-misc/screen/screen-4.9.0-r2.ebuild 2023-10-09 14:52:28.820368333 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit autotools flag-o-matic pam tmpfiles |
7 | 7 | |
... | ... | |
10 | 10 | |
11 | 11 |
if [[ ${PV} != 9999 ]] ; then |
12 | 12 |
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" |
13 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
13 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 | 14 |
else |
15 | 15 |
inherit git-r3 |
16 | 16 |
EGIT_REPO_URI="https://git.savannah.gnu.org/git/screen.git" |
... | ... | |
35 | 35 |
"${FILESDIR}"/${PN}-4.3.0-no-utempter.patch |
36 | 36 |
"${FILESDIR}"/${PN}-4.6.2-utmp-exit.patch |
37 | 37 |
"${FILESDIR}"/${PN}-4.9.0-configure-implicit-function-decls.patch |
38 |
"${FILESDIR}"/${P}-CVE-2023-24626.patch |
|
38 | 39 |
) |
39 | 40 | |
40 | 41 |
src_prepare() { |