[oe-commits] [openembedded-core] 05/08: libid3tag: actually apply 10_utf16

git at git.openembedded.org git at git.openembedded.org
Sat Mar 9 09:58:33 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dbbd9880ecf5c18fb2264582f702c0838146ee29
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Mar 8 14:20:59 2019 +0000

    libid3tag: actually apply 10_utf16
    
    do_patch() doesn't apply files called .dpatch, so rename it to .patch.
    
    Fixes CVE-2004-2779.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../libid3tag/libid3tag/{10_utf16.dpatch => 10_utf16.patch}             | 0
 meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb                  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/libid3tag/libid3tag/10_utf16.dpatch b/meta/recipes-multimedia/libid3tag/libid3tag/10_utf16.patch
similarity index 100%
rename from meta/recipes-multimedia/libid3tag/libid3tag/10_utf16.dpatch
rename to meta/recipes-multimedia/libid3tag/libid3tag/10_utf16.patch
diff --git a/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb b/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
index fe31646..43edd3f 100644
--- a/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
+++ b/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
@@ -13,7 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libid3tag-${PV}.tar.gz \
            file://addpkgconfig.patch \
            file://obsolete_automake_macros.patch \
            file://0001-Fix-gperf-3.1-incompatibility.patch \
-           file://10_utf16.dpatch \
+           file://10_utf16.patch \
            "
 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/mad/files/libid3tag/"
 UPSTREAM_CHECK_REGEX = "/projects/mad/files/libid3tag/(?P<pver>.*)/$"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list