From 3aa68f12829260afb00b9e816bece02ae263e33e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 5 Oct 2009 21:11:16 +0100 Subject: opkg: Switch to google svn and patch to export a version comparision function (patches taken from OE.dev) Signed-off-by: Richard Purdie --- meta/packages/opkg/files/opkg_unarchive.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/packages/opkg/files/opkg_unarchive.patch (limited to 'meta/packages/opkg/files') diff --git a/meta/packages/opkg/files/opkg_unarchive.patch b/meta/packages/opkg/files/opkg_unarchive.patch new file mode 100644 index 000000000..9e5ccfb71 --- /dev/null +++ b/meta/packages/opkg/files/opkg_unarchive.patch @@ -0,0 +1,13 @@ +--- trunk/libbb/unarchive.c.orig 2009-02-11 22:14:58.000000000 +0100 ++++ trunk/libbb/unarchive.c 2009-02-11 22:15:07.000000000 +0100 +@@ -606,6 +606,10 @@ + tar_entry->name = concat_path_file(tar.formated.prefix, tar.formated.name); + } + ++ if (strlen(tar_entry->name) > 100) { ++ tar_entry->name[100] = 0; ++ } ++ + // tar_entry->name = xstrdup(tar.formated.name); + + /* -- cgit v1.2.3