X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B3793DC00FC for ; Thu, 12 Jun 2014 10:10:07 +0000 (UTC) Received: from [81.4.121.188] (port=50043 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1Wv1xJ-000Ltn-KY; Thu, 12 Jun 2014 11:10:01 +0100 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] unmaintained/shadow: update to 4.2.1 Date: Thu, 12 Jun 2014 10:09:45 +0000 Message-Id: <1402567785-17734-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 1.9.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This version has subuid/subgid support so unprivileged LXC containers are possible: http://www.stgraber.org/2014/01/17/lxc-1-0-unprivileged-containers/ --- unmaintained/shadow/APKBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/unmaintained/shadow/APKBUILD b/unmaintained/shadow/APKBUILD index 624d607..d5be67a 100644 --- a/unmaintained/shadow/APKBUILD +++ b/unmaintained/shadow/APKBUILD @@ -1,9 +1,9 @@ # Contributor: William Pitcock -# Maintainer: +# Maintainer: Stuart Cardall pkgname=shadow -pkgver=4.1.4.3 -pkgrel=4 -pkgdesc="PAM-using login and passwd utilities" +pkgver=4.2.1 +pkgrel=0 +pkgdesc="PAM-using login and passwd utilities (usermod / useradd / newuidmap etc)" url="http://pkg-shadow.alioth.debian.org/" arch="all" license="GPL" @@ -12,7 +12,7 @@ depends_dev="linux-pam-dev" makedepends="$depends_dev" install="$pkgname.post-upgrade $pkgname.post-deinstall" subpackages="$pkgname-doc" -source="http://pkg-shadow.alioth.debian.org/releases/shadow-$pkgver.tar.bz2 +source="http://pkg-shadow.alioth.debian.org/releases/shadow-$pkgver.tar.xz login.pamd" _builddir="$srcdir"/shadow-$pkgver @@ -54,5 +54,9 @@ package() { touch "$pkgdir"/etc/login.defs } -md5sums="b8608d8294ac88974f27b20f991c0e79 shadow-4.1.4.3.tar.bz2 +md5sums="2bfafe7d4962682d31b5eba65dba4fc8 shadow-4.2.1.tar.xz 72dfc077a61ab7163e312640cc98bba8 login.pamd" +sha256sums="3b0893d1476766868cd88920f4f1231c4795652aa407569faff802bcda0f3d41 shadow-4.2.1.tar.xz +c0d0f2f77133b0663c5a578afeba45d5a9c703ff6f3f6aba3727dfe01877dac0 login.pamd" +sha512sums="7a14bf8e08126f0402e37b6e4c559615ced7cf829e39156d929ed05cd8813de48a77ff1f7f6fe707da04cf662a2e9e84c22d63d88dd1ed13f935fde594db95f0 shadow-4.2.1.tar.xz +46a6f83f3698e101b58b8682852da749619412f75dfa85cecad03d0847f6c3dc452d984510db7094220e4570a0565b83b0556e16198ad894a3ec84b3e513d58d login.pamd" -- 1.9.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---