Skip to content

Commit 86a2e65

Browse files
authoredMar 20, 2025
Merge pull request #47471 from wolfi-dev/wolfictl-0ba1dfd5-7458-4505-8a95-73317d210670
shadow/4.17.4 package update
2 parents c789737 + 4e527ef commit 86a2e65

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎shadow.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Generated from https://git.alpinelinux.org/aports/plain/community/shadow/APKBUILD
22
package:
33
name: shadow
4-
version: "4.17.3"
5-
epoch: 31
4+
version: "4.17.4"
5+
epoch: 0
66
description: PAM login and passwd utilities
77
copyright:
88
- license: BSD-3-Clause
@@ -31,7 +31,7 @@ environment:
3131
pipeline:
3232
- uses: fetch
3333
with:
34-
expected-sha256: 09e896c7b01c97ba4be2d6be332c55a3e478b4893cd3c3466d8224e622bd4943
34+
expected-sha256: 554801054694ff7d8a7abdf0d6ece34e2f16e111673cc01b8c9ee1278451181e
3535
uri: https://github.com/shadow-maint/shadow/releases/download/${{package.version}}/shadow-${{package.version}}.tar.xz
3636

3737
- uses: patch
@@ -184,6 +184,9 @@ subpackages:
184184
mkdir -p ${{targets.subpkgdir}}/etc
185185
mv ${{targets.destdir}}/etc/subuid ${{targets.subpkgdir}}/etc/
186186
mv ${{targets.destdir}}/etc/subgid ${{targets.subpkgdir}}/etc/
187+
188+
# Leaving this empty directory trips up the usrmerge linter
189+
rmdir ${{targets.destdir}}/bin
187190
description: Utilities for using subordinate UIDs and GIDs
188191
dependencies:
189192
runtime:

0 commit comments

Comments
 (0)