aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/009-remove-upgrade-all.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-11 21:42:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-11 21:42:05 +0000
commit374664f3af27cd893e6b65f83bd12dbdc619769f (patch)
tree9695ba43a5efc611588a8035c0ab559673a3e4fb /package/opkg/patches/009-remove-upgrade-all.patch
parent87daff29bad9c3c9b97e7f556e6f78ebb197f501 (diff)
downloadmaster-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/009-remove-upgrade-all.patch')
-rw-r--r--package/opkg/patches/009-remove-upgrade-all.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/opkg/patches/009-remove-upgrade-all.patch b/package/opkg/patches/009-remove-upgrade-all.patch
index 320f710058..d2440e031f 100644
--- a/package/opkg/patches/009-remove-upgrade-all.patch
+++ b/package/opkg/patches/009-remove-upgrade-all.patch
@@ -1,6 +1,6 @@
--- a/libopkg/args.c
+++ b/libopkg/args.c
-@@ -263,7 +263,7 @@
+@@ -259,7 +259,7 @@
printf("\nPackage Manipulation:\n");
printf("\tupdate Update list of available packages\n");
@@ -11,7 +11,7 @@
printf("\tconfigure [<pkg>] Configure unpacked packages\n");
--- a/libopkg/opkg_cmd.c
+++ b/libopkg/opkg_cmd.c
-@@ -79,7 +79,7 @@
+@@ -75,7 +75,7 @@
array for easier maintenance */
static opkg_cmd_t cmds[] = {
{"update", 0, (opkg_cmd_fun_t)opkg_update_cmd},
@@ -20,7 +20,7 @@
{"list", 0, (opkg_cmd_fun_t)opkg_list_cmd},
{"list_installed", 0, (opkg_cmd_fun_t)opkg_list_installed_cmd},
{"list_upgradable", 0, (opkg_cmd_fun_t)opkg_list_upgradable_cmd},
-@@ -640,17 +640,6 @@
+@@ -607,17 +607,6 @@
opkg_install_by_name(conf, arg);
}
}
@@ -37,4 +37,4 @@
- pkg_vec_free(installed);
}
- /* recheck to verify that all dependences are satisfied */
+ opkg_configure_packages(conf, NULL);