networkd-dispatcher 2.1-2.1ubuntu1 source package in Ubuntu

Changelog

networkd-dispatcher (2.1-2.1ubuntu1) lunar; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/patches/CVE-2022-29799-pre.patch: Add a word that is missing
      in exception messages in networkd-dispatcher and
      tests/test_networkd-dispatcher.py.
    - debian/patches/CVE-2022-29799.patch: Add allowed admin and
      operational states in networkd-dispatcher and throw exceptions in
      handle_state function if the current state is not one of those and
      add a test case test_handle_state in
      tests/test_networkd-dispatcher.py.
    - debian/patches/CVE-2022-29800-1.patch: Add check_perms function that
      will be invoked in scripts_in_path function before appending a file
      path to the script_list in networkd-dispatcher and change
      test_scripts_in_path test case in tests/test_networkd-dispatcher.py
      with follow_symlinks set to false.
    - debian/patches/CVE-2022-29800-2.patch: Passes os.path.dirname(path)
      when checking for permissions in scripts_in_path function in
      networkd-dispatcher.
    - debian/patches/CVE-2022-29799-regression.patch: Add initialized state
      in ADMIN_STATES in networkd-dispatcher.
    - debian/patches/no-start-by-default.patch: Don't start the daemon if
      there's nothing to do.

networkd-dispatcher (2.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Steve Langasek <email address hidden>  Mon, 07 Nov 2022 13:04:27 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
networkd-dispatcher_2.1.orig.tar.gz 29.0 KiB 57396af69fb38ce5b9ff2d8a14647b78c058a44e7824cd794901b49c6dc1f24d
networkd-dispatcher_2.1-2.1ubuntu1.debian.tar.xz 9.2 KiB 02b91dde8e8a10b30aa29b3d3f231bfa93c2f0d9a6a0e980ff5a9a1ddb680869
networkd-dispatcher_2.1-2.1ubuntu1.dsc 2.2 KiB 6b2c0f2db2228d0f1a617ce80bce8cb4d2dceb00bae598ac2bd19ac29fa9de6b

Available diffs

View changes file

Binary packages built by this source

networkd-dispatcher: Dispatcher service for systemd-networkd connection status changes

 Networkd-dispatcher is a dispatcher daemon for systemd-networkd
 connection status changes. It is similar to NetworkManager-dispatcher,
 but is much more limited in the types of events it supports due to the
 limited nature of systemd-networkd.