From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D7D1158094 for ; Sat, 9 Jul 2022 07:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5654CE08C4; Sat, 9 Jul 2022 07:49:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38165E08C3 for ; Sat, 9 Jul 2022 07:49:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6E3D340C58 for ; Sat, 9 Jul 2022 07:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16EAA3C7 for ; Sat, 9 Jul 2022 07:49:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657352964.cb301fd15c34f1be28abe3a06b35e100fc683347.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/redis/redis-7.0.1-r1.ebuild dev-db/redis/redis-7.0.2.ebuild X-VCS-Directories: dev-db/redis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb301fd15c34f1be28abe3a06b35e100fc683347 X-VCS-Branch: master Date: Sat, 9 Jul 2022 07:49:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 954e59d8-9dad-4d35-be14-5280ca5e64b0 X-Archives-Hash: c896a529cbbc1fe5a7d05d5c584c228b commit: cb301fd15c34f1be28abe3a06b35e100fc683347 Author: Petr Vaněk atlas cz> AuthorDate: Thu Jul 7 09:29:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 9 07:49:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb301fd1 dev-db/redis: restore selinux USE flag The USE flag was removed from redis-7* due to an unfortunate timing. It was introduced in dev-db/redis-7.0.0 in commit 63692502e6f3 ("dev-db/redis: add selinux USE flag") but it was omitted in dev-db/redis-7.0.0-r1 in following commit c401269e5d01 ("dev-db/redis: get rid of external Lua") because PR with proposed change was created before selinux USE flag introduction. However, redis-7.0.0-r1 ebuild was used for version bump of redis-7.0.1 and redis-7.0.2. Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26257 Signed-off-by: Sam James gentoo.org> dev-db/redis/redis-7.0.1-r1.ebuild | 3 ++- dev-db/redis/redis-7.0.2.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-db/redis/redis-7.0.1-r1.ebuild b/dev-db/redis/redis-7.0.1-r1.ebuild index 4bb18fce768c..f43853ced40b 100644 --- a/dev-db/redis/redis-7.0.1-r1.ebuild +++ b/dev-db/redis/redis-7.0.1-r1.ebuild @@ -15,7 +15,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 ~x86-solaris" -IUSE="+jemalloc ssl systemd tcmalloc test" +IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" COMMON_DEPEND=" @@ -29,6 +29,7 @@ RDEPEND=" ${COMMON_DEPEND} acct-group/redis acct-user/redis + selinux? ( sec-policy/selinux-redis ) " BDEPEND=" diff --git a/dev-db/redis/redis-7.0.2.ebuild b/dev-db/redis/redis-7.0.2.ebuild index c8c1359e41d5..3e4ee296d8aa 100644 --- a/dev-db/redis/redis-7.0.2.ebuild +++ b/dev-db/redis/redis-7.0.2.ebuild @@ -15,7 +15,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 ~x86-solaris" -IUSE="+jemalloc ssl systemd tcmalloc test" +IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" COMMON_DEPEND=" @@ -29,6 +29,7 @@ RDEPEND=" ${COMMON_DEPEND} acct-group/redis acct-user/redis + selinux? ( sec-policy/selinux-redis ) " BDEPEND="