1. 07 Feb, 2025 5 commits
  2. 06 Feb, 2025 1 commit
    • Carlos Ramos Carreño's avatar
      Fix texinfo 7 dependency on perl · d2d0d49e
      Carlos Ramos Carreño authored
      Texinfo 7 depends on perl.
      If one does not have perl installed, the following error is raised:
      
      ```
      INFO checking for perl... /usr/bin/perl
      INFO checking Perl version and modules... no
      INFO configure: error: perl >= 5.8.1 with Encode and Data::Dumper required by Texinfo.
      ```
      
      See merge request !1728
      d2d0d49e
  3. 05 Feb, 2025 1 commit
    • Łukasz Nowak's avatar
      rapid-cdn: Drop dependece on slave-log-directory-dict · 0a2e149f
      Łukasz Nowak authored
      If slave section depend on slave-log-directory-dict they are being reinstalled
      on each change in this section, so instead directly provide a path.
      
      slave-log-directory-dict is only used to pass directory information about all
      slaves to slave introsection mechnism, write it down in the comment.
      0a2e149f
  4. 04 Feb, 2025 3 commits
    • Łukasz Nowak's avatar
      rapid-cdn: Implement expert SSL downgrade · 498e3ad1
      Łukasz Nowak authored
      expert-backend-allow-downgrade-ssl allows to configure each node to downgrade
      SSL negotiation with the backends to insecure, OpenSSL 1 style, ciphers and
      algorithms.
      
      It's implemented only per node as it shall be only used in some specific
      circumstances and the cluster default (by default) is false. Such separation
      allows to setup each node independently, as it requires node restart.
      
      backend-haproxy is hashing backend-haproxy-wrapper:output in order to be
      reactive on applied change to the configuration; this will result with node
      restart after the configuration.
      
      Note that the special test backend has been moved to different file in order
      to start it with subprocess with altered environment; using multiprocessing
      with spawn context didn't worked out, as it altered test process and thus
      supervisord environment.
      498e3ad1
    • Thomas Gambier's avatar
      component/firewalld: fix the rpath of pygobject3 · b4e7c0a6
      Thomas Gambier authored
      This is a fixup of 61c13f54.
      b4e7c0a6
    • Thomas Gambier's avatar
      component/slapos: fix the OBS compilation · 0d6674bb
      Thomas Gambier authored
      We need LD_LIBRARY_PATH only during OBS compilation (since the rpath is
      not correctly set during compilation because it already points to final
      /opt/slapos path).
      
      This is a fixup of 61c13f54.
      0d6674bb
  5. 03 Feb, 2025 5 commits
  6. 01 Feb, 2025 1 commit
  7. 31 Jan, 2025 5 commits
  8. 30 Jan, 2025 4 commits
  9. 28 Jan, 2025 2 commits
  10. 27 Jan, 2025 6 commits
  11. 24 Jan, 2025 7 commits