diff options
author | gls <gls> | 2010-06-01 21:12:17 +0000 |
---|---|---|
committer | gls <gls> | 2010-06-01 21:12:17 +0000 |
commit | 545c61124575d26042d32c25dbdd607cad3ebbde (patch) | |
tree | d0cc4669494c9b5b8ac26ef194a1f33f75b0cac6 /shells/lshell/Makefile | |
parent | 93ec05e9e986785da79ced2d3818e4c306e5170e (diff) | |
download | pkgsrc-545c61124575d26042d32c25dbdd607cad3ebbde.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/lshell/Makefile')
-rw-r--r-- | shells/lshell/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |