diff options
author | gls <gls@pkgsrc.org> | 2010-06-01 21:12:17 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-06-01 21:12:17 +0000 |
commit | 64e8d9484d52a3a0692021dfcd5648f5b42c9bcd (patch) | |
tree | d0cc4669494c9b5b8ac26ef194a1f33f75b0cac6 /shells | |
parent | 2ff8dd0add132e0471a0931aab095e5dd1213c4c (diff) | |
download | pkgsrc-64e8d9484d52a3a0692021dfcd5648f5b42c9bcd.tar.gz |
Update lshell to 0.9.12.
pkgsrc changes:
- Add license
Upstream changes:
=== v0.9.12 04/05/2010 ===
* A minor bug was inserted in version 0.9.11 with the sudo command.
It has been corrected in this version.
=== v0.9.11 27/04/2010 ===
* Corrects traceback when executing a command that had a python homonym
(e.g. "print foo" or "set"). (Closes: SF#2969631)
* Corrected completion error when using "~/". Thanks to Piotr Minkina for
reporting this.
* Corrected the get_aliases function.
* Corrected interpretation of ~user. Thank you Adrien Urban for reporting
this.
* The 'home_path' variable is being deprecated from this version and on.
Please use your system's tools to set a user's home directory.
It will be completely removed in the next version of lshell.
* Corrected shell variable and wildcards expansions when checking a command.
Thank you Adrien Urban for reporting this.
* Added possibility to allow/forbid scp upload/download using scp_upload
and scp_download variables.
* Corrected bug when using the "command=" in openSSH's authorized_keys.
lshell now takes into account the SSH_ORIGINAL_COMMAND environment
variable. Thank you Jason Heiss for reporting this.
* Corrected traceback when aliases is not defined in configuration, and
command is sent over SSH. Thank you Jason Heiss for reporting this.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/lshell/Makefile | 6 | ||||
-rw-r--r-- | shells/lshell/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index dd456646da8..3886f983eec 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2010/05/07 12:02:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2010/06/01 21:12:17 gls Exp $ # -DISTNAME= lshell-0.9.10 -PKGREVISION= 4 +DISTNAME= lshell-0.9.12 CATEGORIES= shells python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/} MAINTAINER= imil@gcu.info HOMEPAGE= http://ghantoos.org/limited-shell-lshell/ COMMENT= Lshell restricts user's environment to specified commands +LICENSE= gnu-gpl-v3 PKG_GROUPS= lshellg PKG_SHELL= bin/lshell diff --git a/shells/lshell/distinfo b/shells/lshell/distinfo index ded60544dea..c058c818c43 100644 --- a/shells/lshell/distinfo +++ b/shells/lshell/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/04/11 14:37:25 imil Exp $ +$NetBSD: distinfo,v 1.4 2010/06/01 21:12:17 gls Exp $ -SHA1 (lshell-0.9.10.tar.gz) = b006a181bc44934e76a16215d0e08583a42e74bd -RMD160 (lshell-0.9.10.tar.gz) = 7125d433cf1245253e959b4621bc4fce2083e23a -Size (lshell-0.9.10.tar.gz) = 34751 bytes +SHA1 (lshell-0.9.12.tar.gz) = ed9cbf75aa56e3f60c40ebfd2521b115ccfdf478 +RMD160 (lshell-0.9.12.tar.gz) = 497239188c325ae99f792d5deb14ec49519387d7 +Size (lshell-0.9.12.tar.gz) = 37036 bytes |