summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-08-12 19:14:56 +0200
committerJuergen Daubert <jue@jue.li>2022-08-12 19:14:56 +0200
commit9b90f9db3d1db537024a855c43f0c62c35ded4a9 (patch)
tree2b5036160878da53195e21d69aeaad38c96607fc
parentdf47aea8bfea9dc133548b773fd6391cb2fc648b (diff)
downloadcore-9b90f9db3d1db537024a855c43f0c62c35ded4a9.tar.gz
core-9b90f9db3d1db537024a855c43f0c62c35ded4a9.tar.xz
shadow: update to 4.12
-rw-r--r--shadow/.signature6
-rw-r--r--shadow/Pkgfile6
2 files changed, 7 insertions, 5 deletions
diff --git a/shadow/.signature b/shadow/.signature
index 110a6e09..44b0b9ea 100644
--- a/shadow/.signature
+++ b/shadow/.signature
@@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqjDQBRL8Inafb8HnEq/gJUZzIRuJp4+c2jCe3Ta6bBsiRPEJsG6O1ZMMjHHpuebx33BCgu/4gWXq22NC2GqDGQY=
-SHA256 (Pkgfile) = f2236f9f7dc4e1f4cf50d0142946a5290a918fa3156fd8bb4fbbda984324281d
+RWRJc1FUaeVeqlwblxCBUq8nDIeDEx+1XCGv6GQNgoZ4LSWw8qdLYTl1gnNjlnEs6mU9ir+u9OYq4My64VvCpglXC5hQcKs6bAM=
+SHA256 (Pkgfile) = b06a185038e056afdbaabc32f1111b370826bcc2fcc55d54f3f676bd2a2f9e8a
SHA256 (.footprint) = 64614a7fcc7b8c2330824675ccbe9a7601cff4f12fe6d87ac9d9a10d11471d3e
-SHA256 (shadow-4.11.1.tar.xz) = 41f093ce58b2ae5f389a1c5553e0c18bc73e6fe27f66273891991198a7707c95
+SHA256 (shadow-4.12.tar.xz) = dd4cb17c169b16959264f62f3a9deca908dc63908a61d43a8bfef6c23bb1e738
SHA256 (pwck) = c62f1bf5785c2bb93bb269156bfa02b06728a01ff5d6c2e09cf6285701a1fda0
SHA256 (login.defs) = def991c4bc012834d726a4010783634a930558b91650bc4cba5fe822064c3535
SHA256 (chfn) = b31ef7a14f747e114c970027a57acb5dcefffee439ce0b4a7d55cc2f6b632fcf
diff --git a/shadow/Pkgfile b/shadow/Pkgfile
index 88bb4fe5..31195970 100644
--- a/shadow/Pkgfile
+++ b/shadow/Pkgfile
@@ -4,15 +4,17 @@
# Depends on: acl linux-pam
name=shadow
-version=4.11.1
+version=4.12
release=1
-source=(https://github.com/shadow-maint/$name/releases/download/v$version/$name-$version.tar.xz \
+source=(https://github.com/shadow-maint/$name/releases/download/$version/$name-$version.tar.xz \
pwck login.defs chfn chsh login groupadd groupdel \
groupmems groupmod passwd su useradd userdel usermod)
build() {
cd $name-$version
+ sed 's|man/uk/Makefile||' -i configure
+
./configure \
--prefix=/usr \
--bindir=/usr/bin \

Generated by cgit