1. 06 Aug, 2021 1 commit
  2. 19 May, 2021 1 commit
  3. 18 May, 2021 1 commit
    • Dridi Boukelmoune's avatar
      varnishreload: Add a prefix option · 32fa31c9
      Dridi Boukelmoune authored
      On a system where the active VCL's role is merely to switch to a
      different label, each tenant might reload its VCL with a dedicated
      prefix. Discarding only has an effect on same-prefix reloads.
      
      It can also simply be used for cosmetic reasons to simply replace the
      'reload' prefix with something else.
      32fa31c9
  4. 14 Dec, 2020 1 commit
  5. 13 Dec, 2020 1 commit
  6. 18 Aug, 2020 3 commits
  7. 08 Aug, 2020 1 commit
  8. 07 Aug, 2020 2 commits
  9. 22 Jun, 2020 1 commit
  10. 04 May, 2020 1 commit
  11. 29 Apr, 2020 4 commits
  12. 24 Apr, 2020 1 commit
  13. 24 Mar, 2020 3 commits
  14. 23 Dec, 2019 1 commit
  15. 20 Dec, 2019 1 commit
  16. 09 Dec, 2019 1 commit
    • Dridi Boukelmoune's avatar
      rpm: Require redhat-rpm-config at run time for el8 · 4851d822
      Dridi Boukelmoune authored
      Starting with el8 annobin is used to annotate ELF binaries and this is
      set up via the %configure RPM macro. As a result annobin becomes a
      requirement of the default cc_command in varnishd but it relies on GCC
      spec files that are provided by redhat-rpm-config.
      
      So, similar to how we explicitly require GCC at run time we now also
      need to bring the annobin setup.
      4851d822
  17. 05 Dec, 2019 1 commit
    • Dridi Boukelmoune's avatar
      rpm: Rely on the configure step to find doc tools · e21f52a1
      Dridi Boukelmoune authored
      There was already a hint in b2ea64fd
      that we lack some packaging stability from the platforms we support
      and this is another occurrence. The configure script of a supported
      Varnish release will find the tools we need.
      
      This enables build support for el8 in addition to el7.
      e21f52a1
  18. 27 Nov, 2019 1 commit
  19. 21 Nov, 2019 3 commits
  20. 20 Nov, 2019 1 commit
  21. 23 Oct, 2019 1 commit
  22. 05 May, 2019 1 commit
    • Dridi Boukelmoune's avatar
      Polish Debian packaging · ef90bd19
      Dridi Boukelmoune authored
      I was finally able to use sbuild on Fedora for all Varnish 6 Debian and
      derivatives. I was able to confirm that the configure script doesn't
      need help to find our documentation tools. Or rather, I was no longer
      running in that error when I rushed the Python 3 transition.
      ef90bd19
  23. 04 May, 2019 2 commits
  24. 28 Mar, 2019 2 commits
  25. 12 Mar, 2019 2 commits
    • Dridi Boukelmoune's avatar
      Bring backward compatibility back with vcl.list · 10913583
      Dridi Boukelmoune authored
      In current trunk or soon-to-be Varnish 6.2 the format of vcl.list
      changed and broke the varnishreload script. Because the temperature
      and state column was split into two columns, field offsets became
      off by one.
      
      The forward slash character previously used inside the single column
      is now part of the field separator when the output of vcl.list is
      handled by awk, working for both Varnish 6.2 and previously supported
      versions.
      
      Refs #121
      10913583
    • Dridi Boukelmoune's avatar
      Complete change from #121 · e0b5794e
      Dridi Boukelmoune authored
      This broke the discard and label logic, since its column handling was also
      off by one.
      
      Refs #121
      e0b5794e
  26. 07 Mar, 2019 1 commit
  27. 15 Feb, 2019 1 commit