]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
opkg: upgrade to version 0.6.1
authorAlex Stewart <alex.stewart@ni.com>
Wed, 7 Dec 2022 22:33:33 +0000 (16:33 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Dec 2022 13:18:37 +0000 (13:18 +0000)
commit037ff235fa8e369c0eac9f84cb82c9eaffba85f3
treeed24ab2cd617fa031cba464eb131879997553e61
parentef7677dc90fac089f8b9f6da301cca022ed7284c
opkg: upgrade to version 0.6.1

Opkg 0.6.1 Changes:
- Opkg will no longer complain when trying to clean up the temporary
  directory, if the directory does not exist.
- Fixed a SEGFAULT when parsing package indexes with invalid `Size` or
  `Installed-Size` fields. These indexes will now produce a
  comprehensible error.
- Fixed an inconsistecy in .list generation where files would sometimes
  be entered with/without a trailing slash. The trailng slash should now
  always be removed.
- Fixed [a bug](https://bugzilla.yoctoproject.org/show_bug.cgi?id=10461)
  in package removal, where empty common directories would be left on
  disk, even after all owning packages were removed.

Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/opkg/opkg_0.6.1.bb [moved from meta/recipes-devtools/opkg/opkg_0.6.0.bb with 97% similarity]