diff options
author | gls <gls@pkgsrc.org> | 2013-10-21 19:38:15 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2013-10-21 19:38:15 +0000 |
commit | 4aa8e0abcd4b0c2374acb8ddaa5aaeb126d5f668 (patch) | |
tree | 249158dd99d036937dae8ea03c168370ed0d884b /shells | |
parent | 7dd07e9fd8dd2e161c3035018572ea979d7b76f3 (diff) | |
download | pkgsrc-4aa8e0abcd4b0c2374acb8ddaa5aaeb126d5f668.tar.gz |
Update shells/lshell to 0.19.6
Upstream changes:
-----------------
=== v0.9.16 14/08/2013 ===
* Added support to login script. Thank you Laurent Debacker for the patch.
* Fixed auto-complete failing with "-"
* Fixed bug where forbidden commands still execute if strict=1
* Fixed auto-completion complete of forbidden paths
* Fixed wrong parsing &, | or ; characters
* Added urandom function definition for python 2.3 compat
* Corrected env variable expansion
* Add support for cd command in aliases
* Split lshellmodule in multiple files under the lshell directory
* Fixed check_secure function to ignore quoted text
* Fixed multiple spaces escaping forbidden filtering
* Fixed log file permissions 644 -> 600
* Added possibility to override config file option via command-line
* Enabled job control when executing command
* Code cleanup
=== v0.9.15.2 08/05/2012 ===
* Corrected mismatch in aliaskey variable.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/lshell/Makefile | 4 | ||||
-rw-r--r-- | shells/lshell/PLIST | 17 | ||||
-rw-r--r-- | shells/lshell/distinfo | 8 |
3 files changed, 19 insertions, 10 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index 895ffe27c25..c643912a115 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/06/04 07:35:15 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/10/21 19:38:15 gls Exp $ -DISTNAME= lshell-0.9.15.1 +DISTNAME= lshell-0.9.16 CATEGORIES= shells python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/} diff --git a/shells/lshell/PLIST b/shells/lshell/PLIST index ddddcec719f..f069dd6a1af 100644 --- a/shells/lshell/PLIST +++ b/shells/lshell/PLIST @@ -1,8 +1,17 @@ -@comment $NetBSD: PLIST,v 1.3 2010/04/11 14:37:25 imil Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/10/21 19:38:15 gls Exp $ bin/lshell -${PYSITELIB}/lshell.py -${PYSITELIB}/lshell.pyc -${PYSITELIB}/lshell.pyo +${PYSITELIB}/lshell/__init__.py +${PYSITELIB}/lshell/__init__.pyc +${PYSITELIB}/lshell/__init__.pyo +${PYSITELIB}/lshell/checkconfig.py +${PYSITELIB}/lshell/checkconfig.pyc +${PYSITELIB}/lshell/checkconfig.pyo +${PYSITELIB}/lshell/shellcmd.py +${PYSITELIB}/lshell/shellcmd.pyc +${PYSITELIB}/lshell/shellcmd.pyo +${PYSITELIB}/lshell/utils.py +${PYSITELIB}/lshell/utils.pyc +${PYSITELIB}/lshell/utils.pyo man/man1/lshell.1 share/doc/lshell/CHANGES share/doc/lshell/COPYING diff --git a/shells/lshell/distinfo b/shells/lshell/distinfo index 46f3f05c472..af92652b652 100644 --- a/shells/lshell/distinfo +++ b/shells/lshell/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/04/12 19:44:21 gls Exp $ +$NetBSD: distinfo,v 1.7 2013/10/21 19:38:15 gls Exp $ -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 +SHA1 (lshell-0.9.16.tar.gz) = 2ac5f8e71f8f57eafb9db91d73c5e77b82a673d5 +RMD160 (lshell-0.9.16.tar.gz) = 146439a1468ada9ce09413e00c6a8dee1443050c +Size (lshell-0.9.16.tar.gz) = 41766 bytes |