diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-26 11:57:16 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-26 11:57:16 +0200 |
commit | 38c19831778f9bedb8538a65ac5bafed29e1941c (patch) | |
tree | 98524fb434250f5196d9febae4e3650c3d0eb318 /debian | |
parent | cd84a799ecbb958af42e554629250a404889c651 (diff) | |
parent | 1edc38abff0bffd56ad7a128f6243050d4064827 (diff) |
merged from lp:~donkult/apt/sid
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 18b59ec4e..1eeb57ae7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.8.15.4) unstable; urgency=low + + [ David Miller ] + * apt-pkg/contrib/sha1.cc: + - fix illegally casts of on-stack buffer to a type requiring more + alignment than it has resulting in segfaults on sparc (Closes: #634696) + + -- David Kalnischkies <kalnischkies@gmail.com> Tue, 26 Jul 2011 08:26:53 +0200 + apt (0.8.15.3) unstable; urgency=low [ Michael Vogt ] |