~rbalint/ubuntu/+source/systemd:ubuntu-xenial

Last commit made on 2019-06-25
Get this branch:
git clone -b ubuntu-xenial https://git.launchpad.net/~rbalint/ubuntu/+source/systemd
Only Balint Reczey can upload to this branch. If you are Balint Reczey please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu-xenial
Repository:
lp:~rbalint/ubuntu/+source/systemd

Recent commits

a5d5401... by Balint Reczey

Update changelog

7a3cc7e... by Dimitri John Ledkov

Specify Ubuntu's Vcs-Git

888f205... by Balint Reczey

Append /snap/bin to default PATH

Snapd ships snapd-env-generator, but systemd does not not support
environment generators. Hard-coding /snap/bin is less risky than
backporting environment generator support and since snaps are considered
to be first class packages on Ubuntu /snap/bin can safely added to
the default PATH.

LP: #1771858

7d66cdc... by Chris Coulson

Import Debian changes 229-4ubuntu21.21

systemd (229-4ubuntu21.21) xenial-security; urgency=medium

  * SECURITY UDPATE: Unsafe environment usage in pam_systemd.so leads to
    incorrect Policykit authorization
    - debian/patches/CVE-2019-3842.patch: Use secure_getenv() rather than
      getenv() in pam_systemd.c
    - CVE-2019-3842

c2fe1a9... by Dimitri John Ledkov

Specify Ubuntu's Vcs-Git

837525b... by Michael Vogt

Import Debian changes 229-4ubuntu21.19

systemd (229-4ubuntu21.19) xenial; urgency=medium

  [ Michael Vogt ]
  * d/p/fix-race-daemon-reload-11121.patch:
    - backport systemd upstream PR#8803 and PR#11121 to fix race
      when doing systemctl and systemctl daemon-reload at the
      same time LP: #1819728

  [ Balint Reczey ]
  * d/p/virt-detect-WSL-environment-as-a-container.patch:
    - virt: detect WSL environment as a container (LP: #1816753)

49fb231... by Michael Vogt

Import Debian changes 229-4ubuntu21.18

systemd (229-4ubuntu21.18) xenial; urgency=medium

  * d/p/fix-race-daemon-reload-8803.patch:
    - backport systemd upstream PR#8803 to fix race when doing
      systemctl and systemctl daemon-reload at the same time
      LP: #1819728

603bddc... by Dimitri John Ledkov

Specify Ubuntu's Vcs-Git

26cd8ea... by Dan Streetman

Import Debian changes 229-4ubuntu21.17

systemd (229-4ubuntu21.17) xenial; urgency=medium

  [ Victor Tapia ]
  * d/p/stop-mount-error-propagation.patch:
    keep mount errors local to the failing mount point instead of blocking
    the processing of all mounts (LP: #1755863)

  [ Eric Desrochers ]
  * d/p/fix-egde-case-when-processing-proc-self-mountinfo.patch:
    Mounting any file system to a mount point in a directory
    that is bind mounted to itself will create an inactive
    mount unit. (LP: #1795764)

da63127... by Chris Coulson

Import Debian changes 229-4ubuntu21.16

systemd (229-4ubuntu21.16) xenial-security; urgency=medium

  * SECURITY UPDATE: denial of service via crafted dbus message
    - debian/patches/CVE-2019-6454.patch: sd-bus: enforce a size limit for
      dbus paths, and don't allocate them on the stack
    - debian/patches/sd-bus-if-we-receive-an-invalid-dbus-message-ignore-.patch:
      sd-bus: if we receive an invalid dbus message, ignore and proceeed
    - CVE-2019-6454

  * Do not remove multiple spaces after identifier in syslog message
    - add debian/patches/journal-do-not-remove-multiple-spaces-after-identifi.patch