diff options
author | 2012-03-22 12:33:36 +0000 | |
---|---|---|
committer | 2012-03-22 12:33:36 +0000 | |
commit | 5251eeeca0a81e6ec5dd20b753e78613cdc2671e (patch) | |
tree | 6a64d14f9fddb8bd6763896465d3af1a340a3207 /media-libs/id3lib/files | |
parent | Stable for HPPA (bug #408983). (diff) | |
download | historical-5251eeeca0a81e6ec5dd20b753e78613cdc2671e.tar.gz historical-5251eeeca0a81e6ec5dd20b753e78613cdc2671e.tar.bz2 historical-5251eeeca0a81e6ec5dd20b753e78613cdc2671e.zip |
USE="static-libs" and remove libid3.la when it's disabled.
Package-Manager: portage-2.2.0_alpha92/cvs/Linux x86_64
Diffstat (limited to 'media-libs/id3lib/files')
-rw-r--r-- | media-libs/id3lib/files/id3lib-3.8.3-security.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/id3lib/files/id3lib-3.8.3-security.patch b/media-libs/id3lib/files/id3lib-3.8.3-security.patch index e56d32cfc0ac..2cf7c1420340 100644 --- a/media-libs/id3lib/files/id3lib-3.8.3-security.patch +++ b/media-libs/id3lib/files/id3lib-3.8.3-security.patch @@ -1,6 +1,7 @@ -diff -ur id3lib-3.8.3.orig/src/tag_file.cpp id3lib-3.8.3/src/tag_file.cpp ---- id3lib-3.8.3.orig/src/tag_file.cpp 2003-03-02 02:23:00.000000000 +0200 -+++ id3lib-3.8.3/src/tag_file.cpp 2007-08-20 19:40:16.000000000 +0300 +http://bugs.gentoo.org/189610 + +--- src/tag_file.cpp ++++ src/tag_file.cpp @@ -242,8 +242,8 @@ strcpy(sTempFile, filename.c_str()); strcat(sTempFile, sTmpSuffix.c_str()); |