summaryrefslogtreecommitdiff
path: root/sys-apps/shadow
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-09 16:33:39 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-09 16:33:39 +0100
commit785047acce64d1217286105397cc6fe433c34cb3 (patch)
tree714041fe6d930b5e1c4f005d501fdb914c4834b5 /sys-apps/shadow
parent6440e1dd038e7df4f9df7dd5127d3b1c6f39034e (diff)
gentoo auto-resync : 09:09:2023 - 16:33:38
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r--sys-apps/shadow/Manifest2
-rw-r--r--sys-apps/shadow/shadow-4.14.0-r2.ebuild (renamed from sys-apps/shadow/shadow-4.14.0.ebuild)5
2 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/shadow/Manifest b/sys-apps/shadow/Manifest
index c3e891e89677..aefae8c250d7 100644
--- a/sys-apps/shadow/Manifest
+++ b/sys-apps/shadow/Manifest
@@ -13,5 +13,5 @@ DIST shadow-4.14.0.tar.xz 1787892 BLAKE2B 6e9a6108f856953ec91c597e46ad4f912101a8
DIST shadow-4.14.0.tar.xz.asc 488 BLAKE2B e9ccdb38f130088ba2193e40a4ef7ccce3a592972bc7cb4e50cd8ad768c152b9bbb61432abbfe6ccc0cbed3979b4f54b8da68d1c58cb25bdb668bf5427b5a628 SHA512 d011a732d73b4b066ca8d204c0420303f925c87efc7655feb5c5f60b619d67da450e220ee44f6c86929ae79cbd4343136fe9c20d25b39fa0a228a48e57636309
EBUILD shadow-4.13-r3.ebuild 6691 BLAKE2B d0c7fc3f67abff01e1d4e837e48070f7e2ffb9d1c207ddfa0473fce913f5696dad249392a86d4c0e7f4d2d549544b2496707d5070138eee3a2921c102b385197 SHA512 933cf33c7134e40bd1d3f8802590605a2df5c0c6943358098b9e7cb62a97e7f89e4aa8a903a92c64182f92aca888dbbd2c326b8ea4eb5501f2805c36f70c74ef
EBUILD shadow-4.13-r4.ebuild 6774 BLAKE2B e43e76ca053076eae533bad9fbeca0e40e386383c924c2fe99f93741f7c6c27a8d5daebd7a95849a4c4dc8c9183b8d565ccc8d420bd07eeed46ac24d94fe44bf SHA512 206084e1875222e99c683c17e76aca9b246169d12ce3294b6da507d85b1708b0e1b32522ea277c0d72427c66d148244b3f3807330f8a052beb9fe50a1abb0754
-EBUILD shadow-4.14.0.ebuild 6963 BLAKE2B 72ceccee31b8c6377a1590197113cdaf5e2869928b7710a256bedb4fbbeb7c9262864abaa20d1302a6ff7955e507afdf6650659f55dcd9181a25845ab738f3e0 SHA512 048ee553df8600ac3d2a86e941a76e25eee13dcd25c59743f5f2d104159998129814d9be82cc674214d5235e48a5c674502116f402138c8a2061e0a5628e0eec
+EBUILD shadow-4.14.0-r2.ebuild 6969 BLAKE2B 034a6eb0efc534a7abaad2d430a2bdf993665fa8b8e7e605dbd8a9d58dd9941c7e65ff0707fe86c6eb340954ade988cda0fa2f6ec355646558ef32688360889f SHA512 91268d18de2d6a69ee19ee49dbc1d42b982e1dc62142785a4a1972bc693db6c0b9ce3ec8e003d4f34bfdbf879bf202263ae29a6cac37ea04a4d2ad2d1c3a6b6b
MISC metadata.xml 606 BLAKE2B 2b14042f4702a908f8250c3fb6499ea33d8a8c44072707aa44881a36e3cc710256a821f8cd82c5214b32e9f5632745db4fdf00dd722f6fb7401e2f6b0bfbb4fd SHA512 694e039ae781982e8cbe6670b4e9c93b43455715ce4b9830a5fa61e6bf3eb91abcc284bf29c64fab055ba9754edaeab5d2da8140dbb2794fc1f534e2ccbb2b16
diff --git a/sys-apps/shadow/shadow-4.14.0.ebuild b/sys-apps/shadow/shadow-4.14.0-r2.ebuild
index cd807483b88c..b56af87c4778 100644
--- a/sys-apps/shadow/shadow-4.14.0.ebuild
+++ b/sys-apps/shadow/shadow-4.14.0-r2.ebuild
@@ -19,7 +19,7 @@ LICENSE="BSD GPL-2"
# Subslot is for libsubid's SONAME.
SLOT="0/4"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="acl audit bcrypt cracklib nls pam selinux skey split-usr su systemd xattr"
+IUSE="acl audit cracklib nls pam selinux skey split-usr su systemd xattr"
# Taken from the man/Makefile.am file.
LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )
@@ -82,12 +82,13 @@ src_configure() {
--with-libbsd
--without-group-name-max-length
--without-tcb
+ --with-bcrypt
+ --with-yescrypt
$(use_enable nls)
# TODO: wire up upstream for elogind too
$(use_enable systemd logind)
$(use_with acl)
$(use_with audit)
- $(use_with bcrypt)
$(use_with cracklib libcrack)
$(use_with elibc_glibc nscd)
$(use_with pam libpam)