-
Notifications
You must be signed in to change notification settings - Fork 3.8k
shadow: update to 4.18.0 #26890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
shadow: update to 4.18.0 #26890
Conversation
|
It seems that "shadow" package now depends on libbsd even with musl libc. |
|
@neheb friendly ping :) |
|
Rebased after openwrt/openwrt#19353 and #26944. |
|
One more catch: when
As one may see, |
|
Compile-/run-tested: mediatek/filogic (GL.iNet GL-MT6000), ath79/generic (TP-Link Archer C7 v2). |
172477d to
2519d1b
Compare
|
@rockdrilla: Nice PR :) |
|
At least it works on my router. 😅 |
- remove absent utils ("groups" and "lastlog"):
- "groups" is already provided by "coreutils"
- "lastlog" is should be (re)introduced by "util-linux"
- adjust "004-fix-su-controoling-term.patch" to be more readable
Signed-off-by: Konstantin Demin <[email protected]>
glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin <[email protected]>
Depends on: openwrt/openwrt#19293