Skip to content
Snippets Groups Projects
  1. Jun 30, 2022
  2. Jun 29, 2022
  3. Jun 27, 2022
  4. Jun 24, 2022
  5. Jun 23, 2022
  6. Jun 22, 2022
  7. Jun 16, 2022
  8. Jun 15, 2022
    • Josef Schlehofer's avatar
      reforis: update to version 1.3.0 · 8f7516d4
      Josef Schlehofer authored
      reForis Changelog:
      * Add & update translations
      * Add ability to set static leases
      * Fix language and parsing for points.js
      * Update Foris JS library to v5.4.1
      * Update pip in virtualenv to latest version
      * Move ubus socket path
      * Make WS path in lighttpd mode configurable
      * NPM audit fix
      * Other small improvements
      
      Removed patch to move ubus socket as it was applied in this release
      (see changelog)
      8f7516d4
    • Martin Matějek's avatar
      foris-controller: update to version 5.0.0 · cbb43f84
      Martin Matějek authored
      Added:
      * lan: allow managing of DHCPv4 static leases (create, update, delete)
      
      Changed:
      * lan: make message data mandatory for update_settings
      * lan: add static boolean flag to dhcpv4 clients list
      cbb43f84
  9. Jun 13, 2022
  10. Jun 10, 2022
  11. Jun 09, 2022
  12. Jun 07, 2022
    • Martin Matějek's avatar
      fosquitto: raise respawn_timeout · 7af6ac4f
      Martin Matějek authored
      Raise respawn_timeout from 0.2 to 2s in order to not to try respawn
      process too fast.
      
      Shorter timeout caused issue on certain variants of Mox, that fosquitto
      was started too soon during boot and due to the short timeout, it
      reached maximum number of respawns.
      
      Which in turn broke foris-controller, which depends on fosquitto, and
      both services needed to be restarted manually.
      7af6ac4f
  13. May 25, 2022
    • Martin Matějek's avatar
      turrishw: update to version 0.6.0 · d90eef95
      Martin Matějek authored and Simon Borek's avatar Simon Borek committed
      Changed:
      * Mox + Omnia: Get LAN & SFP interface name from label instead of port id
      * Mox: Change interfaces names from numbers (0..n-1) to `LAN1..LANn`
          (e.g. LAN1-LAN12) and also rename port 0 on Module A to `ETH0`.
      d90eef95
  14. May 23, 2022
  15. May 16, 2022
  16. May 09, 2022
    • Simon Borek's avatar
      knot-resolver: enable dnstap module build by default · 56c0e243
      Simon Borek authored
      'dnstap' module will be built but not loaded by default at runtime
      (configuration must be provided for it to be loaded). It is still possible to
      disable dnstap build manually using menuconfig.
      
      "The dnstap module supports logging DNS requests and responses to a unix socket
      in dnstap format using fstrm framing library. This logging is useful if you need
      effectively log all DNS traffic."[^1]
      
      Adds dependency on 'protobuf', 'protobuf-c', 'libfstrm'. Listed packages are
      available from OpenWrt packages, have uncomplicated manifests and
      while 'protobuf-c' doesn't have a maintainer since spring 2020, all the
      packages (including 'protobuf-c') seem to be maintained - the last
      updates of all of them in autumn 2021.
      
      As stated by Vladimír Čunát from Knot Resolver team they build dnstap
      while packaging for majority of standard Linux distributions.
      Therefore this change brings us closer to expected default.
      
      [^1]: https://knot-resolver.readthedocs.io/en/stable/mo...
      56c0e243
    • Simon Borek's avatar
      knot-resolver: do not overwrite -Ddnstap=enabled configuration · 6f8c01a3
      Simon Borek authored
      It was possible to enable dnstap in menuconfig, but the configuration
      only added dependencies while leaving dnstap module build disabled.
      6f8c01a3
  17. May 06, 2022
  18. May 03, 2022