opkg: - replace package list parser by something that works with fixed buffers to...
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 22 Oct 2009 08:46:55 +0000 (08:46 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 22 Oct 2009 08:46:55 +0000 (08:46 +0000)
commit3231dce5aa4afff0c3b4a40f082f13035d9f341f
treea5c90b0669563b0cb372d372d427cb0aef1d9b26
parent991a35c6a621a3b03a0a6de6aa3045b951a7b627
opkg: - replace package list parser by something that works with fixed buffers to avoid slurping the whole file into memory during parsing - fix a possible null pointer dereference in opkg_remove_cmd() - get rid of upgrade, it cannot upgrade single packages and kills the system in most cases - get rid of the flag operation, not needed - bump package revision

SVN-Revision: 18119
package/opkg/Makefile
package/opkg/patches/008-fix_parsing_insanity.patch [new file with mode: 0644]
package/opkg/patches/009-remove-upgrade.patch [new file with mode: 0644]
package/opkg/patches/010-remove-flag.patch [new file with mode: 0644]
package/opkg/patches/011-fix_nullpointer_deref.patch [new file with mode: 0644]