Wed Jun 10 08:34:07 2009 UTC ()
Updated from 0.2.6 to 0.9.4.

0.9.4
	. Log file name is now configurable using 'logfilename' variable
	  inside the configuration file
	. Corrected aliases in lshell.conf to work with *BSD

0.9.3
	. corrected major bug (alias related)

0.9.2
	. added Force SCP directory feature
	. added command alias feature

0.9.1
	. loglevel can now be defined on global, group or user level
	. corrected sftp support (broken since in 0.9.0)

0.9.0
	. version jump to 0.9.0
	. corrected bug in case PATH does not exist and allowed set to 'all'
	. added support for UNIX groups in configuration file
	. corrected major security bug
	. corrected path completion
	. added escape code handling
	. added flexible +/- possibilities in configuration file
	. now supports completion after '|', ';' and '&'
	. Command test are also done after '|', ';' and '&'
	. Doesn't list hidden directories by default
	. 4 logging levels
	. added 'strict' behaviour


(imil)
diff -r1.1.1.1 -r1.2 pkgsrc/shells/lshell/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/shells/lshell/distinfo

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

--- pkgsrc/shells/lshell/Makefile 2009/03/04 09:25:36 1.1.1.1
+++ pkgsrc/shells/lshell/Makefile 2009/06/10 08:34:07 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/03/04 09:25:36 imil Exp $ 1# $NetBSD: Makefile,v 1.2 2009/06/10 08:34:07 imil Exp $
2# 2#
3 3
4DISTNAME= lshell-0.2.6 4DISTNAME= lshell-0.9.4
5CATEGORIES= shells python 5CATEGORIES= shells python
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/}
7 7
8MAINTAINER= imil@gcu.info 8MAINTAINER= imil@gcu.info
9HOMEPAGE= http://ghantoos.org/limited-shell-lshell/ 9HOMEPAGE= http://ghantoos.org/limited-shell-lshell/
10COMMENT= Lshell restricts user's environment to specified commands 10COMMENT= Lshell restricts user's environment to specified commands
11 11
12PKG_GROUPS= lshellg 12PKG_GROUPS= lshellg
13PKG_SHELL= bin/lshell 13PKG_SHELL= bin/lshell
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none

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

--- pkgsrc/shells/lshell/distinfo 2009/03/04 09:25:36 1.1.1.1
+++ pkgsrc/shells/lshell/distinfo 2009/06/10 08:34:07 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/03/04 09:25:36 imil Exp $ 1$NetBSD: distinfo,v 1.2 2009/06/10 08:34:07 imil Exp $
2 2
3SHA1 (lshell-0.2.6.tar.gz) = ac0a8e018d2cc64a1c8a27e74b21b6419c06d331 3SHA1 (lshell-0.9.4.tar.gz) = 4330be3d1b25b77de050d599cf37eb8ae0b84f41
4RMD160 (lshell-0.2.6.tar.gz) = 72e44af1f9313274d9f0a45f09ab8c2276e4e81e 4RMD160 (lshell-0.9.4.tar.gz) = 3e5f9191b446a1c1465be1b44e6f7353ac7ac5db
5Size (lshell-0.2.6.tar.gz) = 26947 bytes 5Size (lshell-0.9.4.tar.gz) = 32203 bytes