diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-03-31 22:01:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-03-31 22:01:16 +0000 |
commit | 87d906d3509ff45a5557bed417929cd40c4ff8ad (patch) | |
tree | 3e1037aea799be1b10859e6d8b2fb6b314691e7e /media-libs/plib/ChangeLog | |
parent | Changed nostrip to strip. (diff) | |
download | gentoo-2-87d906d3509ff45a5557bed417929cd40c4ff8ad.tar.gz gentoo-2-87d906d3509ff45a5557bed417929cd40c4ff8ad.tar.bz2 gentoo-2-87d906d3509ff45a5557bed417929cd40c4ff8ad.zip |
add a patch to avoid the memory corruption in flightgear, when a joystick has more axes than are expected. Fixes bug #89336 by Scott Hathcock
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'media-libs/plib/ChangeLog')
-rw-r--r-- | media-libs/plib/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/media-libs/plib/ChangeLog b/media-libs/plib/ChangeLog index 6576d4e2fc1b..b6322c8c16ea 100644 --- a/media-libs/plib/ChangeLog +++ b/media-libs/plib/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-libs/plib # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plib/ChangeLog,v 1.27 2006/03/10 21:46:58 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plib/ChangeLog,v 1.28 2006/03/31 22:01:16 seemant Exp $ + +*plib-1.8.4-r1 (31 Mar 2006) + + 31 Mar 2006; Seemant Kulleen <seemant@gentoo.org> + +files/plib-1.8.4-too-many-axes.patch, -plib-1.8.3.ebuild, + +plib-1.8.4-r1.ebuild: + add a patch to avoid the memory corruption in flightgear, when a joystick + has more axes than are expected. Fixes bug #89336 by Scott Hathcock 10 Mar 2006; Mark Loeser <halcy0n@gentoo.org> +files/plib-1.8.4-gcc41.patch, plib-1.8.4.ebuild: |