Skip to content

updater-ng: update to version 67.0

Karel Koci requested to merge feature/updater-67 into develop

Added

  • Warning for packages not verified against repository index because missing hash

Changed

  • Custom build system was replaced with autotools
  • OpenSSL is now used to verify signatures instead of usign
  • URI implementation no longer uses temporally files and passed instead everything in memory
  • Download retries are removed, code now relies only on libcurl reconnection
  • libb64 usage replaced with OpenSSL

Fixed

  • Memory leak on archive open error
  • Various compilation warning
  • Invalid error complaining about path being called on on URI of invalid scheme

Merge request reports