Skip to content
Snippets Groups Projects
  1. Jul 10, 2020
  2. Jul 09, 2020
  3. Jul 08, 2020
  4. Jul 06, 2020
  5. Jul 05, 2020
  6. Jul 02, 2020
  7. Jul 01, 2020
  8. Jun 30, 2020
  9. Jun 29, 2020
    • Karel Koci's avatar
      lists/migrate3x: change root package for replan to tos3to4-early · 07ce444c
      Karel Koci authored
      This solves issue that tos3to4-early depends on switch-branch and that
      one depends on updater-supervisor and that one depends on updater-ng.
      In the end that creates with additional dependency of updater-ng on
      tos3to4-early cycle dependency and updater won't allow that with
      critical package.
      
      This just uses tos3to4-early for same purpose as previously updater-ng.
      It is just rude fix to break cycle.
      Verified
      07ce444c
  10. Jun 27, 2020
  11. Jun 25, 2020
    • Karel Koci's avatar
      patches/openwrt: Add link signature to packages · f7b200c8
      Karel Koci authored
      This should in future replace potentially automatic package version
      bumping patch. This should be cleaner solution for same problem as it
      won't tamper with versions and does not need server-side database.
      
      Problem with tampering with version is that matching version exactly was
      then pretty much broken. Once package was bumped the version did not
      match. It is impossible to update dependency easily enough when package
      bump occurs.
      
      The idea is that updater just matches signature that should be
      consistent between builds (unless dynamic link dependencies changed of
      course). When build results to package with different link dependencies
      then signature changes and updater reinstall such package to version
      from repository that is consistent. Version stays the same all the time.
      
      Signature is generated from two sources. Dynamic library names and
      dynamic symbols that are linked to those libraries are included.
      Verified
      f7b200c8
  12. Jun 24, 2020
  13. Jun 22, 2020
  14. Jun 17, 2020
Loading