Skip to content
Snippets Groups Projects
  1. Nov 09, 2021
  2. Nov 05, 2021
  3. Nov 03, 2021
  4. Nov 02, 2021
  5. Oct 29, 2021
  6. Oct 27, 2021
  7. Oct 26, 2021
    • Karel Koci's avatar
    • Karel Koci's avatar
      tos3to4: new package tos3to4-earliest · 9b68cbfd
      Karel Koci authored
      In the past the tos3to4-early was installed alongside of updater but
      that wasn't ideal so it was moved to be installed later with latest
      version of updater after the first replan. This created issue that
      script that should allow newest updater to run wasn't installed and
      executed. At the same time we do not want to install tos3to4-early due
      to its dependencies that we can't simply overcome in the old updater.
      The alternative is to simply introduce tos3to4-earliest that contains
      the simple localrepo removal script. This is going to be dependency of
      updater and thus installed before the new version is installed.
    • Martin Matějek's avatar
      foris-controller: update to version 3.0.0 · da729192
      Martin Matějek authored
      Added:
      - wan: qos limit on traffic
      
      Changed:
      - web: `list_languages` now uses reForis translations instead of Foris translations to determine available localization,
          since Foris is no longer present in TOS 5.3.0
      - time: timezone is now set by backend based on provided region and city
      
      Fixed:
      - networks: fix reading multiple interfaces of wan (e.g. bridge)
      - wan: ipv6_address in 6in4 may contain prefix as well
      
      Note: foris-controller now requires `turris-timezone`
      Verified
      da729192
  8. Oct 25, 2021
  9. Oct 22, 2021
  10. Oct 19, 2021
  11. Oct 18, 2021
  12. Oct 15, 2021
  13. Oct 12, 2021
  14. Oct 11, 2021
  15. Oct 07, 2021
    • Michal Vasilek's avatar
      turris-webapps-*: refactor dependencies · ffc1fae0
      Michal Vasilek authored
      * dependencies will be automatically loaded when the module is
        installed, so we don't need to explicitly import them in lighttpd
        config files
      * add missing dependencies to packages, this worked because on a normal
        TOS system, other packages with the required dependencies are
        installed, but could potentially break when the dependencies change
      * remove lighttpd-mod-authn_file dependency since it's not used anywhere
      * remove lighttpd-mod-auth dependency when the package already depends
        on lighttpd-mod-auth_pam
      Verified
      ffc1fae0
    • Karel Koci's avatar
      turris-maintain: split off turris-backup and rewrite · 2ff056a1
      Karel Koci authored
      This makes backup scripts more accessible and also adds additional
      features. The short list is:
      * Inclusion of sysupgrade files (OpenWrt's way to mark files for backup)
      * Optional inclusion of modified configuration files
      * More strict inclusion for previously included files
      * Protection against recovery from other major versions of OS
      
      The last change is the most important as it is not just plain addition
      but the incompatible change. This is intentional as the protection is
      more desirable than the compatibility. The use of the scripts is same as
      the previously but recovery of backup from different major OS version is
      not allowed.
      Verified
      2ff056a1
    • Josef Schlehofer's avatar
      Merge branch 'Turris OS 5.3.0' · 508e6326
      Josef Schlehofer authored
      Verified
      508e6326
    • Karel Koci's avatar
      Revert "Revert "lighttpd: start Foris and reForis FastCGI backends on demand"" · 62f0366c
      Karel Koci authored
      This reverts commit 14abc044.
      
      This reverts Foris part as well. The reForis part was reverted in
      33ab8eff.
      It turns out that my assumption that both Foris and reForis behave the
      same that lead to only partial revert was invalid and Foris as it seems
      it all right. This matches the behavior of reForis.
      Verified
      62f0366c
    • Karel Koci's avatar
      updater-ng: backport two patches · f477ddaf
      Karel Koci authored
      The second patch is fix. This backports patch that fixes issues with
      scripts terminating but not correctly closing all outputs results into
      hang.
      
      The first patch is a feature. The turris-build repository contains
      second part of it and it is already merged. It is not desirable to
      release new version of updater because of other changes thus backporting
      only this patch is a good solution.
      Verified
      f477ddaf
    • Josef Schlehofer's avatar
  16. Oct 06, 2021
    • Josef Schlehofer's avatar
      base64c: update PKG_HASH · 1e83700e
      Josef Schlehofer authored
      Similarly to ebc12ecdb66a9261ba3d5cd06e87588764ac53aea2c64bd4c226f13cc2bf77d4
      Verified
      1e83700e
    • Karel Koci's avatar
      initial-config: fix invalid foris password · 9ffcae17
      Karel Koci authored
      The `--` there was originally intended to disable processing of options
      and thus protect against situation where password starts with dash. It
      turns out that python processes arguments in such a way that anything
      after command specification is automatically considered as argument and
      not as option for python interpreter.
      
      This also sets it to explicitly call Python3 compared to python as that
      might call Python 2 that is not in package's dependencies and thus the
      code might break if it would be called with it.
      Verified
      9ffcae17