X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id BB7BDDC090B for ; Sat, 15 Aug 2015 06:15:08 +0000 (UTC) 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 591DEDC07D6 for ; Sat, 15 Aug 2015 06:15:07 +0000 (UTC) Received: from [81.4.121.188] (port=62202 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZQUkD-001GTi-A3; Sat, 15 Aug 2015 07:15:05 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/lshell: update to 0.9.17 Date: Sat, 15 Aug 2015 06:14:53 +0000 Message-Id: <1439619293-1499-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.5.0 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-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: changelog: Added include_dir directive to include split configuration files from a directory. Added possibility of using 'all' for sudo commands Replaced os.system by subprocess (python) Added support for sudo -u Corrected shell variable expansion Corrected bugs in aliases support Fixed timer (idle session) Added exit code support Fixed wrong group reference for logging Replaced Python os.system with subprocess --- testing/lshell/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index b0b59bc..50fbdbb 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=lshell -pkgver=0.9.16 -pkgrel=1 +pkgver=0.9.17 +pkgrel=0 pkgdesc="Python-based limited Shell" url="http://ghantoos.org/limited-shell-lshell" arch="noarch" @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/ghantoos/$pkgname/archive/$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { @@ -35,6 +35,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="6630e2e2200fbe5d1376dcad26daf6be lshell-0.9.16.tar.gz" -sha256sums="22b28f22eb3445ed1514953c24e30bf3feaacc1225a19332f50245982537c35f lshell-0.9.16.tar.gz" -sha512sums="90dbcf3bee91bac017ea1e39e94564d3f40bce5439eb683777983821f64c773c14df0040e746f25d28da5822da61e2b39f9323f8d04fec7b93ca42ab87cefa68 lshell-0.9.16.tar.gz" +md5sums="028e7e67f459a3cc99a965ebb98a6e3c lshell-0.9.17.tar.gz" +sha256sums="e3ec1dad37e8da192604ee39f83d26acc8c8e8a227a8ba216e9caaa6abd7809d lshell-0.9.17.tar.gz" +sha512sums="74d273d584e3da7e4ed97c035aecec04a49ce0260044fb9f23917358927cf1b3ac65ccb41ebe7bbc55d4f87d39f89c846be94c764e09457f44469a610abd763b lshell-0.9.17.tar.gz" -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---