Mon Oct 21 19:38:15 2013 UTC ()
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.


(gls)
diff -r1.11 -r1.12 pkgsrc/shells/lshell/Makefile
diff -r1.3 -r1.4 pkgsrc/shells/lshell/PLIST
diff -r1.6 -r1.7 pkgsrc/shells/lshell/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/shells/lshell/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/lshell/Makefile 2013/06/04 07:35:15 1.11
+++ pkgsrc/shells/lshell/Makefile 2013/10/21 19:38:15 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2013/06/04 07:35:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2013/10/21 19:38:15 gls Exp $
2 2
3DISTNAME= lshell-0.9.15.1 3DISTNAME= lshell-0.9.16
4CATEGORIES= shells python 4CATEGORIES= shells python
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/}
6 6
7MAINTAINER= imil@gcu.info 7MAINTAINER= imil@gcu.info
8HOMEPAGE= http://ghantoos.org/limited-shell-lshell/ 8HOMEPAGE= http://ghantoos.org/limited-shell-lshell/
9COMMENT= Lshell restricts user's environment to specified commands 9COMMENT= Lshell restricts user's environment to specified commands
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12DEPENDS+= ${PYPKGPREFIX}-readline>=0nb2:../../devel/py-readline 12DEPENDS+= ${PYPKGPREFIX}-readline>=0nb2:../../devel/py-readline
13 13
14PKG_GROUPS= lshellg 14PKG_GROUPS= lshellg
15PKG_SHELL= bin/lshell 15PKG_SHELL= bin/lshell
16 16

cvs diff -r1.3 -r1.4 pkgsrc/shells/lshell/PLIST (expand / switch to unified diff)

--- pkgsrc/shells/lshell/PLIST 2010/04/11 14:37:25 1.3
+++ pkgsrc/shells/lshell/PLIST 2013/10/21 19:38:15 1.4
@@ -1,11 +1,20 @@ @@ -1,11 +1,20 @@
1@comment $NetBSD: PLIST,v 1.3 2010/04/11 14:37:25 imil Exp $ 1@comment $NetBSD: PLIST,v 1.4 2013/10/21 19:38:15 gls Exp $
2bin/lshell 2bin/lshell
3${PYSITELIB}/lshell.py 3${PYSITELIB}/lshell/__init__.py
4${PYSITELIB}/lshell.pyc 4${PYSITELIB}/lshell/__init__.pyc
5${PYSITELIB}/lshell.pyo 5${PYSITELIB}/lshell/__init__.pyo
 6${PYSITELIB}/lshell/checkconfig.py
 7${PYSITELIB}/lshell/checkconfig.pyc
 8${PYSITELIB}/lshell/checkconfig.pyo
 9${PYSITELIB}/lshell/shellcmd.py
 10${PYSITELIB}/lshell/shellcmd.pyc
 11${PYSITELIB}/lshell/shellcmd.pyo
 12${PYSITELIB}/lshell/utils.py
 13${PYSITELIB}/lshell/utils.pyc
 14${PYSITELIB}/lshell/utils.pyo
6man/man1/lshell.1 15man/man1/lshell.1
7share/doc/lshell/CHANGES 16share/doc/lshell/CHANGES
8share/doc/lshell/COPYING 17share/doc/lshell/COPYING
9share/doc/lshell/README 18share/doc/lshell/README
10share/examples/lshell/logrotate.d/lshell 19share/examples/lshell/logrotate.d/lshell
11share/examples/lshell/lshell.conf 20share/examples/lshell/lshell.conf

cvs diff -r1.6 -r1.7 pkgsrc/shells/lshell/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/lshell/distinfo 2012/04/12 19:44:21 1.6
+++ pkgsrc/shells/lshell/distinfo 2013/10/21 19:38:15 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2012/04/12 19:44:21 gls Exp $ 1$NetBSD: distinfo,v 1.7 2013/10/21 19:38:15 gls Exp $
2 2
3SHA1 (lshell-0.9.15.1.tar.gz) = d35f44a7fb8ec89681e11d4eea0fc0f418b7d021 3SHA1 (lshell-0.9.16.tar.gz) = 2ac5f8e71f8f57eafb9db91d73c5e77b82a673d5
4RMD160 (lshell-0.9.15.1.tar.gz) = 6d8ed6c58b7fe4be5fd1d2eae86d1f527b290641 4RMD160 (lshell-0.9.16.tar.gz) = 146439a1468ada9ce09413e00c6a8dee1443050c
5Size (lshell-0.9.15.1.tar.gz) = 40387 bytes 5Size (lshell-0.9.16.tar.gz) = 41766 bytes