Skip to content

Commit

Permalink
shadow/4.17.1 package update (#38566)
Browse files Browse the repository at this point in the history
fix build failure for shadow package

the patch is no longer required beacuse the file lib/alloc.h was removed
via shadow-maint/shadow#991 PR (commit:

shadow-maint/shadow@3049bef)

the manpage entry was removed because that no longer exists when I build
the package and if we try to remove that then we get no such file or
directory error.

Signed-off-by: kranurag7 <[email protected]>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: kranurag7 <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: kranurag7 <[email protected]>
  • Loading branch information
3 people authored Jan 1, 2025
1 parent 0c01585 commit 4039d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
10 changes: 3 additions & 7 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.1
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: 4115a57f9404a038085e160920fb395827fe34363287f709bb9d8c1ed8cbce02
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 Expand Up @@ -75,9 +74,6 @@ pipeline:
# passwd, login and su should work fine with 'linux-pam' config
# Avoid conlict with coreutils-doc package.
rm ${{targets.destdir}}/usr/share/man/man1/groups.*
# Avoid conflict with man-pages package.
rm ${{targets.destdir}}/usr/share/man/man3/getspnam.3*
rm ${{targets.destdir}}/usr/share/man/man5/passwd.5*
Expand Down
19 changes: 0 additions & 19 deletions shadow/fix-undefined-reference.patch

This file was deleted.

0 comments on commit 4039d52

Please sign in to comment.