~fourdollars/ubuntu/+source/systemd:ubuntu-bionic

Last commit made on 2019-09-05
Get this branch:
git clone -b ubuntu-bionic https://git.launchpad.net/~fourdollars/ubuntu/+source/systemd
Only Shih-Yuan Lee can upload to this branch. If you are Shih-Yuan Lee please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu-bionic
Repository:
lp:~fourdollars/ubuntu/+source/systemd

Recent commits

c05e4db... by Shih-Yuan Lee

udev: add Revert-udev-network-device-renaming-immediately-give.patch back for LP: #1842651

a9b9369... by Shih-Yuan Lee

Revert "udev: drop Revert-udev-network-device-renaming-immediately-give.patch"

This reverts commit 832a06123f7b060b67394fe270123d80c8d7e37b.

6ac274c... by Chris Coulson

Import Debian changes 237-3ubuntu10.28

systemd (237-3ubuntu10.28) bionic-security; urgency=medium

  * SECURITY UPDATE: Unprivileged users are granted access to privileged
    systemd-resolved D-Bus methods
    - d/p/0001-shared-but-util-drop-trusted-annotation-from-bus_ope.patch:
      drop trusted annotation from bus_open_system_watch_bind()
    - CVE-2019-15718

2357ccb... by Shih-Yuan Lee

Releasing package systemd version 237-3ubuntu10.26

systemd (237-3ubuntu10.26) bionic; urgency=medium

[ You-Sheng Yang ]
* d/p/d/Revert-udev-network-device-renaming-immediately-give.patch:
  - udev: drop Revert-udev-network-device-renaming-immediately-give.patch
    The removing patch was for the already deprecated
    "75-persistent-net-generator.rules" based interface renaming mechanism,
    and it's causing unnecessary problem when a system happends to NICs with
    same MAC address, e.g. Dell's MAC address pass-thru. (LP: #1837700)

[ Shih-Yuan Lee (FourDollars) ]
* d/p/hwdb-revert-airplane-mode-keys-handling-on-Dell.patch:
  - hwdb: revert airplane mode keys handling on Dell
    That reverts some commits those created double key events issues on some
    Dell laptops. (LP: #1740894)

8563d83... by Shih-Yuan Lee

hwdb: revert airplane mode keys handling on Dell

BugLink: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1740894

That reverts some commits those created double key events issues on some Dell laptops.

Signed-off-by: Shih-Yuan Lee (FourDollars) <email address hidden>

7292051... by Shih-Yuan Lee

Merge remote-tracking branch 'origin/ubuntu-bionic' into ubuntu-bionic

022c27f... by Dan Streetman

Import Debian changes 237-3ubuntu10.25

systemd (237-3ubuntu10.25) bionic; urgency=medium

  [ Dan Streetman ]
  * d/p/lp1835581-src-network-networkd-dhcp4.c-set-prefsrc-for-classle.patch:
    - set src address for dhcp 'classless' routes (LP: #1835581)
  * d/p/lp1833671-networkd-keep-bond-slave-up-if-already-attached.patch:
    - keep bond slave up if already attached (LP: #1833671)

  [ Jorge Niedbalski ]
  * d/p/lp1668771-resolved-switch-cache-option-to-a-tri-state-option-s.patch:
    Allows cache=no-negative option to be set, ignoring negative
    answers to be cached (LP: #1668771).

832a061... by You-Sheng Yang

udev: drop Revert-udev-network-device-renaming-immediately-give.patch

BugLink: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1837700

The removing patch was for the already deprecated
"75-persistent-net-generator.rules" based interface renaming mechanism,
and it's causing unnecessary problem when a system happends to NICs with
same MAC address, e.g. Dell's MAC address pass-thru.

Signed-off-by: You-Sheng Yang <email address hidden>

f81ac19... by Balint Reczey

Update changelog

fac7a08... by Balint Reczey

core: export environment when running generators.

Ensure that manager's environment (including e.g. PATH) is exported when
running generators. Otherwise, one is at a mercy of running without PATH which
can lead to buggy generator behaviour.

LP: #1771858