Commit graph

25 commits

Author SHA1 Message Date
Kris Kennaway
99f937e31b eaccess() only exists on recent versions of -current, not on -stable.
Pointy hat to:	obrien
2002-05-05 04:09:03 +00:00
David E. O'Brien
6c19fe9879 Make compile on FreeBSD/sparc64 ! 2002-02-10 10:58:07 +00:00
David E. O'Brien
d7c478016d Also fix the symlink race vulnerability in bashbug.sh.
Obtained from:	bash-1.14.7-23.5x.src.rpm
2000-11-29 19:52:06 +00:00
David E. O'Brien
f1a492cf44 Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006
Obtained from:	RedHat bash-1.14.7-23.5x.src.rpm
2000-11-29 19:48:15 +00:00
David E. O'Brien
d185596316 Bash1 incorrectly restores signals when executing programs. This causes
many programs to use 100% CPU after a login session was ungracefully
closed because SIGHUP will not be delivered to processes started from bash1
used as login shell (SIGHUP is ignored when bash1 is running as login shell
and telnet connection is made because ignored SIGHUP is inherited
from inetd->telnetd->getty->login; ignored SIGHUP is restored before
starting any program from shell).

These patches were derived from Bash 2.03, and attempt to impliement
the Bash 2.03 behavior.

PR:		14943
Submitted by:	Max Khon (fjoe@iclub.nsu.ru)
1999-11-28 03:07:19 +00:00
David E. O'Brien
6b7daea23a Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage. 1999-11-28 03:03:45 +00:00
Steve Price
6767fa568a Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too. 1999-07-05 16:24:22 +00:00
David E. O'Brien
cd8572268b Bash version 1.17 was much more popular than I thought.
(deleted to save space on the CDROM since I thought few were still using it)
1999-03-30 01:31:43 +00:00
David E. O'Brien
7ed77ab1fd Delete the bash 1.17 port. It served us well as we transitioned to bash
version 2.
1999-03-29 11:42:32 +00:00
David E. O'Brien
ddbd7c0b92 Make Bash obey ${PREFIX} 1997-08-21 07:03:49 +00:00
Jordan K. Hubbard
beb1d2e914 Get bash to not use GNU malloc. This solves the calloc() weirdness
in -current.  Closes PR#3971
1997-06-27 18:00:09 +00:00
Masafumi Max NAKANE
3ffd020bff In documentation subdirectory, let ``make all'' build only the info
files.
1997-06-16 10:42:18 +00:00
Masafumi Max NAKANE
b4ce60904c Patch up the texinfo file and add @dircategory and @direntry. 1997-06-16 10:35:22 +00:00
Satoshi Asami
1b266ec86a Roll this back to 1.14.7. 1997-01-02 07:00:25 +00:00
Andrey A. Chernov
48748db13a Upgrade to 2.0 1996-12-27 11:40:57 +00:00
Andrey A. Chernov
cc9f952c04 Ok, if anybody really needs bash_builtins.1 (which is almost
useles), here PROPER fix and re-enabling it again.
Please, step over on ports owned by me only if you 100% shure.
1995-10-04 20:39:50 +00:00
Satoshi Asami
9f04437b09 Hand-edit patch to install bash_builtins.1.
Submitted by: Chet Ramey <chet@odin.INS.CWRU.Edu>
1995-10-04 14:45:43 +00:00
Andrey A. Chernov
8977909673 Upgrade 1.14.4 -> 1.14.5
Reviewed by:
Submitted by:
Obtained from:
1995-07-19 17:44:37 +00:00
Andrey A. Chernov
534d002999 Upgrade. 1995-03-17 01:05:07 +00:00
Andrey A. Chernov
e698ac8230 Upgrade to final release.
File name not changed since beta, so you need to re-fetch bash
1995-01-06 21:30:24 +00:00
Andrey A. Chernov
302fd06bc3 Upgrade.
Attention: you need to remove your bash from /usr/ports/distfiles
and re-fetch it again, because version changed while filename not changed.
1994-12-30 14:26:10 +00:00
Andrey A. Chernov
890071c2a5 Upgrade to 1.14.3 1994-12-12 02:18:01 +00:00
Jordan K. Hubbard
96b95c3ed8 This patch was reversed. Fix it. 1994-10-14 07:27:48 +00:00
Jordan K. Hubbard
035a83bb10 Use cc instead of gcc exclusively. 1994-09-29 12:02:10 +00:00
Jordan K. Hubbard
bb7ebed9d6 Set HOSTTYPE_DECL correctly.
Reviewed by:	jkh
Submitted by:	wollman
1994-09-16 04:18:22 +00:00