Received: from smtp6.tech.numericable.fr (smtp6.tech.numericable.fr [82.216.111.42]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 33BF2781A9F for ; Fri, 9 Aug 2019 11:54:06 +0000 (UTC) Received: from skarnet.org (140.156.124.78.rev.sfr.net [78.124.156.140]) by smtp6.tech.numericable.fr (Postfix) with SMTP id B1B9A1813A8 for ; Fri, 9 Aug 2019 13:45:56 +0200 (CEST) Received: (qmail 32142 invoked from network); 9 Aug 2019 13:46:23 +0200 Received: from alpine.internal.skarnet.org. (HELO alpine.internal.skarnet.org) () by sinay.internal.skarnet.org. with SMTP; 9 Aug 2019 13:46:23 +0200 From: Laurent Bercot To: alpine-aports@lists.alpinelinux.org Cc: Laurent Bercot Subject: [PATCH] community/utmps: upgrade to 0.0.2.2 Date: Thu, 25 Jul 2019 03:09:07 +0200 Message-Id: <20190725010907.6837-1-ska-devel@skarnet.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: =?utf-8?q?gggruggvucftvghtrhhoucdtuddrgeduvddruddujedggeeguc?= =?utf-8?q?etufdoteggodetrfdotffvucfrrhhofhhilhgvmecupfgfoffgtffkveetuefngfd?= =?utf-8?q?pqfgfvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgg?= =?utf-8?q?gfestdekredtredttdenucfhrhhomhepnfgruhhrvghnthcuuegvrhgtohhtuceos?= =?utf-8?q?hhkrgdquggvvhgvlhesshhkrghrnhgvthdrohhrgheqnecuffhomhgrihhnpehskh?= =?utf-8?q?grrhhnvghtrdhorhhgnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtnecuveh?= =?utf-8?q?luhhsthgvrhfuihiivgeptd?= --- community/utmps/APKBUILD | 8 ++++---- 1 file 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 # Contributor: Laurent Bercot 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" -- 2.20.1