Skip to content
Snippets Groups Projects
  1. Jul 29, 2022
  2. May 10, 2022
  3. Mar 25, 2022
  4. Jan 26, 2022
  5. Jan 13, 2022
  6. Aug 17, 2021
  7. Aug 11, 2021
  8. Jun 14, 2021
  9. May 06, 2021
  10. May 04, 2021
  11. May 03, 2021
  12. Apr 26, 2021
  13. Mar 24, 2021
  14. Mar 18, 2021
    • Walter Lozano's avatar
      Switch to OpenSSL · 7eff05fd
      Walter Lozano authored
      
      To follow the Apertis guidelines, which chooses OpenSSL as TLS stack, switch
      systemd to be build against it.
      
      In the same line drop systemd-journal-remote and its dependency
      libmicrohttpd-dev since it can only be built against GnuTLS but has no value
      for Apertis.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      7eff05fd
  15. Mar 16, 2021
  16. Mar 12, 2021
    • Denis Pynkin's avatar
      e79ea664
    • Denis Pynkin's avatar
      Add /usr to non-unmountable list · 09dc211b
      Denis Pynkin authored
      
      Debian's systemd has split-usr enabled as both Debian and in principle Apertis
      support both a split and a merged-usr setup. This mostly adds search paths to
      system (e.g. to look at both `/bin/` and `/usr/bin`) however it also means that
      if `/usr` is a mountpoint system will try to unmount it.  Unfortunately this causes
      issues at shutdown for systems with a merged-usr layout as basic libraries (e.g. libc)
      are located in `/usr` making it impossible to unmount.
      
      For Apertis we don't support `/usr` being a seperate partition, the only time
      `/usr` is on a mountpoint is when using ostree images (where it is a bind mount
      and which use a merged-usr layout). So also add `/usr` to the list of paths that
      are considered unmountable even with split-usr support enabled in systemd.
      
      Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
      09dc211b
  17. Mar 09, 2021
  18. Jan 29, 2021
  19. Nov 17, 2020
  20. Nov 01, 2020
  21. Oct 24, 2020
    • Michael Biebl's avatar
      Import Debian changes 241-7~deb10u5 · 3365dc64
      Michael Biebl authored
      systemd (241-7~deb10u5) buster; urgency=medium
      
        * basic/cap-list: parse/print numerical capabilities (Closes: #964926)
        * missing: add new Linux capabilities.
          Linux kernel v5.8 adds two new capabilities. Make sure we can recognize
          them even when built with an older kernel.
        * networkd: do not generate MAC for bridge device (Closes: #963488)
  22. Sep 23, 2020
  23. Sep 03, 2020
Loading