From owner-freebsd-hackers Tue Aug 27 11:12:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18820 for hackers-outgoing; Tue, 27 Aug 1996 11:12:54 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA18815 for ; Tue, 27 Aug 1996 11:12:52 -0700 (PDT) Received: from odin.INS.CWRU.Edu (odin.INS.CWRU.Edu [129.22.8.102]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id LAA00298 for ; Tue, 27 Aug 1996 11:12:49 -0700 (PDT) Received: (chet@localhost) by odin.INS.CWRU.Edu (8.6.12+cwru/CWRU-2.2-ins) id OAA20755; Tue, 27 Aug 1996 14:11:02 -0400 (from chet for freebsd-hackers@freefall.freebsd.org) Date: Tue, 27 Aug 1996 14:11:02 -0400 From: Chet Ramey To: freebsd-hackers@freefall.freebsd.org Subject: Bash-1.14.7 released Reply-To: chet@po.CWRU.Edu Message-ID: <9608271806.AA20440.SM@odin.INS.CWRU.Edu> Read-Receipt-To: chet@po.CWRU.Edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The seventh patch release of Bash-1.14 is available for anonymous FTP with the URL ftp://slc2.ins.cwru.edu/pub/dist/bash-1.14.7.tar.gz Diffs from version 1.14.6 are available as ftp://slc2.ins.cwru.edu/pub/dist/bash-1.14.6-1.14.7.diff.gz A document describing the fixes made in bash-1.14.7 is in the file NEWS in the distribution. A copy is appended. This release adds no new features and fixes two bugs. It's being made as a result of the recent security problem. To apply diffs to an existing bash-1.14.6 installation to bring it up to 1.14.7, cd to the bash-1.14.6 source directory and type `patch -p1 < patch-file'. These files will soon be available for anonymous FTP from the usual GNU archives. Bug reports concerning bash may be sent to bug-bash@prep.ai.mit.edu. There is a `bashbug' program in the distribution that should be used to report bugs. ========== NEWS ========== This file documents the bugs fixed between this release, bash-1.14.7, and the last public bash release, 1.14.6. 1. Bugs fixed in Bash a. A memory leak that caused long-running scripts to eventually consume all available memory was fixed. b. A sign-extension bug that caused a security hole for non-interactive shells was fixed. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, Case Western Reserve University Internet: chet@po.CWRU.Edu