1. 04 Jun, 2024 1 commit
  2. 03 Jun, 2024 20 commits
  3. 31 May, 2024 2 commits
    • Xavier Thompson's avatar
      Version up zc.buildout & co · 97e42581
      Xavier Thompson authored
      Version up zc.buildout, pip and zc.recipe.egg.
      
      Version up slapos.rebootstrap to adapt to buildout3.
      97e42581
    • Joanne Hugé's avatar
      software/ors-amarisoft: add support for IMS · 18be4815
      Joanne Hugé authored
      Some phones with Android 12+ disconnects from
      5G networks which don't support IMS. Therefore
      we add minimal IMS support in this commit (even
      though we don't actually need it's features).
      
      Only Amarisoft >= 2024-05-02 support launching
      lteims without root privilege, so if Amarisoft
      version is older IMS is disabled and we inform
      the user so in the connection parameters.
      
      For this to work, SIM cards config needs to be
      modified, impu and impi must be for instance:
      impu: 001010000001312,
      impi: 001010000001312@ims.mnc001.mcc001.3gppnetwork.org
      18be4815
  4. 30 May, 2024 1 commit
  5. 28 May, 2024 1 commit
    • Léo-Paul Géneau's avatar
      component/gcc: enable default PIE · f185af94
      Léo-Paul Géneau authored
      See merge request !1587
      
      Revert eb1b1a41 to avoid the use of
      `fPIC` flag as it is a "contagious" build option.
      
      To not face the build error "relocation R_X86_64_32 against
      .rodata.str1.8 can not be used when making a shared object; recompile
      with -fPIC" while building a shared library without fPIC flag, `gcc` is
      compiled with `-enable-default-pie` flag (which is a compilation option
      used for `gcc` binaries provided by Debian by example, see `gcc -v`).
      f185af94
  6. 27 May, 2024 2 commits
  7. 26 May, 2024 3 commits
  8. 25 May, 2024 9 commits
  9. 24 May, 2024 1 commit