mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump shadow version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
c2e3faf540
commit
3bc1f8fefd
2 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="4.6"
|
VERSION="4.7"
|
||||||
SRCDIR="shadow-${VERSION}"
|
SRCDIR="shadow-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://github.com/shadow-maint/shadow/releases/download/${VERSION}"
|
URL="https://github.com/shadow-maint/shadow/releases/download/${VERSION}"
|
||||||
SHA256SUM="0998c8d84242a231ab0acb7f8613927ff5bcff095f8aa6b79478893a03f05583"
|
SHA256SUM="e5e196a4a7e3b228c812f3163d368be3e932e6eaa4e616677a148d9ec921e16c"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
dir bin 0755 0 0
|
||||||
file bin/login 0755 0 0
|
file bin/login 0755 0 0
|
||||||
file bin/su 04555 0 0
|
file bin/su 04555 0 0
|
||||||
file bin/passwd 04555 0 0
|
file bin/passwd 04555 0 0
|
||||||
|
@ -8,6 +9,7 @@ file bin/groupmod 0755 0 0
|
||||||
file bin/useradd 0755 0 0
|
file bin/useradd 0755 0 0
|
||||||
file bin/userdel 0755 0 0
|
file bin/userdel 0755 0 0
|
||||||
file bin/usermod 0755 0 0
|
file bin/usermod 0755 0 0
|
||||||
|
dir etc 0755 0 0
|
||||||
file etc/login.defs 0644 0 0
|
file etc/login.defs 0644 0 0
|
||||||
dir etc/default 0755 0 0
|
dir etc/default 0755 0 0
|
||||||
file etc/default/useradd 0644 0 0
|
file etc/default/useradd 0644 0 0
|
||||||
|
|
Loading…
Reference in a new issue