Change logs for openvswitch source package in Noble

  • openvswitch (3.3.0-1ubuntu2) noble; urgency=medium
    
      * d/tests: Allow populating TEST_LIST from environment.
      * d/tests: Bump number of 1G hugepages to 3 for arm64 (LP: #2063112).
      * d/tests: Skip flaky tests.
      * d/tests/testlist.py: Handle range of single test correctly.
      * d/tests: Skip tests not fitting memory constraints in arm64 CI
        (LP: #2063152).
    
     -- Frode Nordahl <email address hidden>  Tue, 23 Apr 2024 19:01:56 +0000
  • openvswitch (3.3.0-1ubuntu1) noble; urgency=medium
    
      * d/p/lp-2060434-*.patch: Fix FTBFS caused by change of behavior in
        Python 3.12.x (LP: #2060434).
      * d/tests/run-tests.sh: Use 1G hugepages for dpdk test on arm64
        (LP: #2059400).
      * d/tests/userspace-skip-tests.txt: Skip 802.1ad - vlan_limit to
        unblock s390x autopkgtests pending investigation of (LP: #2060245).
    
     -- Frode Nordahl <email address hidden>  Mon, 08 Apr 2024 14:03:46 +0000
  • openvswitch (3.3.0-1build2) noble; urgency=medium
    
      * No-change rebuild for CVE-2024-3094
    
     -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:11:04 +1100
  • openvswitch (3.3.0-1build1) noble; urgency=medium
    
      * No-change rebuild against libssl3t64
    
     -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 20:32:06 +0000
  • openvswitch (3.3.0-1) unstable; urgency=medium
    
      * Team upload.
      * Update upstream source from tag 'upstream/3.3.0'.
      * d/p/dp-packet-Reset-offload_offsets-when-clearing-a-packet.patch:
        Drop, included in new upstream version.
      * d/p/0001-tests-ovsdb-server-Fix-config-file-same-schema-test.patch:
        Drop, included in new upstream version.
      * d/openvswitch-switch.lintian-overrides: Remove obsolete tag "package-
        supports-alternative-init-but-no-init.d-script".
      * d/control: Replace pkg-config with pkgconf as build dependency.
      * CVE-2023-3966: Fix invalid memory access in Geneve with HW offload
        (Closes: #1063492).
    
     -- Frode Nordahl <email address hidden>  Thu, 29 Feb 2024 14:25:30 +0100
  • openvswitch (3.3.0~git20240118.e802fe7-3ubuntu1) noble; urgency=medium
    
      * SECURITY UPDATE: vulnerable to crafted Geneve packets
        - debian/patches/CVE-2023-3966.patch: check geneve metadata length in
          lib/netdev-offload-tc.c, tests/system-traffic.at.
        - CVE-2023-3966
      * SECURITY UPDATE: OpenFlow rules bypass via ICMPv6 Neighbor Adv packets
        - debian/patches/CVE-2023-5366.patch: follow Open Flow spec converting
          from OF to DP in lib/odp-util.c, tests/ofproto-macros.at,
          tests/system-traffic.at.
        - CVE-2023-5366
    
     -- Marc Deslauriers <email address hidden>  Thu, 29 Feb 2024 11:16:59 -0500
  • openvswitch (3.3.0~git20240118.e802fe7-3) unstable; urgency=medium
    
      * Team upload.
      * d/p/dp-packet-Reset-offload_offsets-when-clearing-a-packet.patch:
        Cherry-pick fix, required for OVN branch-24.03 snapshot.
    
     -- Frode Nordahl <email address hidden>  Mon, 05 Feb 2024 08:45:19 +0000
  • openvswitch (3.3.0~git20240118.e802fe7-2) unstable; urgency=medium
    
      * Team upload.
      * d/p/0001-tests-ovsdb-server-Fix-config-file-same-schema-test.patch:
        Fix s390x build error.
    
     -- Frode Nordahl <email address hidden>  Sat, 20 Jan 2024 09:45:12 +0000
  • openvswitch (3.3.0~git20240118.e802fe7-1) unstable; urgency=medium
    
      * Team upload.
      * Update upstream source from tag 'upstream/3.3.0_git20240118.e802fe7'
    
     -- Frode Nordahl <email address hidden>  Thu, 18 Jan 2024 20:43:44 +0000
  • openvswitch (3.2.2~git20231029-2build1) noble; urgency=medium
    
      * Rebuild against latest dpdk
    
     -- Jeremy BĂ­cha <email address hidden>  Mon, 15 Jan 2024 20:08:50 -0500
  • openvswitch (3.2.2~git20231029-2) unstable; urgency=medium
    
      * Team upload.
      * d/t/run-tests.sh: Don't stop non-existing testcontroller service.
    
     -- Frode Nordahl <email address hidden>  Thu, 30 Nov 2023 06:51:51 +0100
  • openvswitch (3.2.2~git20231029-1) unstable; urgency=medium
    
      [ Thomas Goirand ]
      * Add architecture-is-64-bit, making the package build only for 64 bits and
        dropping 32 bits support.
      * Drop non-64 bits test blacklists from d/rules.
      * Cleans better.
    
      [ Frode Nordahl ]
      * Update upstream source from tag 'upstream/3.2.2_git20231029'
      * d/p/*: Drop patches included in new upstream version.
      * d/control: Bump dpdk dependency (LP: #2040097).
      * d/t/*-skip-tests.txt: Add flaky test to list.
      * d/rules: Provide source tree directly under /usr/src/openvswitch
        instead of providing a .tar.gz archive to fix reproducible build issue.
      * Drop init wiring of testcontroller and vtep emulator (Closes: #1039304).
        - The openvswitch-testcontroller and openvswitch-vtep binary packages
          contain daemons/scripts useful for development and testing.
        - Drop associated init scripts in preparation for deprecation of the
          transitional sysv-init-to-unit generator, as it would be non-trivial
          to convert these to systemd services.
        - An adapted version of the init script will be retained in
          /etc/openvswitch-testcontroller and /etc/openvswitch-vtep and can be
          used for manual control of the test services.
    
     -- Thomas Goirand <email address hidden>  Mon, 27 Nov 2023 10:16:21 +0100
  • openvswitch (3.2.0-2build1) noble; urgency=medium
    
      * No-change rebuild with Python 3.12 as supported version
    
     -- Graham Inggs <email address hidden>  Wed, 01 Nov 2023 08:58:22 +0000
  • openvswitch (3.2.0-2) unstable; urgency=medium
    
      * Team upload.
      * d/p/tests-Fix-time-dependency-in-overlapping-flows-modification-
        test..patch: Fix riscv64 build failure.
    
     -- Frode Nordahl <email address hidden>  Mon, 28 Aug 2023 16:24:15 +0200
  • openvswitch (3.2.0-1) unstable; urgency=medium
    
      * Team upload.
      * Update upstream source from tag 'upstream/3.2.0'
      * d/p/docs-*: Update patch for #1042358.
      * d/p/lib-fatal-signal-Drop-logging-of-failed-dummy-backtr.patch: Drop
        unnecessary debug logging to fix armhf build (LP: #2032623).
    
     -- Frode Nordahl <email address hidden>  Tue, 22 Aug 2023 10:43:20 +0200