diff options
author | Ian Leitch <port001@gentoo.org> | 2005-11-13 17:55:42 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2005-11-13 17:55:42 +0000 |
commit | 800673a6b9dee3d22fbddd421469a309a526c4b9 (patch) | |
tree | 0c221366513a4935dad5f9556891af36405692db /dev-python/pyvorbis/ChangeLog | |
parent | new version and a new port to amd64 (#64373) (diff) | |
download | gentoo-2-800673a6b9dee3d22fbddd421469a309a526c4b9.tar.gz gentoo-2-800673a6b9dee3d22fbddd421469a309a526c4b9.tar.bz2 gentoo-2-800673a6b9dee3d22fbddd421469a309a526c4b9.zip |
Included a patch which fixes a bug where pyvorbis attempts to close a previously closed file descriptor. PyVorbis uses the ov_open libvorbis function which requires you call ov_clear to close all open descriptors, yet pyvrobis continues to call flcose on the descriptor after the call to ov_clear. Bug #101059.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/pyvorbis/ChangeLog')
-rw-r--r-- | dev-python/pyvorbis/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dev-python/pyvorbis/ChangeLog b/dev-python/pyvorbis/ChangeLog index 7c85fe15b497..3410f3acfb96 100644 --- a/dev-python/pyvorbis/ChangeLog +++ b/dev-python/pyvorbis/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-python/pyvorbis # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.19 2005/09/10 23:40:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.20 2005/11/13 17:55:41 port001 Exp $ + +*pyvorbis-1.4-r1 (13 Nov 2005) + + 13 Nov 2005; Ian Leitch <port001@gentoo.org> + +files/pyvorbisfile.c-1.4.patch, +pyvorbis-1.4-r1.ebuild: + Included a patch which fixes a bug where pyvorbis attempts to close a + previously closed file descriptor. PyVorbis uses the ov_open libvorbis + function which requires you call ov_clear to close all open descriptors, yet + pyvrobis continues to call flcose on the descriptor after the call to + ov_clear. Bug #101059. 10 Sep 2005; Aron Griffis <agriffis@gentoo.org> pyvorbis-1.3.ebuild: Mark 1.3 stable on alpha |