Path to this page:
./
shells/bash,
The GNU Bourne Again Shell
Branch: pkgsrc-2014Q2,
Version: 4.3,
Package name: bash-4.3,
Maintainer: pkgsrc-usersBash 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)
- (2014-07-02) Package added to pkgsrc.se, version bash-4.3 (created)
CVS history: (Expand)
2014-09-25 20:08:56 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #4504 - requested by tron
shells/bash: security patch
Revisions pulled up:
- shells/bash/Makefile 1.65
- shells/bash/distinfo 1.32
- shells/bash/patches/patch-parse.y 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Thu Sep 25 14:02:34 UTC 2014
Modified Files:
pkgsrc/shells/bash: Makefile distinfo
Added Files:
pkgsrc/shells/bash/patches: patch-parse.y
Log message:
Add fix for CVE-2014-7169.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/shells/bash/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/bash/patches/patch-parse.y
|
2014-09-25 11:02:06 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4503 - requested by tron
shells/bash: security update
NOTE: this version is still vulnerable to CVE-2014-7169
Revisions pulled up:
- shells/bash/Makefile 1.64
- shells/bash/distinfo 1.31
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 24 15:24:35 UTC 2014
Modified Files:
pkgsrc/shells/bash: Makefile distinfo
Log message:
Add all current upstream bash patches including 025, which fixes
a security issue. Version number bumped in the usual way.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/shells/bash/distinfo
|