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 | 374664f3af27cd893e6b65f83bd12dbdc619769f (patch) | |
tree | 9695ba43a5efc611588a8035c0ab559673a3e4fb /package/opkg/patches/001-fix-double-parsing.patch | |
parent | 87daff29bad9c3c9b97e7f556e6f78ebb197f501 (diff) | |
download | master-187ad058-374664f3af27cd893e6b65f83bd12dbdc619769f.tar.gz master-187ad058-374664f3af27cd893e6b65f83bd12dbdc619769f.tar.bz2 master-187ad058-374664f3af27cd893e6b65f83bd12dbdc619769f.zip |
[package] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18380 3c298f89-4303-0410-b956-a3cf2f4a3e73
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; - |