Skip to content

Commit fbb17e8

Browse files
committed
Bump version to v1.3.0
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent d2982f4 commit fbb17e8

File tree

9 files changed

+19
-10
lines changed

9 files changed

+19
-10
lines changed

lib/libxdp/libxdp.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libxdp" "3" "November 17, 2022" "v1.2.2" "libxdp - library for loading XDP programs"
1+
.TH "libxdp" "3" "November 17, 2022" "v1.3.0" "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

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Name: xdp-tools
2-
Version: 1.2.2
2+
Version: 1.3.0
33
Release: 1%{?dist}
44
Summary: Utilities and example programs for use with XDP
5-
%global _soversion 1.2.0
5+
%global _soversion 1.3.0
66

77
License: GPLv2
88
URL: https://github.com/xdp-project/%{name}
@@ -20,6 +20,9 @@ BuildRequires: pkgconfig
2020
BuildRequires: m4
2121
BuildRequires: emacs-nox
2222
BuildRequires: wireshark-cli
23+
BuildRequires: bpftool
24+
25+
ExcludeArch: i386 i686
2326

2427
# Always keep xdp-tools and libxdp packages in sync
2528
Requires: libxdp = %{version}-%{release}
@@ -89,6 +92,9 @@ make install V=1
8992
%{_sbindir}/xdp-filter
9093
%{_sbindir}/xdp-loader
9194
%{_sbindir}/xdpdump
95+
%{_sbindir}/xdp-bench
96+
%{_sbindir}/xdp-monitor
97+
%{_sbindir}/xdp-trafficgen
9298
%{_mandir}/man8/*
9399
%{_libdir}/bpf/xdpfilt_*.o
94100
%{_libdir}/bpf/xdpdump_*.o
@@ -112,6 +118,9 @@ make install V=1
112118
%{_libdir}/pkgconfig/libxdp.pc
113119

114120
%changelog
121+
* Tue Feb 7 2023 Toke Høiland-Jørgensen <[email protected]> 1.3.0-1
122+
- Upstream version bump
123+
115124
* Thu Jan 20 2022 Toke Høiland-Jørgensen <[email protected]> 1.2.2-1
116125
- Upstream version bump
117126

version.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
TOOLS_VERSION := "1.2.2"
1+
TOOLS_VERSION := "1.3.0"
22

xdp-bench/xdp-bench.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-bench" "8" "FEBRUARY 2, 2023" "V1.2.2" "A simple XDP benchmarking tool"
1+
.TH "xdp-bench" "8" "FEBRUARY 3, 2023" "V1.3.0" "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.2.2" "a simple tcpdump like tool for capturing packets at the XDP layer"
1+
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.3.0" "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.2.2" "A simple XDP-powered packet filter"
1+
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.3.0" "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" "JANUARY 9, 2023" "V1.2.2" "XDP program loader"
1+
.TH "xdp-loader" "8" "JANUARY 9, 2023" "V1.3.0" "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.2.2" "A simple XDP monitoring tool"
1+
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.3.0" "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 3, 2023" "V1.2.2" "An XDP-based traffic generator"
1+
.TH "xdp-trafficgen" "8" "FEBRUARY 3, 2023" "V1.3.0" "An XDP-based traffic generator"
22

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

0 commit comments

Comments
 (0)