~vicamo/ubuntu/+source/systemd:bug-1837700/drop-Revert-udev-network-device-renaming-immediately-give.patch/for-bionic

Last commit made on 2019-07-24
Get this branch:
git clone -b bug-1837700/drop-Revert-udev-network-device-renaming-immediately-give.patch/for-bionic https://git.launchpad.net/~vicamo/ubuntu/+source/systemd
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1837700/drop-Revert-udev-network-device-renaming-immediately-give.patch/for-bionic
Repository:
lp:~vicamo/ubuntu/+source/systemd

Recent commits

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

e158dd9... by Heitor Alves de Siqueira

Import Debian changes 237-3ubuntu10.23

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

  * d/p/resolved-do-not-hit-CNAME-in-NODATA.patch:
    - fix stub resolver cache (LP: #1818527)

7cacaa0... by Dan Streetman

Import Debian changes 237-3ubuntu10.22

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

  * d/p/resolved-rework-how-we-determine-which-scope-to-send.patch
    - fix DNS leakage (LP: 1754671)
  * d/p/ask-password-prevent-buffer-overrow-when-reading-fro.patch:
    - prevent buffer overflow when reading keyring (LP: #1814373)
  * d/t/boot-smoke:
    - Fix false negative checking for running jobs after boot
      (LP: #1825997)

19b9fca... by Dan Streetman

Import Debian changes 237-3ubuntu10.21

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

  * d/p/networkd-fix-dhcp4-link-without-routes-not-being-con.patch:
    - fix dhcp4 link without routes not being considered ready
    - (LP: #1804478)

e833149... by Dan Streetman

Import Debian changes 237-3ubuntu10.20

systemd (237-3ubuntu10.20) bionic; 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/fix-test-22.patch
    - fix TEST-22 failures
  * 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)

  [ Dimitri John Ledkov ]
  * Specify Ubuntu's Vcs-Git

1b7798f... by Chris Coulson

Import Debian changes 237-3ubuntu10.19

systemd (237-3ubuntu10.19) bionic-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

77727b7... by Dimitri John Ledkov

Specify Ubuntu's Vcs-Git

e902db2... by Michael Vogt

Import Debian changes 237-3ubuntu10.17

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

  [ Michael Vogt ]
  * d/p/Support-system-image-read-only-etc.patch:
    - re-add support for /etc/writable for core18 (LP: #1778936)
  * d/p/fix-race-daemon-reload-8803.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)