1. 17 Aug, 2023 2 commits
    • Vincent Pelletier's avatar
      binutils: multiple version up. · c55337f2
      Vincent Pelletier authored
      Fixes building gcc-8.5.0 on libc6 version 2.36 (at least).
      Fixes this error:
        configure: error: in `.../parts/gcc-8.5/.build/gcc-8.5.0':
        configure: error: C compiler cannot create executables
        See `config.log' for more details.
      relevant config.log extract:
        configure:4326: gcc   -Wl,-rpath=.../parts/gmp/lib -Wl,-rpath=.../parts/isl/lib -Wl,-rpath=.../parts/mpc/lib -Wl,-rpath=.../parts/mpfr/lib conftest.c  >&5
        .../parts/binutils/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: unknown type [0x13] section `.relr.dyn'
      c55337f2
    • Jérome Perrin's avatar
      software/metabase: version up 0.47.0 · 84b817cd
      Jérome Perrin authored
      because this metabase now needs SNI properly configured, which means
      that the backend must know the frontend domain name and can not be
      accessed by its IP address, we stop serving https on IPv6 directly from
      metabase's embedded jetty and reconfigure it to serve http on IPv4 and
      add an haproxy instance to serve https on IPv6. This is just an
      "internal" change because the external IP will be same and the
      certificate is still a self-signed one for now.
      
      references:
       - https://github.com/metabase/metabase/issues/29660
       - https://discourse.metabase.com/t/http-error-400-invalid-sni-when-upgrading-from-0-45-3-to-0-46-0/24599/8
      84b817cd
  2. 16 Aug, 2023 1 commit
    • Jérome Perrin's avatar
      dufs,restic-rest-server: fix certificate renewal tests · aa73db58
      Jérome Perrin authored
      The configuration of caucase used here is to have certificates valid for
      3*31 days and renew them 31 days before the expiration date.
      This test was running the updater 2 months later, which by chance was
      62 days at the time of the test was written, because this test was
      written in July (both July and August have 31 days), but this does not
      work in other months.
      Adjust the test to run the updater using a fixed number of days in the
      future.
      aa73db58
  3. 15 Aug, 2023 1 commit
  4. 14 Aug, 2023 2 commits
  5. 10 Aug, 2023 1 commit
  6. 08 Aug, 2023 1 commit
    • Xavier Thompson's avatar
      software/ors-amarisoft: Send xlog with fluentbit · b1cfade6
      Xavier Thompson authored
      Forward enb.xlog to another fluentd or fluentbit server using fluentd's
      forward protocol.
      
      Currently, TLS is enabled and a pre-shared secret key is used for
      authentication, but certificate verification is disabled.
      b1cfade6
  7. 07 Aug, 2023 1 commit
    • Levin Zimmermann's avatar
      wendelin.core: v↑ 2.0.alpha3 -> 2.0.alpha3.post7 · 1c837e38
      Levin Zimmermann authored
      Since the wendelin.core 2.alpha3 release 9 month ago, new fixes
      were added to wendelin.core, which we would like to have in SlapOS.
      One very important new feature is that this wendelin.core version now
      support golang 1.20, so with this we can easily proceed to upgrade our
      default golang version.
      
      /reviewed-by @kirr
      /reviewed-on nexedi/slapos!1416
      1c837e38
  8. 02 Aug, 2023 1 commit
  9. 27 Jul, 2023 1 commit
  10. 21 Jul, 2023 8 commits
  11. 20 Jul, 2023 1 commit
  12. 19 Jul, 2023 7 commits
  13. 18 Jul, 2023 5 commits
  14. 17 Jul, 2023 1 commit
  15. 13 Jul, 2023 3 commits
  16. 10 Jul, 2023 1 commit
  17. 05 Jul, 2023 3 commits