diff options
author | Ian Leitch <port001@gentoo.org> | 2005-11-13 17:55:51 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2005-11-13 17:55:51 +0000 |
commit | a0f64d9f8c734b41ac1798aa862ad2ff89d887b9 (patch) | |
tree | 09b2d914549d4f8a97996c685ee1578591c84b04 /dev-python/pyvorbis | |
parent | Included a patch which fixes a bug where pyvorbis attempts to close a previou... (diff) | |
download | gentoo-2-a0f64d9f8c734b41ac1798aa862ad2ff89d887b9.tar.gz gentoo-2-a0f64d9f8c734b41ac1798aa862ad2ff89d887b9.tar.bz2 gentoo-2-a0f64d9f8c734b41ac1798aa862ad2ff89d887b9.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)
(Unsigned Manifest commit)
Diffstat (limited to 'dev-python/pyvorbis')
-rw-r--r-- | dev-python/pyvorbis/Manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyvorbis/Manifest b/dev-python/pyvorbis/Manifest index 269b8fce57ac..6719affc08d1 100644 --- a/dev-python/pyvorbis/Manifest +++ b/dev-python/pyvorbis/Manifest @@ -1,4 +1,4 @@ -MD5 f464b11ce2f5ab6b985041e5517f1a2c ChangeLog 2199 +MD5 2af55b4593084e88d98536d920894477 ChangeLog 2659 MD5 28ec3622a17a96ac8cc3ef8427ac3e45 files/digest-pyvorbis-1.1 63 MD5 9cbd7d4ece2e640dc19e9110b51b5128 files/digest-pyvorbis-1.3 63 MD5 0f3ffbc95f303e2b3aee01b3be77d513 files/digest-pyvorbis-1.4 63 @@ -7,5 +7,5 @@ MD5 dd05077a480799edc7a1912053b6cc6a files/pyvorbisfile.c-1.4.patch 564 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 68e27b8fffc1489df6b58a652aac3881 pyvorbis-1.1.ebuild 691 MD5 4d25842e6ad9295991cdb2703aff023e pyvorbis-1.3.ebuild 759 -MD5 431e63d09cebaf095215ccb38f560359 pyvorbis-1.4-r1.ebuild 817 +MD5 150b6ccc48e156c553260e41f5937d40 pyvorbis-1.4-r1.ebuild 819 MD5 4069e08113b65ee5705e07e63e3a1b5f pyvorbis-1.4.ebuild 732 |