Skip to content

Commit 5c88569

Browse files
committed
Bump version to v1.4.3
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 4f0c4e7 commit 5c88569

File tree

9 files changed

+12
-9
lines changed

9 files changed

+12
-9
lines changed

lib/libxdp/libxdp.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libxdp" "3" "June 29, 2023" "v1.4.2" "libxdp - library for loading XDP programs"
1+
.TH "libxdp" "3" "June 29, 2023" "v1.4.3" "libxdp - library for loading XDP programs"
22

33
.SH "NAME"
44
libxdp \- library for attaching XDP programs and using AF_XDP sockets

packaging/rpm/xdp-tools.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: xdp-tools
2-
Version: 1.4.2
2+
Version: 1.4.3
33
Release: 1%{?dist}
44
Summary: Utilities and example programs for use with XDP
55
%global _soversion 1.4.0
@@ -120,6 +120,9 @@ make install V=1
120120
%{_libdir}/pkgconfig/libxdp.pc
121121

122122
%changelog
123+
* Tue Aug 6 2024 Toke Høiland-Jørgensen <[email protected]> 1.4.3-1
124+
- Upstream version bump
125+
123126
* Tue Jan 30 2024 Toke Høiland-Jørgensen <[email protected]> 1.4.2-1
124127
- Upstream version bump
125128

version.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TOOLS_VERSION := "1.4.2"
1+
TOOLS_VERSION := "1.4.3"
22

33
# Conditionally defined make target makes it possible to print the version
44
# defined above by running 'make -f version.mk'

xdp-bench/xdp-bench.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-bench" "8" "OCTOBER 26, 2023" "V1.4.2" "A simple XDP benchmarking tool"
1+
.TH "xdp-bench" "8" "APRIL 2, 2024" "V1.4.3" "A simple XDP benchmarking tool"
22

33
.SH "NAME"
44
XDP-bench \- a simple XDP benchmarking tool

xdp-dump/xdpdump.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.4.2" "a simple tcpdump like tool for capturing packets at the XDP layer"
1+
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.4.3" "a simple tcpdump like tool for capturing packets at the XDP layer"
22

33
.SH "NAME"
44
xdpdump \- a simple tcpdump like tool for capturing packets at the XDP layer

xdp-filter/xdp-filter.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.4.2" "A simple XDP-powered packet filter"
1+
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.4.3" "A simple XDP-powered packet filter"
22

33
.SH "NAME"
44
xdp-filter \- a simple XDP-powered packet filter

xdp-loader/xdp-loader.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-loader" "8" "JUNE 8, 2023" "V1.4.2" "XDP program loader"
1+
.TH "xdp-loader" "8" "JUNE 8, 2023" "V1.4.3" "XDP program loader"
22

33
.SH "NAME"
44
xdp-loader \- an XDP program loader

xdp-monitor/xdp-monitor.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.4.2" "A simple XDP monitoring tool"
1+
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.4.3" "A simple XDP monitoring tool"
22

33
.SH "NAME"
44
XDP-monitor \- a simple BPF-powered XDP monitoring tool

xdp-trafficgen/xdp-trafficgen.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-trafficgen" "8" "FEBRUARY 4, 2023" "V1.4.2" "An XDP-based traffic generator"
1+
.TH "xdp-trafficgen" "8" "JULY 22, 2024" "V1.4.3" "An XDP-based traffic generator"
22

33
.SH "NAME"
44
XDP-trafficgen \- an XDP-based traffic generator

0 commit comments

Comments
 (0)