[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)
commit746fecae02b81c69b2f299185a3030886a4e21e1
tree5ccd41da04f3e01ab748f8376812b4a00fbd840f
parent355fd3fc97b96fd40b5e15bc25befaff102c675e
[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

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]