~ddstreet/ubuntu/+source/systemd:ubuntu-cosmic

Last commit made on 2019-05-17
Get this branch:
git clone -b ubuntu-cosmic https://git.launchpad.net/~ddstreet/ubuntu/+source/systemd
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu-cosmic
Repository:
lp:~ddstreet/ubuntu/+source/systemd

Recent commits

3718236... by Balint Reczey

Update changelog

e822bea... by Balint Reczey

Add check to switch VTs only between K_XLATE or K_UNICODE

Switching to K_UNICODE from other than L_XLATE can make the keyboard
unusable and possibly leak keypresses from X.

LP: #1803993

8afa8a0... by Dan Streetman

Import Debian changes 239-7ubuntu10.13

systemd (239-7ubuntu10.13) cosmic; urgency=medium

  [ Ioanna Alifieraki ]
  * d/p/backport_network-fix-return-value-of-routing_policy_rule_get.patch,
    d/p/backport_network-remove-routing-policy-rule-from-foreign.patch,
    d/p/backport_network-do-not-remove-rule-when-requested-by-existing-links.patch:
      - Fix RoutingPolicyRule does not apply correctly (LP: #1818282)

  [ Dan Streetman ]
  * d/p/networkd-Track-address-configuration.patch,
    d/p/networkd-Use-only-a-generic-CONFIGURING-state.patch,
    d/p/networkd-don-t-remove-route.patch,
    d/p/networkd-don-t-remove-ip-address.patch,
    d/p/Move-link_check_ready-to-later-in-the-file.patch,
    d/p/network-set-_configured-flags-to-false-before-reques.patch,
    d/p/Install-routes-after-addresses-are-ready.patch:
      - PreferredSource not working in *.network files (LP: #1812760)
  * Specify Ubuntu's Vcs-Git

a6167f8... by Chris Coulson

Import Debian changes 239-7ubuntu10.12

systemd (239-7ubuntu10.12) cosmic-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

3d11304... by Balint Reczey

Update changelog

a50487a... by Balint Reczey

virt: detect WSL environment as a container

LP: #1816753

b3ffa3d... by Dan Streetman

Import Debian changes 239-7ubuntu10.10

systemd (239-7ubuntu10.10) cosmic; 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)

4567e70... by Dan Streetman

Import Debian changes 239-7ubuntu10.9

systemd (239-7ubuntu10.9) cosmic; 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)

  [ Daniel Axtens ]
  * Fix a bug where IPv6 routes that specified PreferredSource
    would not be added - upstream bug #5882. (LP: #1812760)
    - debian/patches/networkd-don-t-remove-ip-address.patch,
      debian/patches/networkd-don-t-remove-route.patch: don't clear out all
      IP addresses and routes when starting, only ones not in the config.
      Required for the remaining patches to fully cover the field.
    - debian/patches/Move-link_check_ready-to-later-in-the-file.patch,
      debian/patches/Install-routes-after-addresses-are-ready.patch: wait
      until addresses are ready (not tentative) before installing routes,
      allowing routes with IPv6 source addresses to work.

4c8ba6d... by Dimitri John Ledkov

releasing package systemd version 239-7ubuntu10.8

42ecc06... by Dimitri John Ledkov

core: set /run size to 10%, like initramfs-tools does.

Currently there is a difference between initrd and initrd-less boots,
w.r.t. size= mount option of /run. This yields different runtime journald caps
(1% vs 10%), and on dense deployments of containers may result in OOM kills.

LP: #1799251