summaryrefslogtreecommitdiff
path: root/shells/lshell/Makefile
diff options
context:
space:
mode:
authorgls <gls>2013-10-21 19:38:15 +0000
committergls <gls>2013-10-21 19:38:15 +0000
commit434878d92dd1861e40b641549dd3abac3e4ca3f7 (patch)
tree249158dd99d036937dae8ea03c168370ed0d884b /shells/lshell/Makefile
parenta5e17b8f29bf944b34dd0130284678164c5cec54 (diff)
downloadpkgsrc-434878d92dd1861e40b641549dd3abac3e4ca3f7.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/lshell/Makefile')
-rw-r--r--shells/lshell/Makefile4
1 files changed, 2 insertions, 2 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/}