-
v63.26d4bcc5c · ·
Make virtual packages packages without target * Virtual packages are now packages without candidate and any existing candidate for them is ignored (and removed if installed) * Fix multiple Provices not being applied on appropriate package and effectively ignored * Add URI to some error messages
-
v63.00e6fb8db · ·
New URI implementation with relative URIs support * New URI implementation with different options and support for relative URIs * Code and programs not immediately part of updater were moved to separate repositories. This move consists of supervisor, localrepo and opkg-wrapper. * Thanks to new URI implementation the memory consumption was drastically reduced. * All files are removed early in install phase instead of on late cleanup. This solves problem with postinstall and postrm scripts accessing and detecting files that were marked to be removed. * Fixed fatal fail when package was limited on non-existent repository. This is now just warning and other existing allowed repository is used instead. * Introduced new --reinstall-all option for pkgupdate which allows to force reinstall of all packages. * All binaries now use argp as argument parser instead of proprietary implementation. On non-glibc systems you can use argp-standalone.
-
v62.10be0315a · ·
Decrease memory usage of updater This release decreases memory usage of updater during update process about 40%. Memory usage is still not ideal but this improves stuff a lot. There is disadvantage to this change as it increases storage requirements during update from at maximum twice size of all packages (installed version and not yet installed one) to thee times (+download packed files). * pkgupdate now downloads packages to /usr/share/updater/download instead of ram. * pkgupdate now downloads packages only when plan is approved, not before. * Added memory usage test bench