Change logs for networkd-dispatcher source package in Impish

  • networkd-dispatcher (2.1-2ubuntu0.21.10.2) impish-security; urgency=medium
    
      * SECURITY REGRESSION: Incomplete security fix (LP: #1971550)
        - debian/patches/CVE-2022-29799-regression.patch: Add initialized state
          in ADMIN_STATES in networkd-dispatcher.
    
     -- Rodrigo Figueiredo Zaiden <email address hidden>  Wed, 04 May 2022 10:40:18 -0300
  • networkd-dispatcher (2.1-2ubuntu0.21.10.1) impish-security; urgency=medium
    
      * SECURITY UPDATE: Directory traversal
        - 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.
        - CVE-2022-29799
      * SECURITY UPDATE: Time-of-check-time-of-use race condition
        - 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.
        - CVE-2022-29800
    
     -- Rodrigo Figueiredo Zaiden <email address hidden>  Wed, 27 Apr 2022 19:03:06 -0300
  • networkd-dispatcher (2.1-2) unstable; urgency=medium
    
      [ Lukas Märdian ]
      * Add d/p/0003-Normalize-parsed-IP-address-value.patch to handle IP address
        networkctl output of systemd v244+
    
      [ Julian Andres Klode ]
      * debian/gbp.conf: Point to debian/bullseye
    
     -- Julian Andres Klode <email address hidden>  Mon, 12 Jul 2021 12:56:03 +0200
  • networkd-dispatcher (2.1-1) unstable; urgency=medium
    
      * New upstream release 2.1 (Closes: #968941)
        - fixes parsing of current systemd (LP: #1884248)
    
     -- Julian Andres Klode <email address hidden>  Tue, 10 Nov 2020 14:35:05 +0100