summaryrefslogtreecommitdiff
path: root/shells/lshell/Makefile
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2010-06-01 21:12:17 +0000
committergls <gls@pkgsrc.org>2010-06-01 21:12:17 +0000
commita7f3238fc58172a8e8ec57088d2f089c1d71c418 (patch)
treed0cc4669494c9b5b8ac26ef194a1f33f75b0cac6 /shells/lshell/Makefile
parent663aec16cfb848d94e15d0e9fa6b62309203b3bc (diff)
downloadpkgsrc-a7f3238fc58172a8e8ec57088d2f089c1d71c418.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/Makefile6
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