Skip to content
Snippets Groups Projects
  1. Nov 02, 2021
  2. Oct 26, 2021
    • 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.
      v5.3.0
      9b68cbfd
  3. Oct 25, 2021
  4. Oct 19, 2021
  5. Oct 18, 2021
  6. Oct 12, 2021
    • Karel Koci's avatar
      githooks/pre-push: allow fast-forward of master to develop · 0f4d5e65
      Karel Koci authored
      The original check was that master can be pushed only with develop
      branch. It is what we mostly want but there are cases when we do not
      update develop and only master that are valid as well. The example of
      such operation is merge of develop to master, which is always
      fast-forward due to our workflow.
      
      This halts push only if master commit is not ancestor of develop instead
      of halting it always when develop is not being updated.
      0f4d5e65
  7. Oct 07, 2021
  8. Oct 06, 2021
    • Josef Schlehofer's avatar
      base64c: update PKG_HASH · 1e83700e
      Josef Schlehofer authored
      Similarly to ebc12ecdb66a9261ba3d5cd06e87588764ac53aea2c64bd4c226f13cc2bf77d4
      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.
      9ffcae17
  9. Oct 04, 2021
  10. Oct 01, 2021
  11. Sep 30, 2021
  12. Sep 29, 2021
    • Karel Koci's avatar
      Revert "Revert "lighttpd: start Foris and reForis FastCGI backends on demand"" · 33ab8eff
      Karel Koci authored
      This reverts commit 14abc044.
      
      The issue with reforis starting was that both reforis and lighttpd were
      creating FCGI socket. Thus lighttpd created socket and send request to
      it while reForis replaced that socket when it initialized and thus never
      get the initial request. The removal of socket configuration solves the
      issue and the patch added here is that fix.
      33ab8eff
  13. Sep 27, 2021
  14. Sep 23, 2021
    • Martin Matějek's avatar
      foris-controller-storage-module: update to version 0.9.0 · 3c740fa6
      Martin Matějek authored
      Changed:
      * Increase persistent logs size to 100 MB in logrotate config
      * Refactor srv init script
      * Restart rainbow service instead of hardcoded set to white in srv init script
      
      Fixed
      * Handle missing /srv directory in srv init script
      * Prevent to manipulate programmable LEDs on routers without rainbow command in srv init script
      3c740fa6
  15. Sep 22, 2021
  16. Sep 15, 2021
  17. Sep 14, 2021
  18. Sep 10, 2021
  19. Sep 09, 2021
  20. Sep 08, 2021
  21. Sep 07, 2021
  22. Sep 02, 2021
  23. Aug 26, 2021
  24. Aug 13, 2021
    • Martin Matějek's avatar
      foris-controller: update to version 2.1.0 · 3fb98447
      Martin Matějek authored
      Added:
      * utils: add `ip_network_address` helper function
      
      Changed:
      * router_notifications: change default "from" and "host" of custom smtp server to empty s      tring
      
      Fixed:
      * dns: fix setting custom forwarder port for non-TLS servers
      * lan: update openvpn server push route configuration on lan update
      * lan: fix crash on dhcp host which has multiple MAC addresses (contributed by ktetzlaff)
      * lan: fix crash on negative dhcpv6 lease time; set it to 0 for now
      * wan: add missing fw rule for 6to4
      * zeroconf: Foris-controller won't fully start when something is running on port 5353
      3fb98447