aboutsummaryrefslogtreecommitdiff
path: root/shells/bash1/files
Commit message (Collapse)AuthorAgeFilesLines
* As previously announced, remove ports that have reached their expiry date,Kris Kennaway2005-02-1824-620/+0
| | | | | | | and the handful of ports that depended on them. Notes: svn path=/head/; revision=129234
* - Fix build on non-i386 platforms.Pav Lucistnik2003-12-121-23/+42
| | | | | | | | | | | Tested ok on: i386/stable, i386/current, amd64 Fails later on: ia64 (pluto2) PR: ports/60176 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=95672
* - Fix build on -currentKirill Ponomarev2003-09-271-0/+11
| | | | | | | Reported by: kris via bento Notes: svn path=/head/; revision=89588
* Fix build on -current (varargs -> stdarg)David E. O'Brien2003-08-319-0/+0
| | | | | | | | | | [don't propagate the poorly named patch files from the PR] PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=88174
* - Fix build on -current (varargs -> stdarg)Kirill Ponomarev2003-08-309-0/+255
| | | | | | | | PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=88065
* eaccess() only exists on recent versions of -current, not on -stable.Kris Kennaway2002-05-051-2/+2
| | | | | | | Pointy hat to: obrien Notes: svn path=/head/; revision=58566
* Make compile on FreeBSD/sparc64 !David E. O'Brien2002-02-102-19/+53
| | | | Notes: svn path=/head/; revision=54483
* Also fix the symlink race vulnerability in bashbug.sh.David E. O'Brien2000-11-291-0/+11
| | | | | | | Obtained from: bash-1.14.7-23.5x.src.rpm Notes: svn path=/head/; revision=35516
* Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006David E. O'Brien2000-11-291-0/+28
| | | | | | | Obtained from: RedHat bash-1.14.7-23.5x.src.rpm Notes: svn path=/head/; revision=35515
* Bash1 incorrectly restores signals when executing programs. This causesDavid E. O'Brien1999-11-283-0/+38
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=23460
* Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.David E. O'Brien1999-11-281-1/+10
| | | | Notes: svn path=/head/; revision=23459
* Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.Steve Price1999-07-051-0/+11
| | | | Notes: svn path=/head/; revision=20078
* Bash version 1.17 was much more popular than I thought.David E. O'Brien1999-03-307-0/+204
| | | | | | | (deleted to save space on the CDROM since I thought few were still using it) Notes: svn path=/head/; revision=17442
* Delete the bash 1.17 port. It served us well as we transitioned to bashDavid E. O'Brien1999-03-297-204/+0
| | | | | | | version 2. Notes: svn path=/head/; revision=17433
* Make Bash obey ${PREFIX}David E. O'Brien1997-08-211-0/+11
| | | | Notes: svn path=/head/; revision=7636
* Get bash to not use GNU malloc. This solves the calloc() weirdnessJordan K. Hubbard1997-06-271-0/+19
| | | | | | | in -current. Closes PR#3971 Notes: svn path=/head/; revision=7099
* In documentation subdirectory, let ``make all'' build only the infoMasafumi Max NAKANE1997-06-161-2/+19
| | | | | | | files. Notes: svn path=/head/; revision=6962
* Patch up the texinfo file and add @dircategory and @direntry.Masafumi Max NAKANE1997-06-161-0/+13
| | | | Notes: svn path=/head/; revision=6961
* Roll this back to 1.14.7.Satoshi Asami1997-01-025-193/+136
| | | | Notes: svn path=/head/; revision=5157
* Upgrade to 2.0Andrey A. Chernov1996-12-275-136/+193
| | | | Notes: svn path=/head/; revision=5110
* Ok, if anybody really needs bash_builtins.1 (which is almostAndrey A. Chernov1995-10-041-0/+17
| | | | | | | | useles), here PROPER fix and re-enabling it again. Please, step over on ports owned by me only if you 100% shure. Notes: svn path=/head/; revision=2257
* Hand-edit patch to install bash_builtins.1.Satoshi Asami1995-10-041-1/+2
| | | | | | | Submitted by: Chet Ramey <chet@odin.INS.CWRU.Edu> Notes: svn path=/head/; revision=2250
* Upgrade 1.14.4 -> 1.14.5Andrey A. Chernov1995-07-193-29/+38
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=1997
* Upgrade.Andrey A. Chernov1995-03-171-4/+4
| | | | Notes: svn path=/head/; revision=1143
* Upgrade to final release.Andrey A. Chernov1995-01-061-9/+9
| | | | | | | File name not changed since beta, so you need to re-fetch bash Notes: svn path=/head/; revision=731
* Upgrade.Andrey A. Chernov1994-12-301-42/+41
| | | | | | | | Attention: you need to remove your bash from /usr/ports/distfiles and re-fetch it again, because version changed while filename not changed. Notes: svn path=/head/; revision=649
* Upgrade to 1.14.3Andrey A. Chernov1994-12-123-2/+80
| | | | Notes: svn path=/head/; revision=554
* This patch was reversed. Fix it.Jordan K. Hubbard1994-10-141-8/+8
| | | | Notes: svn path=/head/; revision=232
* Use cc instead of gcc exclusively.Jordan K. Hubbard1994-09-291-4/+25
| | | | Notes: svn path=/head/; revision=140
* Set HOSTTYPE_DECL correctly.Jordan K. Hubbard1994-09-161-0/+19
Reviewed by: jkh Submitted by: wollman Notes: svn path=/head/; revision=100