diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-01-10 11:05:04 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-01-10 11:16:11 +0100 |
commit | 3a7e6b8769400cbbd7e4f3161d8c7dfdd62af8af (patch) | |
tree | a26cfcdc83818cff04864dfcaf39797f18d6122e | |
parent | dev-python/fakeredis: destabilize 2.20.1 for ~arm (diff) | |
download | gentoo-3a7e6b8769400cbbd7e4f3161d8c7dfdd62af8af.tar.gz gentoo-3a7e6b8769400cbbd7e4f3161d8c7dfdd62af8af.tar.bz2 gentoo-3a7e6b8769400cbbd7e4f3161d8c7dfdd62af8af.zip |
dev-db/redis: destabilize 7.0.5-r1 for ~arm
Dropping the stable keyword for arm architecture due to a lack of
security stabilization for over a year.
Bug: https://bugs.gentoo.org/891169
Bug: https://bugs.gentoo.org/898464
Bug: https://bugs.gentoo.org/902501
Bug: https://bugs.gentoo.org/904486
Bug: https://bugs.gentoo.org/910191
Bug: https://bugs.gentoo.org/913741
Bug: https://bugs.gentoo.org/915548#c6
Bug: https://bugs.gentoo.org/915989
Bug: https://bugs.gentoo.org/918847
Bug: https://bugs.gentoo.org/921662
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
-rw-r--r-- | dev-db/redis/redis-7.0.5-r1.ebuild | 4 | ||||
-rw-r--r-- | profiles/arch/arm/package.use.stable.mask | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-db/redis/redis-7.0.5-r1.ebuild b/dev-db/redis/redis-7.0.5-r1.ebuild index ce206c93e4b4..5a83b8f71fee 100644 --- a/dev-db/redis/redis-7.0.5-r1.ebuild +++ b/dev-db/redis/redis-7.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index 9c3a321f715a..67d95e08847d 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -4,6 +4,8 @@ # Petr Vaněk <arkamar@gentoo.org> (2024-01-10) # Destabilize dev-db/redis for ~arm due to a lack of security stabilization # almost one year to this this date. bug 915548#c6 +dev-libs/hiredis test +dev-python/redis test dev-python/sentry-sdk test # Matt Turner <mattst88@gentoo.org> (2023-10-30) |