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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94F06138350 for ; Thu, 6 Feb 2020 23:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79B26E086B; Thu, 6 Feb 2020 23:06:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 413D3E0869 for ; Thu, 6 Feb 2020 23:06:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8052B34E827 for ; Thu, 6 Feb 2020 23:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9943114 for ; Thu, 6 Feb 2020 23:06:44 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1581030394.d7d0d98ea093bb29a81c1f9c0d27d823c61e8640.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/, sys-apps/busybox/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-1.31.1-r1.ebuild sys-apps/busybox/busybox-1.31.1.ebuild sys-apps/busybox/files/busybox-1.31.1-glibc-2.31.patch X-VCS-Directories: sys-apps/busybox/files/ sys-apps/busybox/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: d7d0d98ea093bb29a81c1f9c0d27d823c61e8640 X-VCS-Branch: master Date: Thu, 6 Feb 2020 23:06:44 +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: 36cfa2a4-5b63-489e-85fd-aafeac11be8c X-Archives-Hash: f063ce090ef8bb1d0d8a94fa115d6f52 commit: d7d0d98ea093bb29a81c1f9c0d27d823c61e8640 Author: Patrick McLean sony com> AuthorDate: Thu Feb 6 23:06:22 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Feb 6 23:06:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d0d98e sys-apps/busybox-1.31.1-r1: Revbump, virtual/libxcrypt, fix bug #708350 Closes: https://bugs.gentoo.org/708350 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> ...ybox-1.31.1.ebuild => busybox-1.31.1-r1.ebuild} | 15 +++-- .../busybox/files/busybox-1.31.1-glibc-2.31.patch | 65 ++++++++++++++++++++++ 2 files changed, 75 insertions(+), 5 deletions(-) diff --git a/sys-apps/busybox/busybox-1.31.1.ebuild b/sys-apps/busybox/busybox-1.31.1-r1.ebuild similarity index 97% rename from sys-apps/busybox/busybox-1.31.1.ebuild rename to sys-apps/busybox/busybox-1.31.1-r1.ebuild index c15fa90610c..0ee063abe46 100644 --- a/sys-apps/busybox/busybox-1.31.1.ebuild +++ b/sys-apps/busybox/busybox-1.31.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See `man savedconfig.eclass` for info on how to use USE=savedconfig. -EAPI=6 +EAPI=7 inherit flag-o-matic savedconfig toolchain-funcs @@ -26,14 +26,18 @@ REQUIRED_USE="pam? ( !static )" RESTRICT="test" COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) ) - pam? ( sys-libs/pam )" + pam? ( sys-libs/pam ) + virtual/libcrypt" DEPEND="${COMMON_DEPEND} - static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) ) + static? ( + virtual/libcrypt[static-libs] + selinux? ( sys-libs/libselinux[static-libs(+)] ) + ) >=sys-kernel/linux-headers-2.6.39" RDEPEND="${COMMON_DEPEND} mdev? ( !