pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/lshell Update lshell to 0.9.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9fcab60935d
branches:  trunk
changeset: 576090:d9fcab60935d
user:      gls <gls%pkgsrc.org@localhost>
date:      Tue Jun 01 21:12:17 2010 +0000

description:
Update lshell to 0.9.12.

pkgsrc changes:
- Add license

Upstream changes:
=== v0.9.12 04/05/2010 ===
* A minor bug was inserted in version 0.9.11 with the sudo command.
It has been corrected in this version.

=== v0.9.11 27/04/2010 ===
* Corrects traceback when executing a command that had a python homonym
(e.g. "print foo" or "set"). (Closes: SF#2969631)
* Corrected completion error when using "~/". Thanks to Piotr Minkina for
reporting this.
* Corrected the get_aliases function.
* Corrected interpretation of ~user. Thank you Adrien Urban for reporting
this.
* The 'home_path' variable is being deprecated from this version and on.
Please use your system's tools to set a user's home directory.
It will be completely removed in the next version of lshell.
* Corrected shell variable and wildcards expansions when checking a command.
Thank you Adrien Urban for reporting this.
* Added possibility to allow/forbid scp upload/download using scp_upload
and scp_download variables.
* Corrected bug when using the "command=" in openSSH's authorized_keys.
lshell now takes into account the SSH_ORIGINAL_COMMAND environment
variable. Thank you Jason Heiss for reporting this.
* Corrected traceback when aliases is not defined in configuration, and
command is sent over SSH. Thank you Jason Heiss for reporting this.

diffstat:

 shells/lshell/Makefile |  6 +++---
 shells/lshell/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 7476753c3f9b -r d9fcab60935d shells/lshell/Makefile
--- a/shells/lshell/Makefile    Tue Jun 01 17:28:31 2010 +0000
+++ b/shells/lshell/Makefile    Tue Jun 01 21:12:17 2010 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2010/05/07 12:02:44 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2010/06/01 21:12:17 gls Exp $
 #
 
-DISTNAME=      lshell-0.9.10
-PKGREVISION=   4
+DISTNAME=      lshell-0.9.12
 CATEGORIES=    shells python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lshell/}
 
 MAINTAINER=    imil%gcu.info@localhost
 HOMEPAGE=      http://ghantoos.org/limited-shell-lshell/
 COMMENT=       Lshell restricts user's environment to specified commands
+LICENSE=       gnu-gpl-v3
 
 PKG_GROUPS=    lshellg
 PKG_SHELL=     bin/lshell
diff -r 7476753c3f9b -r d9fcab60935d shells/lshell/distinfo
--- a/shells/lshell/distinfo    Tue Jun 01 17:28:31 2010 +0000
+++ b/shells/lshell/distinfo    Tue Jun 01 21:12:17 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/04/11 14:37:25 imil Exp $
+$NetBSD: distinfo,v 1.4 2010/06/01 21:12:17 gls Exp $
 
-SHA1 (lshell-0.9.10.tar.gz) = b006a181bc44934e76a16215d0e08583a42e74bd
-RMD160 (lshell-0.9.10.tar.gz) = 7125d433cf1245253e959b4621bc4fce2083e23a
-Size (lshell-0.9.10.tar.gz) = 34751 bytes
+SHA1 (lshell-0.9.12.tar.gz) = ed9cbf75aa56e3f60c40ebfd2521b115ccfdf478
+RMD160 (lshell-0.9.12.tar.gz) = 497239188c325ae99f792d5deb14ec49519387d7
+Size (lshell-0.9.12.tar.gz) = 37036 bytes



Home | Main Index | Thread Index | Old Index