1. 10 Feb, 2022 1 commit
  2. 09 Feb, 2022 2 commits
  3. 08 Feb, 2022 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Keep Server header intact · 3d6af70d
      Łukasz Nowak authored
      Server header might be changed by client facing caddy, for which caddy code
      has been fixed to not transmit the Server header at all by default.
      In ATS Server header has been disabled by configuration.
      haproxy does not add Server header at all.
      Thanks to improvement in the test backend, it's asserted that Server header
      send by the backend is left intact.
      3d6af70d
  4. 07 Feb, 2022 6 commits
  5. 03 Feb, 2022 3 commits
  6. 02 Feb, 2022 1 commit
  7. 01 Feb, 2022 1 commit
  8. 31 Jan, 2022 1 commit
  9. 28 Jan, 2022 1 commit
  10. 27 Jan, 2022 5 commits
  11. 21 Jan, 2022 1 commit
  12. 20 Jan, 2022 1 commit
  13. 19 Jan, 2022 1 commit
  14. 18 Jan, 2022 2 commits
  15. 17 Jan, 2022 2 commits
  16. 14 Jan, 2022 3 commits
  17. 12 Jan, 2022 3 commits
  18. 11 Jan, 2022 4 commits
  19. 07 Jan, 2022 1 commit
    • Jérome Perrin's avatar
      software/erp5/upgrade_test: backport new fixes in old software · e0262aaf
      Jérome Perrin authored
      on debian 11, old software does not compile with an error like:
      
          ERROR: ld.so: object '/srv/slapgrid/slappart47/t/dcm/i/0/tmp/shared/userhosts/e880bfd75804e2ec50f297b173a4ae9a__compile__/userhosts-1d3b463e7856db6e674a06258c0840206e6a7b72-1d3b463e7856db6e674a06258c0840206e6a7b72/userhosts' from LD_PRELOAD cannot be preloaded (cannot dynamically load position-independent executable): ignored.
      
      the fixes have been backported to a new 1.0.167.5 tag
      e0262aaf