aboutsummaryrefslogtreecommitdiffstats
path: root/community/utmps
diff options
context:
space:
mode:
authorLaurent Bercot <ska-devel@skarnet.org>2019-07-25 03:09:07 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-08-09 16:53:00 -0300
commitac1a1f8ece13cf4757671e91cb17a71e40997201 (patch)
tree8e293b7a74b70022fe3b23bb21baeecb716639cb /community/utmps
parent661b9a63587b598fc1aa8f8940eca865f3f25430 (diff)
downloadaports-ac1a1f8ece13cf4757671e91cb17a71e40997201.tar.bz2
aports-ac1a1f8ece13cf4757671e91cb17a71e40997201.tar.xz
community/utmps: upgrade to 0.0.2.2
Diffstat (limited to 'community/utmps')
-rw-r--r--community/utmps/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/utmps/APKBUILD b/community/utmps/APKBUILD
index 5d58b534ad..38c0771e22 100644
--- a/community/utmps/APKBUILD
+++ b/community/utmps/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Laurent Bercot <ska-devel@skarnet.org>
# Contributor: Laurent Bercot <ska-devel@skarnet.org>
pkgname=utmps
-pkgver=0.0.2.1
-pkgrel=1
+pkgver=0.0.2.2
+pkgrel=0
pkgdesc="A secure utmp/wtmp implementation"
url="https://skarnet.org/software/$pkgname/"
arch="all"
@@ -38,7 +38,7 @@ package() {
cp -f "$srcdir/$pkgname.initd" "$pkgdir/etc/init.d/$pkgname"
cp -f "$srcdir/utmpd.run" "$pkgdir/var/lib/$pkgname/services/utmpd/run"
echo 3 > "$pkgdir/var/lib/$pkgname/services/utmpd/notification-fd"
- s6-mkfifodir -g0 -- "$pkgdir/var/lib/$pkgname/services/utmpd/event"
+ s6-mkfifodir -g 0 -- "$pkgdir/var/lib/$pkgname/services/utmpd/event"
cp -f "$srcdir/wtmpd.run" "$pkgdir/var/lib/$pkgname/services/wtmpd/run"
echo 3 > "$pkgdir/var/lib/$pkgname/services/wtmpd/notification-fd"
s6-mkfifodir -g 0 -- "$pkgdir/var/lib/$pkgname/services/wtmpd/event"
@@ -63,7 +63,7 @@ doc() {
cp -a "$builddir/doc" "$subpkgdir/usr/share/doc/$pkgname"
}
-sha512sums="e0ead9dc4085ce778f22831eec0f79ad251c6f5cb83afa6e52a9ab47a4a0037695e70c2ff0624da8b406a8e3c79f0c8653600bc541fad90c4e21d241c53c27aa utmps-0.0.2.1.tar.gz
+sha512sums="1e7b53e7fcbd15a113aef8001ac77c3646ecd4723eaca77b36400c76ee96dafe919a993603a1fd441f1c9fff08c5924714910d43ae86fbf85971c39b950323c0 utmps-0.0.2.2.tar.gz
437d0c52ef1ecd23775990225647c2a6ca53691fb5688ffa866a0e6db177a08fe465f2e683e8b98ba668d8ddcd4ffa0fe3939f23ded276f4ca7acaa2553b10e6 utmps.initd
0ec30284c64c6ea9f25142c5f4a643bd48b137fe85781b650104f5137ffa4dfc35ca7be3e41e3acd3403ebe1d8c5378073afa4e2f3607d3d794fcd9f98ed51c4 utmpd.run
cba4f2ec3b8f5becf3ae57eecf584745d783046ee6cf5d116322421ad5ffd074d2955da22d31d2b5b1d05f906378aae92f221d2ac95ac21b54a361fbdc0566e7 wtmpd.run"