Skip to content

Commit

Permalink
bash, bash_static: add 3 more official patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jan 3, 2013
1 parent b446e79 commit 6e37d32
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
3 changes: 3 additions & 0 deletions shells/bash/BUILD
Expand Up @@ -41,6 +41,9 @@
patch_it $SOURCE38 0 &&
patch_it $SOURCE39 0 &&
patch_it $SOURCE40 0 &&
patch_it $SOURCE41 0 &&
patch_it $SOURCE42 0 &&
patch_it $SOURCE43 0 &&

OPTS+=" --bindir=/bin \
--enable-readline \
Expand Down
11 changes: 10 additions & 1 deletion shells/bash/DETAILS
Expand Up @@ -40,6 +40,9 @@
SOURCE38=bash42-037
SOURCE39=bash42-038
SOURCE40=bash42-039
SOURCE41=bash42-040
SOURCE42=bash42-041
SOURCE43=bash42-042
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/$MODULE
Expand Down Expand Up @@ -82,6 +85,9 @@
SOURCE38_URL=$SOURCE2_URL
SOURCE39_URL=$SOURCE2_URL
SOURCE40_URL=$SOURCE2_URL
SOURCE41_URL=$SOURCE2_URL
SOURCE42_URL=$SOURCE2_URL
SOURCE43_URL=$SOURCE2_URL
SOURCE_VFY=sha1:487840ab7134eb7901fbb2e49b0ee3d22de15cb8
SOURCE2_VFY=sha1:c069f07492c9199bc7cff71a4f032f668ba4ea0a
SOURCE3_VFY=sha1:75b6726656a08e47172704545c57a290e29075e9
Expand Down Expand Up @@ -122,9 +128,12 @@
SOURCE38_VFY=sha1:8d3edfb297bcf65d2d9b72a626b775d3679a78d9
SOURCE39_VFY=sha1:afbd9c4a865e6d3f316a215cebc4e2ecacf5cf07
SOURCE40_VFY=sha1:aa183f7883108416871809905920b6c7d5e45a86
SOURCE41_VFY=sha1:dfb0bb3c2022604fbbd4a10dced6fedd3fc32cb3
SOURCE42_VFY=sha1:3056e72f6db030c299c45215b4a033197a78430a
SOURCE43_VFY=sha1:de6b48b129d031d06b67c9030d9d332fc1e6995a
WEB_SITE=http://www.gnu.org/software/bash
ENTERED=20010922
UPDATED=20121103
UPDATED=20130103
SHORT="A shell of the GNU operating system"
PSAFE=no

Expand Down
3 changes: 3 additions & 0 deletions shells/bash_static/BUILD
Expand Up @@ -41,6 +41,9 @@
patch_it $SOURCE38 0 &&
patch_it $SOURCE39 0 &&
patch_it $SOURCE40 0 &&
patch_it $SOURCE41 0 &&
patch_it $SOURCE42 0 &&
patch_it $SOURCE43 0 &&

OPTS+=" --bindir=/bin \
--without-bash-malloc \
Expand Down
11 changes: 10 additions & 1 deletion shells/bash_static/DETAILS
Expand Up @@ -40,6 +40,9 @@
SOURCE38=bash42-037
SOURCE39=bash42-038
SOURCE40=bash42-039
SOURCE41=bash42-040
SOURCE42=bash42-041
SOURCE43=bash42-042
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$VERSION
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
Expand Down Expand Up @@ -83,6 +86,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$VERSION
SOURCE38_URL=$SOURCE2_URL
SOURCE39_URL=$SOURCE2_URL
SOURCE40_URL=$SOURCE2_URL
SOURCE41_URL=$SOURCE2_URL
SOURCE42_URL=$SOURCE2_URL
SOURCE43_URL=$SOURCE2_URL
SOURCE_VFY=sha1:487840ab7134eb7901fbb2e49b0ee3d22de15cb8
SOURCE2_VFY=sha1:c069f07492c9199bc7cff71a4f032f668ba4ea0a
SOURCE3_VFY=sha1:75b6726656a08e47172704545c57a290e29075e9
Expand Down Expand Up @@ -123,9 +129,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$VERSION
SOURCE38_VFY=sha1:8d3edfb297bcf65d2d9b72a626b775d3679a78d9
SOURCE39_VFY=sha1:afbd9c4a865e6d3f316a215cebc4e2ecacf5cf07
SOURCE40_VFY=sha1:aa183f7883108416871809905920b6c7d5e45a86
SOURCE41_VFY=sha1:dfb0bb3c2022604fbbd4a10dced6fedd3fc32cb3
SOURCE42_VFY=sha1:3056e72f6db030c299c45215b4a033197a78430a
SOURCE43_VFY=sha1:de6b48b129d031d06b67c9030d9d332fc1e6995a
WEB_SITE=http://tiswww.case.edu/php/chet/bash_static/bashtop.html
ENTERED=20020615
UPDATED=20121103
UPDATED=20130103
SHORT="static bash build for rescue purposes"

cat << EOF
Expand Down

0 comments on commit 6e37d32

Please sign in to comment.