diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 22:41:01 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 22:41:01 -0500 |
| commit | 43306ef27d24d3d58fc4ca27fc6fd841a1893994 (patch) | |
| tree | b625d883c3db1310d33046d7017987efda0e5f72 | |
| parent | fc4f5c1cf0b77cc9cb3b5b4f14dc1e31113ba87e (diff) | |
| download | baldeagleos-repo-43306ef27d24d3d58fc4ca27fc6fd841a1893994.tar.gz baldeagleos-repo-43306ef27d24d3d58fc4ca27fc6fd841a1893994.tar.xz baldeagleos-repo-43306ef27d24d3d58fc4ca27fc6fd841a1893994.zip | |
package.mask: narrow pam mask to 1.7.0 only, 1.7.1+ is fixed
| -rw-r--r-- | profiles/package.mask/liguros-workarounds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/package.mask/liguros-workarounds b/profiles/package.mask/liguros-workarounds index 91aa1e3e1fea..806cadccd5de 100644 --- a/profiles/package.mask/liguros-workarounds +++ b/profiles/package.mask/liguros-workarounds @@ -6,4 +6,5 @@ >=net-misc/socat-2 # masking pam 1.7.0 as the passwd command fails with "Module is unknown" https://gitlab.com/liguros/bugs/-/issues/336 ->=sys-libs/pam-1.7.0 +# Bug fixed in 1.7.1+ — only mask the broken release +=sys-libs/pam-1.7.0 |
