Diff redis-6.2.7-r2 with a redis-6.2.11
/usr/portage/dev-db/redis/redis-6.2.11.ebuild 2023-10-09 14:52:29.336368346 +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 | 4 |
EAPI=8 |
... | ... | |
22 | 22 | |
23 | 23 |
LICENSE="BSD" |
24 | 24 |
SLOT="0" |
25 |
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
25 |
KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" |
|
26 | 26 |
IUSE="+jemalloc selinux ssl systemd tcmalloc test" |
27 | 27 |
RESTRICT="!test? ( test )" |
28 | 28 | |
... | ... | |
62 | 62 |
"${FILESDIR}"/${PN}-5.0-shared.patch |
63 | 63 |
"${FILESDIR}"/${PN}-6.2.3-ppc-atomic.patch |
64 | 64 |
"${FILESDIR}"/${PN}-sentinel-5.0-config.patch |
65 | ||
66 |
# see bug 877863 |
|
67 |
"${FILESDIR}/${PN}-6.2.7-cve-2022-3647.patch" |
|
68 | 65 |
) |
69 | 66 | |
70 | 67 |
src_prepare() { |