Commit graph

58 commits

Author SHA1 Message Date
BrewTestBot
74c7c6c19b bash: update 4.3.42 bottle. 2015-08-26 16:11:00 -07:00
Alex Dunn
32abbd2656 bash 4.3.42
Closes Homebrew/homebrew#43300.
2015-08-26 16:10:57 -07:00
Hiroshi Hatake
d00a737ed9 bash: fix strict audit
Closes Homebrew/homebrew#42159.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-27 17:10:45 +01:00
BrewTestBot
5bd33855b4 bash: update 4.3.39 bottle. 2015-07-26 15:37:09 -07:00
Alex Dunn
edff77dd93 bash 4.3.39
Closes Homebrew/homebrew#42129.
2015-07-26 15:37:09 -07:00
Nikolaus Wittenstein
758f6e9533 Add descriptions to all remaining homebrew packages 2015-06-05 14:47:57 +01:00
BrewTestBot
981cbc9ac5 bash: update 4.3.33 bottle. 2015-01-13 23:20:29 -05:00
Jack Nagel
8609c26f6f bash 4.3.33
Closes Homebrew/homebrew#35844.
2015-01-13 23:07:08 -05:00
BrewTestBot
9a9d87761e bash: update 4.3.30 bottle. 2014-10-06 13:25:12 -05:00
Jack Nagel
7d58e5e491 bash 4.3.30 2014-10-06 13:06:09 -05:00
BrewTestBot
4699221d41 bash: update 4.3.29 bottle. 2014-10-04 12:33:39 -05:00
Jack Nagel
c616506e2d bash 4.3.29 2014-10-04 12:33:14 -05:00
BrewTestBot
a810b0c679 bash: update 4.3.28 bottle. 2014-10-01 14:11:07 -05:00
Jack Nagel
58f0b1012f bash 4.3.28 2014-10-01 14:03:05 -05:00
BrewTestBot
977cd52ffd bash: update 4.3.27 bottle. 2014-09-28 13:46:20 -05:00
Jack Nagel
d298ac0d78 bash 4.3.27 2014-09-28 13:30:55 -05:00
BrewTestBot
2104b9f007 bash: update 4.3.26 bottle. 2014-09-26 17:46:57 -05:00
Jack Nagel
60495b9c13 bash 4.3.26
Addresses CVE-2014-7169.
2014-09-26 17:39:38 -05:00
BrewTestBot
7fa7ca3f39 bash: update 4.3.25 bottle. 2014-09-24 12:40:28 -05:00
Jack Nagel
61865cac43 bash 4.3.25
Closes Homebrew/homebrew#32606.
2014-09-24 12:40:28 -05:00
Jack Nagel
cdedb5664d Revert "bash: remove Lion bottle"
This reverts commit 7a0c1a9e8ab9ef0f5309ac30d0c6d58867f06588.
2014-09-23 20:54:39 -05:00
Jack Nagel
d71fd90f83 bash: remove Lion bottle
It seems to be broken in some way.
2014-09-22 01:08:46 -05:00
BrewTestBot
1266be6d13 bash: add 4.3.24 bottle. 2014-09-08 17:32:45 -05:00
Jack Nagel
888ba422e1 bash 4.3.24 2014-09-08 17:22:55 -05:00
Adam Vandenberg
1d9631c423 use test helpers 2014-08-01 07:58:10 -07:00
Jack Nagel
c3c37e74d6 bash 4.3.18 2014-05-28 21:32:00 -05:00
Jack Nagel
b9dae75f39 bash 4.3.11 2014-04-13 15:07:46 -05:00
Jack Nagel
fa56473ff7 bash: use checksummed patches 2014-03-16 19:27:13 -05:00
Mike Naberezny
7d95f71c8c bash: add test
Closes Homebrew/homebrew#26532.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-08 18:47:57 +00:00
Daniel Luz
3caf33fea6 bash: add missing braces to patch
The patch in 5120c11e broke '\W' outside of the home directory, due to
an unbracketed else block.

Closes Homebrew/homebrew#24806.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-30 08:47:31 -08:00
Adam Vandenberg
2923441cf8 bash: apply patch for bad strcpy in decode_prompt_string
Closes Homebrew/homebrew#23470.
2013-11-14 18:46:44 -08:00
Dwayne Litzenberger
5e48a3de66 bash: use SSH_SOURCE_BASHRC (like Apple bash).
Apple's /bin/bash is built with SSH_SOURCE_BASHRC, which causes
~/.bashrc to get sourced when the shell is run non-interactively over or
sshd/rshd. Linux distros usually also build with SSH_SOURCE_BASHRC (at
least, Debian does). This makes Homebrew do the same.

Closes Homebrew/homebrew#23234.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-13 10:40:44 +01:00
Johnneylee Jack Rollins
3cd4cc15b6 bash: add HEAD
Closes Homebrew/homebrew#22080.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-22 18:05:10 -05:00
Jack Nagel
ab4f4a8914 bash 4.2.45 2013-03-08 19:45:51 -06:00
Jack Nagel
db0f475a55 bash 4.2.42 2012-12-31 16:48:56 -06:00
Jack Nagel
8c29982153 Revert "Rename readline to gnu-readline"
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.

Turns out one of the "other things" is a dealbreaker.

We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.

So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
2012-11-10 21:12:26 -06:00
Jack Nagel
e2f9856882 Rename readline to gnu-readline
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.

The implications of this are:

 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.

 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.

 - Probably other things.

So there are some downsides, but we will just have to deal with them.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
Jack Nagel
6d4ddac980 bash 4.2.39
I moved the patches to a gist, as it is easier to append new patches
this way.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-03 13:27:46 -05:00
Kalin Harvey
28d01570be bash: vendor patches since the mirrors are unreliable
Closes Homebrew/homebrew#15324.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-09 10:08:10 -07:00
Jack Nagel
2cc9a0b98a Replace version strings with Version objects 2012-08-18 11:12:08 -05:00
Misty De Meo
e593be8db7 bash 4.2.37 2012-07-17 12:40:13 -05:00
Jack Nagel
9eca2192a7 bash 4.2.29
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-05 15:09:18 -05:00
Birger J. Nordølum
078de9a70d GNU Bash 4.2.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-05 09:26:08 -07:00
Misty De Meo
9354861483 bash 4.2.24 2012-03-19 15:03:34 -05:00
Peter Aronoff
18d64529bd Add caveat about using this Bash as login shell
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-21 16:18:55 -08:00
Jack Nagel
83fcafb5aa Add mirrors for GNU formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30 12:56:07 -06:00
Misty De Meo
5725d45e58 bash 4.2.20
Closes Homebrew/homebrew#8867.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-29 20:03:52 -06:00
Jack Nagel
fa3d89a7c0 Use automatic mirror selection for GNU downloads
It seems that the main GNU download site has issues in some places
outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick
a nearby mirror.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12 15:08:20 -05:00
Robin Ramael
6bda22a3e9 Fixed syntax error in bash formula.
In the last commit to the bash formula, the install function declaration
was omitted, this commit adds it back in.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-07 12:38:00 -07:00
Birger J. Nordølum
780b1a2a26 GNU BASH 4.2.10.
Plus some additional tweaks.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-07 11:32:50 -07:00