Bash

You can upgrade to the latest .deb on precise until utopic and get it fixed:

Run:
env x='() { :;}; echo vulnerable' bash -c 'echo hello' ;
apt-get update;
apt-get -y install bash;
env x='() { :;}; echo vulnerable' bash -c 'echo hello'

Detailed Proof of the Fix:

bash (4.3-9ubuntu2) utopic; urgency=medium
* SECURITY UPDATE: incorrect function parsing
- debian/patches/CVE-2014-6271.diff: fix function parsing in
builtins/common.h, builtins/evalstring.c, subst.c, variables.c.
- CVE-2014-6271

I use bash every day and i want to keep track of EVERYTHING
(and with dates, please)
add this to your .bashrc if you want to keep track of your stuff also:
#10 Million records:
export HISTSIZE=10000000
# Timestamps, Format: YYYY-MM-DD HH:mm:SS
export HISTTIMEFORMAT='%F %T '