[package] opkg:
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)
commitbd44398aea99f783f279c36bcfe32638bbf8923b
tree5ccd41da04f3e01ab748f8376812b4a00fbd840f
parent993973ca15720b0b43eec172a51e77e7979758dc
[package] 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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18119 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]