summaryrefslogtreecommitdiff
path: root/shells/lshell/Makefile
diff options
context:
space:
mode:
authorgls <gls>2012-04-12 19:44:21 +0000
committergls <gls>2012-04-12 19:44:21 +0000
commitbd5f0873986f7d0f4f175c0a343b63bf163588d6 (patch)
tree7cd343a7dbf33a7195aecd23029a1047b04d58c1 /shells/lshell/Makefile
parent0fab2ecbf496866b3b912a98d132988b4617ffbc (diff)
downloadpkgsrc-bd5f0873986f7d0f4f175c0a343b63bf163588d6.tar.gz
Update shells/lshell to 0.15.1.
Security fix. === v0.9.15.1 15/03/2012 === * Corrected security bug allowing user to get out of the restricted shell. Thank you bui from NBS System for reporting this grave issue! === v0.9.15 13/03/2012 === * Set the hostname to the "short hostname" in the prompt. * Corrected traceback when "sudo" command was entered alone. Thank you Kiran Reddy for reporting this. * Added support for python2.3 as subprocess is not included by default. * Corrected the 'strict' behavior when entering a forbidden path. * Added short path promp support using the 'prompt_short' variable. * Corrected stacktrace when group did not exist. * Add support for empty prompt. * Fixed bugs when using $() and ``. * Corrected strict behavior to apply to forbidden path. * Added support for wildcard '*' when using 'cd'. * Added support for "cd -" to return to previous directory. * Updated security issue with non printable characters permitting user to get out of the limited shell. * Now lshell automatically reload its configuration if the configuration file is modified. * Added possibility to have no "intro" when user logs in. (by setting the intro configuration field to "") * Corrected multiple commands over ssh, and aliases interpretation. * Added possibility to use wildcards in path definitions. * Finally corrected the alias replacement loop.
Diffstat (limited to 'shells/lshell/Makefile')
-rw-r--r--shells/lshell/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile
index 9a423b5b87a..195e694f020 100644
--- a/shells/lshell/Makefile
+++ b/shells/lshell/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2012/03/09 12:34:22 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2012/04/12 19:44:21 gls Exp $
#
-DISTNAME= lshell-0.9.14
-PKGREVISION= 1
+DISTNAME= lshell-0.9.15.1
CATEGORIES= shells python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/}