File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Generated from https://git.alpinelinux.org/aports/plain/community/shadow/APKBUILD
2
2
package :
3
3
name : shadow
4
- version : " 4.17.3 "
5
- epoch : 31
4
+ version : " 4.17.4 "
5
+ epoch : 0
6
6
description : PAM login and passwd utilities
7
7
copyright :
8
8
- license : BSD-3-Clause
@@ -31,7 +31,7 @@ environment:
31
31
pipeline :
32
32
- uses : fetch
33
33
with :
34
- expected-sha256 : 09e896c7b01c97ba4be2d6be332c55a3e478b4893cd3c3466d8224e622bd4943
34
+ expected-sha256 : 554801054694ff7d8a7abdf0d6ece34e2f16e111673cc01b8c9ee1278451181e
35
35
uri : https://github.com/shadow-maint/shadow/releases/download/${{package.version}}/shadow-${{package.version}}.tar.xz
36
36
37
37
- uses : patch
@@ -184,6 +184,9 @@ subpackages:
184
184
mkdir -p ${{targets.subpkgdir}}/etc
185
185
mv ${{targets.destdir}}/etc/subuid ${{targets.subpkgdir}}/etc/
186
186
mv ${{targets.destdir}}/etc/subgid ${{targets.subpkgdir}}/etc/
187
+
188
+ # Leaving this empty directory trips up the usrmerge linter
189
+ rmdir ${{targets.destdir}}/bin
187
190
description : Utilities for using subordinate UIDs and GIDs
188
191
dependencies :
189
192
runtime :
You can’t perform that action at this time.
0 commit comments