./shells/bash, The GNU Bourne Again Shell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q3, Version: 4.3.030, Package name: bash-4.3.030, Maintainer: pkgsrc-users

Bash is an sh-compatible shell that incorporates useful features from
the Korn shell (ksh) and C shell (csh). It is intended to conform to
the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.

It offers functional improvements over sh for both programming and
interactive use; these include command line editing, unlimited size
command history, job control, shell functions and aliases, indexed
arrays of unlimited size, and integer arithmetic in any base from two
to sixty-four. In addition, most sh scripts can be run by Bash without
modification.


Master sites: (Expand)

SHA1: 45ac3c5727e7262334f4dfadecdf601b39434e84
RMD160: cd21a9f51ea7780994d4e2c9c7d16d5eb000f845
Filesize: 7769.374 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-23 14:29:31 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #4553 - requested by dholland
shells/bash: build fix

Revisions pulled up:
- shells/bash/distinfo                                          1.39
- shells/bash/patches/patch-configure                           1.1

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sun Nov 23 00:43:57 UTC 2014

   Modified Files:
   	pkgsrc/shells/bash: distinfo
   Added Files:
   	pkgsrc/shells/bash/patches: patch-configure

   Log message:
   Use -Wl,-R instead of just -R to avoid breaking the build on FreeBSD.
   >From Dennis Lindroos in PR 49375.
   2014-10-07 10:46:57 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4517 - requested by wiz
shells/bash: security update

Revisions pulled up:
- shells/bash/Makefile                                          1.72
- shells/bash/distinfo                                          1.38

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Oct  7 00:16:52 UTC 2014

   Modified Files:
   	pkgsrc/shells/bash: Makefile distinfo

   Log message:
   Another day, another bash patch. Welcome to 4.3.030.
   Fixes CVE-2014-6278:
   A combination of nested command substitutions and function importing
   from the environment can cause bash to execute code appearing in
   the environment variable value following the function definition.
   2014-10-04 17:24:30 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4513 - requested by wiz
shells/bash: bug fix update

Revisions pulled up:
- shells/bash/Makefile                                          1.71
- shells/bash/distinfo                                          1.37

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Fri Oct  3 09:46:23 UTC 2014

   Modified Files:
   	pkgsrc/shells/bash: Makefile distinfo

   Log message:
   Add another patch, welcome to 4.3.29. Not sure if this is hardening or
   a vulnerability.
   2014-10-02 11:18:35 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4511 - requested by wiz
shells/bash: security update

Revisions pulled up:
- shells/bash/Makefile                                          1.70
- shells/bash/distinfo                                          1.36

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Oct  1 21:23:51 UTC 2014

   Modified Files:
   	pkgsrc/shells/bash: Makefile distinfo

   Log message:
   Another day, another security fix: bash-4.3.028.