./shells/bash, The GNU Bourne Again Shell

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


Branch: pkgsrc-2012Q2, Version: 4.2nb2, Package name: bash-4.2nb2, Maintainer: wiz

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.


Required to build:
[devel/bison]

Master sites: (Expand)

SHA1: 487840ab7134eb7901fbb2e49b0ee3d22de15cb8
RMD160: df7ae51783f039a1234d3b720ffcf4bfa5d09673
Filesize: 6844.923 KB

Version history: (Expand)


CVS history: (Expand)


   2012-07-18 19:55:26 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #3861 - requested by spz
shells/bash: security patch

Revisions pulled up:
- shells/bash/Makefile                                          1.53
- shells/bash/distinfo                                          1.25
- shells/bash/patches/patch-lib_sh_eaccess.c                    1.1

---
   Module Name:	pkgsrc
   Committed By:	spz
   Date:		Wed Jul 18 15:43:12 UTC 2012

   Modified Files:
   	pkgsrc/shells/bash: Makefile distinfo
   Added Files:
   	pkgsrc/shells/bash/patches: patch-lib_sh_eaccess.c

   Log message:
   add patch from the Bash project fixing CVE-2012-3410