diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-31 12:39:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-31 12:39:37 +0000 |
commit | 7edab008dca7687d76026fb051cddf203a6ab08a (patch) | |
tree | d95ed57adab41eda3922d72d9c974ceecda5bf3b /sci-libs/cfitsio/ChangeLog | |
parent | Fixing test failure, patch by Brian Harring. Fixes #216942 (diff) | |
download | gentoo-2-7edab008dca7687d76026fb051cddf203a6ab08a.tar.gz gentoo-2-7edab008dca7687d76026fb051cddf203a6ab08a.tar.bz2 gentoo-2-7edab008dca7687d76026fb051cddf203a6ab08a.zip |
Added protection against null pointer dereferences, thanks to Paul Price, bug #256681
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cfitsio/ChangeLog')
-rw-r--r-- | sci-libs/cfitsio/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sci-libs/cfitsio/ChangeLog b/sci-libs/cfitsio/ChangeLog index 613729136419..a892fc2aae9a 100644 --- a/sci-libs/cfitsio/ChangeLog +++ b/sci-libs/cfitsio/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-libs/cfitsio -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.21 2008/08/22 18:26:16 bicatali Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.22 2009/01/31 12:39:37 bicatali Exp $ + +*cfitsio-3.100-r1 (31 Jan 2009) + + 31 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> + +files/cfitsio-3.100-null-protect.patch, metadata.xml, + -cfitsio-3.090.ebuild, +cfitsio-3.100-r1.ebuild: + Added protection against null pointer dereferences, thanks to Paul Price, + bug #256681 *cfitsio-3.100 (22 Aug 2008) |