X-Original-To: alpine-aports@lists.alpinelinux.org Received: from smtp6.tech.numericable.fr (smtp6.tech.numericable.fr [82.216.111.42]) by lists.alpinelinux.org (Postfix) with ESMTP id AC1BB5C62A4 for ; Tue, 14 Aug 2018 23:03:11 +0000 (GMT) Received: from skarnet.org (89-156-236-136.rev.numericable.fr [89.156.236.136]) by smtp6.tech.numericable.fr (Postfix) with SMTP id 82CCA18255D for ; Wed, 15 Aug 2018 01:03:10 +0200 (CEST) Received: (qmail 18397 invoked from network); 15 Aug 2018 01:03:37 +0200 Received: from alpine.internal.skarnet.org. (HELO alpine.internal.skarnet.org) () by sinay.internal.skarnet.org. with SMTP; 15 Aug 2018 01:03:37 +0200 From: Laurent Bercot To: alpine-aports@lists.alpinelinux.org Cc: Laurent Bercot Subject: [alpine-aports] [PATCH 4/9] main/utmps: upgrade to 0.0.1.3 Date: Wed, 15 Aug 2018 01:01:36 +0200 Message-Id: <20180814230141.3239-4-ska-devel@skarnet.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180814230141.3239-1-ska-devel@skarnet.org> References: <20180814230141.3239-1-ska-devel@skarnet.org> X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtjedrudeigddujecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfpfgfogfftkfevteeunffgpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffojghfsedttdertdertddtnecuhfhrohhmpefnrghurhgvnhhtuceuvghrtghothcuoehskhgrqdguvghvvghlsehskhgrrhhnvghtrdhorhhgqeenucffohhmrghinhepshhkrghrnhgvthdrohhrghenucfrrghrrghmpehmohguvgepshhmthhpohhuthenucevlhhushhtvghrufhiiigvpedt X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/utmps/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/utmps/APKBUILD b/main/utmps/APKBUILD index 100851ebc1..2491746baf 100644 --- a/main/utmps/APKBUILD +++ b/main/utmps/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Laurent Bercot # Contributor: Laurent Bercot pkgname=utmps -pkgver=0.0.1.1 +pkgver=0.0.1.3 pkgrel=0 pkgdesc="A secure utmp/wtmp implementation" url="https://skarnet.org/software/$pkgname/" @@ -11,7 +11,7 @@ depends="execline s6" depends_dev="skalibs-dev" makedepends="skalibs-dev" options="!check" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-dev $pkgname-doc $pkgname-openrc" source="https://skarnet.org/software/$pkgname/$pkgname-$pkgver.tar.gz $pkgname.initd utmpd.run wtmpd.run" builddir="$srcdir/$pkgname-$pkgver" install="$pkgname.pre-install $pkgname.pre-upgrade" @@ -57,7 +57,7 @@ doc() { cp -a "$builddir/doc" "$subpkgdir/usr/share/doc/$pkgname" } -sha512sums="0a6e60356fd30000f3f17b8809b425b9040d02dcac2c489c7530044630120ddff034646cff149d427cbfaaf86e30ee03cc2ba181f9a52a42f02630ba6f8d352f utmps-0.0.1.1.tar.gz +sha512sums="ec6135e56858f4bb81ca8c5015e605bc1ecc809ef10565207335a86ccee250683fde7c1df999649b6055ef2df900a70cd3d2f9f1066e066c6871a0cfe2785824 utmps-0.0.1.3.tar.gz 437d0c52ef1ecd23775990225647c2a6ca53691fb5688ffa866a0e6db177a08fe465f2e683e8b98ba668d8ddcd4ffa0fe3939f23ded276f4ca7acaa2553b10e6 utmps.initd 0ec30284c64c6ea9f25142c5f4a643bd48b137fe85781b650104f5137ffa4dfc35ca7be3e41e3acd3403ebe1d8c5378073afa4e2f3607d3d794fcd9f98ed51c4 utmpd.run cba4f2ec3b8f5becf3ae57eecf584745d783046ee6cf5d116322421ad5ffd074d2955da22d31d2b5b1d05f906378aae92f221d2ac95ac21b54a361fbdc0566e7 wtmpd.run" -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---