diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-11 21:42:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-11 21:42:05 +0000 |
commit | 2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a (patch) | |
tree | d1026d2e2463bbc74ac90a7d6531c0ce9f21e28b /package/opkg/patches/001-fix-double-parsing.patch | |
parent | a195852e7f0b0808d3b8447fd07483009e7bbe3c (diff) | |
download | upstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.tar.gz upstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.tar.bz2 upstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.zip |
opkg: bump to r284 - incorporates parsing improvements upstream - fixes a couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections
SVN-Revision: 18380
Diffstat (limited to 'package/opkg/patches/001-fix-double-parsing.patch')
-rw-r--r-- | package/opkg/patches/001-fix-double-parsing.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/opkg/patches/001-fix-double-parsing.patch b/package/opkg/patches/001-fix-double-parsing.patch deleted file mode 100644 index a36ffa48ca..0000000000 --- a/package/opkg/patches/001-fix-double-parsing.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/libopkg/args.c -+++ b/libopkg/args.c -@@ -62,7 +62,7 @@ - if (conf_file_dir == NULL || conf_file_dir[0] == '\0') { - conf_file_dir = ARGS_DEFAULT_CONF_FILE_DIR; - } -- sprintf_alloc(&args->conf_file, "%s/%s", conf_file_dir, -+ sprintf_alloc(&args->conf_file, "%s/%s", OPKGETCDIR, - ARGS_DEFAULT_CONF_FILE_NAME); - - args->force_defaults = ARGS_DEFAULT_FORCE_DEFAULTS; - |