Skip to content
Snippets Groups Projects
  1. Apr 17, 2023
    • Ritesh Raj Sarraf's avatar
      Merge remote-tracking branch 'origin/apertis/v2024dev2' into... · 5262065f
      Ritesh Raj Sarraf authored and Walter Lozano's avatar Walter Lozano committed
      Merge remote-tracking branch 'origin/apertis/v2024dev2' into proposed-updates/debian/bookworm/9af2cfc5
      
      * origin/apertis/v2024dev2: (57 commits)
        Release systemd version 247.3-7+apertis2
        Enable tests on MR
        Refresh the automatically detected licensing information
        Release systemd version 247.3-7+apertis1
        Move debian/patches/meson*.patch to debian/patches/apertis/
        Release systemd version 247.3-6+apertis4
        meson: do not fail if rsync is not installed with meson 0.57.2
        meson.build: change operator combining bools from + to and
        Fix issue with journald and /var at shutdown
        Remove '-execdir +' usage for compatibility with rust-findutils
        Fix compilation on kernel 5.14+
        Refresh the automatically detected licensing information
        Release systemd version 247.3-6+apertis1
        Release systemd version 247.3-1apertis5
        Fix access to run/systemd/notify for systemd-logind in apparmor rule
        Release systemd version 247.3-1apertis4
        Fix the path to bootable binaries in efi entry
        Refresh patch for UEFI entries generator
        85-initrd: fix the args number
        Fix kernel-install call from update-initramfs
        ...
      5262065f
  2. Mar 24, 2023
  3. Feb 23, 2023
  4. Jan 27, 2023
  5. Jul 29, 2022
  6. May 10, 2022
  7. Mar 25, 2022
  8. Jan 26, 2022
  9. Jan 13, 2022
  10. Aug 17, 2021
  11. Aug 11, 2021
  12. Jun 14, 2021
  13. May 06, 2021
  14. May 04, 2021
  15. May 03, 2021
  16. Apr 26, 2021
  17. Mar 24, 2021
  18. 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
  19. Mar 16, 2021
  20. Mar 12, 2021
    • Denis Pynkin's avatar
    • 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
Loading