Skip to content
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

shadow/4.17.4 package update #47471

Merged
merged 2 commits into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions shadow.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated from https://git.alpinelinux.org/aports/plain/community/shadow/APKBUILD
package:
name: shadow
version: "4.17.3"
epoch: 31
version: "4.17.4"
epoch: 0
description: PAM login and passwd utilities
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -31,7 +31,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 09e896c7b01c97ba4be2d6be332c55a3e478b4893cd3c3466d8224e622bd4943
expected-sha256: 554801054694ff7d8a7abdf0d6ece34e2f16e111673cc01b8c9ee1278451181e
uri: https://github.com/shadow-maint/shadow/releases/download/${{package.version}}/shadow-${{package.version}}.tar.xz

- uses: patch
Expand Down Expand Up @@ -184,6 +184,9 @@ subpackages:
mkdir -p ${{targets.subpkgdir}}/etc
mv ${{targets.destdir}}/etc/subuid ${{targets.subpkgdir}}/etc/
mv ${{targets.destdir}}/etc/subgid ${{targets.subpkgdir}}/etc/

# Leaving this empty directory trips up the usrmerge linter
rmdir ${{targets.destdir}}/bin
description: Utilities for using subordinate UIDs and GIDs
dependencies:
runtime:
Expand Down
Loading