Skip to content
  1. Jun 23, 2022
  2. Jun 22, 2022
  3. Jun 21, 2022
    • Christian Marangi's avatar
      gcc: update 11 minor version · 4db8466a
      Christian Marangi authored
      
      
      - Update 11 minor version to match the upstream
      - Rename patches dir to reflect new gcc 11 minor version
      - Drop upstream patch
      
      Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
      4db8466a
    • Andy Walsh's avatar
      samba4: drop maintainership · cd49a8fb
      Andy Walsh authored
      
      
      drop maintainership:
      * samba4
      * ksmbd-tools
      * perl-parse-yapp
      * libtirpc
      * softethervpn5
      * wsdd2
      * rpcsvc-proto
      
      Signed-off-by: default avatarAndy Walsh <andy.walsh44+github@gmail.com>
      cd49a8fb
    • Tom Stöveken's avatar
      restic: update to 0.13.1 · 06626a9f
      Tom Stöveken authored
      
      
      Tested lantiq/xrx200
      
      Maintainer: Markus Weipert suggested to hand over to me, thank you!
      Compile tested: SDK for OpenWrt 21.02.3
      Run tested: xRX200 rev 1.2, AVM FRITZ!Box 7360 V2, OpenWrt 21.02.3
      
      Description:
          Updated to version 0.13.1
      
      Signed-off-by: default avatarTom Stöveken <tom@naaa.de>
      06626a9f
    • Alexandros Kosiaris's avatar
      collectd: Support configuration of write_http plugin · 033c19ac
      Alexandros Kosiaris authored
      
      
      write_http plugin is already built and shipped in
      collectd-mod-write_http, however it is not possible to configure it via
      uci currently, instead having to rely on populating the config file manually.
      
      Add support by adding 2 functions, process_write_http() and
      process_write_http_node(). First one just enables/disables the plugin.
      The second one, in the spirit of the curl plugin, adds support for
      populating multiple <Node> elements under <Plugin write_http> with
      support for a few parameters. Those are:
      
      * name. The name of the <Node>. Mandatory
      * URL. Mandatory
      * Format. Optional.
      * User. Optional.
      * Password. Optional.
      * Timeout. Optional.
      * BufferSize. Optional.
      
      Signed-off-by: default avatarAlexandros Kosiaris <akosiaris@gmail.com>
      033c19ac