From owner-cvs-all@FreeBSD.ORG Tue Sep 6 12:53:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F08E16A41F; Tue, 6 Sep 2005 12:53:34 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6096243D45; Tue, 6 Sep 2005 12:53:34 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j86CrYWU016944; Tue, 6 Sep 2005 12:53:34 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j86CrYYW016943; Tue, 6 Sep 2005 12:53:34 GMT (envelope-from sergei) Message-Id: <200509061253.j86CrYYW016943@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 6 Sep 2005 12:53:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/zsh Makefile ports/shells/zsh/files extra-patch-bsdtar X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 12:53:34 -0000 sergei 2005-09-06 12:53:34 UTC FreeBSD ports repository Modified files: shells/zsh Makefile Added files: shells/zsh/files extra-patch-bsdtar Log: - Stop adding rzsh (restricted zsh) to /etc/shells [1]: rzsh(1) is the restricted version of zsh(1), with various things disabled so as to provide a strictly limited access to the system. A user with a shell in /etc/shells can use chsh(1) to change their shell, can use FTP, can use other file-transfer services, etc. Thus, adding rzsh to /etc/shells could be a security risk in certain configurations. - zsh-mime-setup is set up to look for /etc/{mime.types,mailcap}. Neither of them should exist on a stock FreeBSD system. Teach it to look in ${LOCALBASE}/etc instead. [2] - Zsh completion doesn't know about bsdtar(1) achievements: it won't complete to foo.tar.gz if you just enter 'tar xf foo^D'. Teach zsh completion about this and other formats supported by bsdtar(1). NOTE: This is only applicable to FreeBSD 5.3-RELEASE or newer, where bsdtar(1) replaced GNU tar(1) in the base system. - Bump PORTREVISION PR: ports/82066 [2], ports/83023 [3] Submitted by: Phil Pennock [1] Ulrich Spoerlein [2] [3] Revision Changes Path 1.76 +18 -6 ports/shells/zsh/Makefile 1.1 +18 -0 ports/shells/zsh/files/extra-patch-bsdtar (new)