Skip to content
Snippets Groups Projects
  1. Aug 06, 2024
    • Rahul Thakur's avatar
      logrotate: update version · 03e041b4
      Rahul Thakur authored
      * update logrotate version to 3.22.0
      * add patch to implement minutes
      * add patch to calculate age in minutes instead of days
      03e041b4
  2. Jul 24, 2024
  3. Jun 14, 2024
  4. Jun 04, 2024
    • Erik Karlsson's avatar
      mosquitto: only write to socket pair in threaded mode · a79c88fb
      Erik Karlsson authored and Vivek Dutta's avatar Vivek Dutta committed
      Otherwise it is possible to write to the socket pair when there is no
      consumer resulting in the buffer growing indefinitely. This issue
      manifests itself when an external event loop is used together with
      mosquitto_loop_read/mosquitto_loop_write/mosquitto_loop_misc instead
      of using mosquitto_loop, mosquitto_loop_forever or threaded mode with
      mosquitto_loop_start/mosquitto_loop_stop
      
      
      (cherry picked from commit 3f96b060)
      a79c88fb
  5. May 30, 2024
  6. May 20, 2024
  7. May 17, 2024
  8. May 14, 2024
    • Mohd Mehdi's avatar
      nginx-util: explicitly enable option mdns · 1b262206
      Mohd Mehdi authored
      this option is needed to announce http servers via mdns as DNS-SD
      services
      1b262206
    • Mohd Mehdi's avatar
      nginx: fix announce service logic to get the port number of server · 13f11395
      Mohd Mehdi authored
      * since there are multiple ways in which port can be set in the
        server section, and the order can also be changed, the logic has
        been updated to handle these conditions while announcing the
        port number on which server is running
      * nginx does not allow adding options to server section, so option
        mdns which controls whether services have to announced over
        mdns, has been moved to the global section
      * add support for announcing service if non-standard ports are
        used
      13f11395
  9. May 06, 2024
    • Mohd Mehdi's avatar
      openssh: extend uci with more options · 5e7006f2
      Mohd Mehdi authored
      Add support and set defaults for following in default sshd config:
      
      * Ciphers:		aes256-ctr, aes192-ctr, aes128-ctr
      
      * HostKeyAlgorithms:	ssh-dss, ssh-rsa, ecdsa-sha2-nistp521,
      			ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
      
      * HostKeyFiles:		default is empty
      
      * KexAlgorithms:	diffie-hellman-group-exchange-sha256,
      			diffie-hellman-group14-sha1,
      			ecdh-sha2-nistp521,ecdh-sha2-nistp384,
      			ecdh-sha2-nistp256
      5e7006f2
  10. May 02, 2024
    • Mohd Mehdi's avatar
      openssh: add migration script · e996dfd7
      Mohd Mehdi authored
      * add uci-default script that will generate an sshd config from
        dropbear config, if present (to preserve settings from previous
        image which had dropbear), or with default values if sshd config
        is also not present
      
      * the script will also check for dropbear key file and if found,
        place them where sshd expects them
      e996dfd7
  11. Apr 26, 2024
  12. Apr 23, 2024
  13. Apr 20, 2024
  14. Apr 10, 2024
    • Andreas Gnau's avatar
      perl: Do not build in parallel · c186667d
      Andreas Gnau authored
      
      While 743f0c5b (perl: Run make depend to fix build race condition,
      2024-03-05) fixed 98% of all parallel build failures there is still some
      flakiness left in the perl build process. For now, give up instead of
      digging deep into the perl build process to debug this.
      
      We may later revert this commit to see whether the issue is fixed in a
      later perl version in a later OpenWrt release.
      
      Signed-off-by: default avatarAndreas Gnau <andreas.gnau@iopsys.eu>
      Verified
      c186667d
  15. Apr 02, 2024
    • Mohd Mehdi's avatar
      openssh: add uci and multi-instance support · 993bded9
      Mohd Mehdi authored and Rahul Thakur's avatar Rahul Thakur committed
      * openssh package is missing uci support in openwrt,
      this commit implements the same. The init script
      now reads from the uci and passes the arguments to
      openssh.
      * support for handling multiple instances is also
      added.
      
      note: the same has been up-streamed and has also got
      1 approval already.
      993bded9
  16. Mar 26, 2024
  17. Mar 21, 2024
  18. Mar 11, 2024
  19. Mar 07, 2024
  20. Mar 06, 2024
  21. Mar 03, 2024
  22. Feb 29, 2024
  23. Feb 15, 2024
  24. Feb 08, 2024
  25. Feb 02, 2024
  26. Jan 22, 2024
  27. Jan 18, 2024
  28. Dec 29, 2023
  29. Dec 28, 2023
  30. Dec 06, 2023
  31. Nov 30, 2023
  32. Nov 29, 2023
  33. Nov 28, 2023
  34. Nov 16, 2023
  35. Nov 13, 2023
Loading