summaryrefslogtreecommitdiff
path: root/system/shadow/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-09 04:11:33 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-09 04:11:33 +0000
commit8336720f7baf6f079c4ab210b7e04d365677aaa2 (patch)
treeb711665a792921be30e50d2ff30db65d653c78ab /system/shadow/APKBUILD
parentb6d7e004ac0d0886de30c406608716f7901998ce (diff)
downloadpackages-8336720f7baf6f079c4ab210b7e04d365677aaa2.tar.gz
packages-8336720f7baf6f079c4ab210b7e04d365677aaa2.tar.bz2
packages-8336720f7baf6f079c4ab210b7e04d365677aaa2.tar.xz
packages-8336720f7baf6f079c4ab210b7e04d365677aaa2.zip
system/shadow: bump to 4.7
Diffstat (limited to 'system/shadow/APKBUILD')
-rw-r--r--system/shadow/APKBUILD23
1 files changed, 4 insertions, 19 deletions
diff --git a/system/shadow/APKBUILD b/system/shadow/APKBUILD
index 5c27eedf5..4d929eca0 100644
--- a/system/shadow/APKBUILD
+++ b/system/shadow/APKBUILD
@@ -2,23 +2,21 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=shadow
-pkgver=4.6
-pkgrel=3
+pkgver=4.7
+pkgrel=0
pkgdesc="Login and password management utilities"
url="https://github.com/shadow-maint/shadow"
arch="all"
options="suid"
license="BSD-3-Clause OR Artistic-1.0-Perl"
depends=""
-makedepends="linux-pam-dev autoconf automake utmps-dev"
+makedepends="linux-pam-dev utmps-dev"
subpackages="$pkgname-doc $pkgname-dbg $pkgname-lang $pkgname-uidmap"
source="https://github.com/shadow-maint/shadow/releases/download/$pkgver/shadow-$pkgver.tar.xz
login.pamd
dots-in-usernames.patch
useradd-usergroups.patch
pam-useradd.patch
- utmpx.patch
- support-m4-dirs.patch
useradd-zsh.patch
"
# secfixes:
@@ -29,15 +27,7 @@ source="https://github.com/shadow-maint/shadow/releases/download/$pkgver/shadow-
# 4.2.1-r7:
# - CVE-2016-6252
-prepare() {
- cd "$builddir"
- default_prepare
- autoreconf -v -f --install
-}
-
build() {
- cd "$builddir"
-
LIBS="-lutmps -lskarnet" ./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -60,13 +50,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
-
make DESTDIR="$pkgdir" install
# Do not install these pam.d files they are broken and outdated.
@@ -108,11 +95,9 @@ uidmap() {
touch "$subpkgdir"/etc/subuid "$subpkgdir"/etc/subgid
}
-sha512sums="e8eee52c649d9973f724bc2d5aeee71fa2e6a2e41ec3487cd6cf6d47af70c32e0cdf304df29b32eae2b6eb6f9066866b5f2c891add0ec87ba583bea3207b3631 shadow-4.6.tar.xz
+sha512sums="331ff09ec084149b88ac23c0f7e3b3eb02deba03a1623d46f0abdab4dbae50db2146c3cab8c1e36e8f0b496089204d2cc274265f552fb81bc2deb49ce44c7284 shadow-4.7.tar.xz
46a6f83f3698e101b58b8682852da749619412f75dfa85cecad03d0847f6c3dc452d984510db7094220e4570a0565b83b0556e16198ad894a3ec84b3e513d58d login.pamd
e5b276be0852c7c50257e73237144141991b628c2032e47e066d3ae1f8a480d4aff9ccb3f29a9ee25cb3fd39a1f6e1f8349be4ace5e1db7c392b3c3dd3a08845 dots-in-usernames.patch
49f1d5ded82d2d479805c77d7cc6274c30233596e375b28306b31a33f8fbfc3611dbc77d606081b8300247908c267297dbb6c5d1a30d56095dda53c6a636fb56 useradd-usergroups.patch
0b4587e263cb6be12fa5ae6bc3b3fc4d3696dae355bc67d085dc58c52ff96edb4d163b95db2092b8c2f3310839430cac03c7af356641b42e24ee4aa6410f5cf1 pam-useradd.patch
-0ae5df1a287b8fa07fa9b9061dd3d5e6198527a6d9e9d4a9e2885f7a3884d1935e56856e25f1c092475aa31cee31b11d3bc7f9efe0347b0811ae53a805b2f26e utmpx.patch
-ec0ef7038b385954b7e47b0414839d30c99edcc96863a06a8e90f04bcc943c6c30274fc382f15ca74ceca57bef36c90feae6e7d363ed8c6408ae4f2bf938dacb support-m4-dirs.patch
7f8e19cdf0b6dfb111feedd528f31aa06e79450c5bb35549ba3ebabede2661f65833adf164237fced77780d1254a66a3595b6b1c05571695e322514f549f3cc7 useradd-zsh.patch"