commit: abc73485106492b6d0d20ff558c1a856ced1f79d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 24 02:38:23 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 24 02:40:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc73485
profiles: unmask Bash 5.2 and Readline 8.2 There's still a few issues - their presence is subideal, but there's no specific regressions wrt Gentoo usage now, and they're things to take to upstream (and lobby them over) if it's a problem. That is, there's some changes in behaviour the Bash community is understandably not happy about, but there's nothing concrete which upstream would agree is a bug as things stand. Bug: https://bugs.gentoo.org/881379 Closes: https://bugs.gentoo.org/873931 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 083f5e181cca..d246e876febb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -544,11 +544,6 @@ virtual/httpd-php:8.2 # and accept a more unstable release. >=www-client/chromium-108 -# Sam James <[email protected]> (2022-09-26) -# Masked for testing. Please report bugs! -=app-shells/bash-5.2* -=sys-libs/readline-8.2* - # John Helmert III <[email protected]> (2022-09-18) # Unfixed root privilege escalation, bug #631552 sys-cluster/slurm
