diff options
author | gls <gls@pkgsrc.org> | 2012-04-12 19:44:21 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-04-12 19:44:21 +0000 |
commit | b598cd8fad818a962177fbf46d8dee820927db55 (patch) | |
tree | 7cd343a7dbf33a7195aecd23029a1047b04d58c1 /shells | |
parent | 1030a89e97cf867aab4e6d48d4912e9628a39f06 (diff) | |
download | pkgsrc-b598cd8fad818a962177fbf46d8dee820927db55.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')
-rw-r--r-- | shells/lshell/Makefile | 5 | ||||
-rw-r--r-- | shells/lshell/distinfo | 8 |
2 files changed, 6 insertions, 7 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/} diff --git a/shells/lshell/distinfo b/shells/lshell/distinfo index 7bb5f783066..46f3f05c472 100644 --- a/shells/lshell/distinfo +++ b/shells/lshell/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/02/19 13:03:11 gls Exp $ +$NetBSD: distinfo,v 1.6 2012/04/12 19:44:21 gls Exp $ -SHA1 (lshell-0.9.14.tar.gz) = 41083102b6ef7c8a141fbfe371371e86660160f8 -RMD160 (lshell-0.9.14.tar.gz) = 1dec222004d6fbeb7b8c49e02496caa8f95a0bae -Size (lshell-0.9.14.tar.gz) = 38763 bytes +SHA1 (lshell-0.9.15.1.tar.gz) = d35f44a7fb8ec89681e11d4eea0fc0f418b7d021 +RMD160 (lshell-0.9.15.1.tar.gz) = 6d8ed6c58b7fe4be5fd1d2eae86d1f527b290641 +Size (lshell-0.9.15.1.tar.gz) = 40387 bytes |