diff --git a/VERSION b/VERSION index b689fb2d..16847875 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.05.4 +24.05.5 diff --git a/app/meson.build b/app/meson.build index 05c151f2..efeab9d4 100644 --- a/app/meson.build +++ b/app/meson.build @@ -50,6 +50,7 @@ deps += [dependency('numa', required: true)] deps += [dependency('pcap', required: true)] deps += [cc.find_library('dl', required: false)] deps += [cc.find_library('m', required: false)] +deps += [cc.find_library('bsd', required: true)] pktgen = executable('pktgen', sources, diff --git a/changelog.txt b/changelog.txt index d4559788..e8977e8c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ Pktgen-DPDK - Traffic Generator powered by DPDK ** (Pktgen) Sounds like 'Packet-Gen'** **=== Modifications ===** + - 24.05.5 - Add a requirement for libbsd to app/meson.build Ubuntu 22.04.4 - 24.05.4 - Update docs to install BSD headers. - 24.05.3 - Fix single port case causing a segfault. - 24.05.2 - Make fgen requirement optional, which removes pktperf example.