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.0 package update #38360

Closed
wants to merge 2 commits into from
Closed
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
7 changes: 3 additions & 4 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.16.0
epoch: 2
version: 4.17.0
epoch: 0
description: PAM login and passwd utilities
copyright:
- license: BSD-3-Clause
Expand All @@ -27,13 +27,12 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: b78e3921a95d53282a38e90628880624736bf6235e36eea50c50835f59a3530b
expected-sha256: df0d29d09ed1db609234aaec670f55ebf724bc7bd0b377c8a299913669b7878e
uri: https://github.com/shadow-maint/shadow/releases/download/${{package.version}}/shadow-${{package.version}}.tar.xz

- uses: patch
with:
patches: |
fix-undefined-reference.patch \
useradd-defaults.patch

- uses: autoconf/configure
Expand Down
Loading