Skip to content

Commit

Permalink
Bump version to v1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Feb 8, 2023
1 parent d2982f4 commit fbb17e8
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/libxdp/libxdp.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "libxdp" "3" "November 17, 2022" "v1.2.2" "libxdp - library for loading XDP programs"
.TH "libxdp" "3" "November 17, 2022" "v1.3.0" "libxdp - library for loading XDP programs"

.SH "NAME"
libxdp \- library for attaching XDP programs and using AF_XDP sockets
Expand Down
13 changes: 11 additions & 2 deletions packaging/rpm/xdp-tools.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Name: xdp-tools
Version: 1.2.2
Version: 1.3.0
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
%global _soversion 1.2.0
%global _soversion 1.3.0

License: GPLv2
URL: https://github.com/xdp-project/%{name}
Expand All @@ -20,6 +20,9 @@ BuildRequires: pkgconfig
BuildRequires: m4
BuildRequires: emacs-nox
BuildRequires: wireshark-cli
BuildRequires: bpftool

ExcludeArch: i386 i686

# Always keep xdp-tools and libxdp packages in sync
Requires: libxdp = %{version}-%{release}
Expand Down Expand Up @@ -89,6 +92,9 @@ make install V=1
%{_sbindir}/xdp-filter
%{_sbindir}/xdp-loader
%{_sbindir}/xdpdump
%{_sbindir}/xdp-bench
%{_sbindir}/xdp-monitor
%{_sbindir}/xdp-trafficgen
%{_mandir}/man8/*
%{_libdir}/bpf/xdpfilt_*.o
%{_libdir}/bpf/xdpdump_*.o
Expand All @@ -112,6 +118,9 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc

%changelog
* Tue Feb 7 2023 Toke Høiland-Jørgensen <[email protected]> 1.3.0-1
- Upstream version bump

* Thu Jan 20 2022 Toke Høiland-Jørgensen <[email protected]> 1.2.2-1
- Upstream version bump

Expand Down
2 changes: 1 addition & 1 deletion version.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TOOLS_VERSION := "1.2.2"
TOOLS_VERSION := "1.3.0"

2 changes: 1 addition & 1 deletion xdp-bench/xdp-bench.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdp-bench" "8" "FEBRUARY 2, 2023" "V1.2.2" "A simple XDP benchmarking tool"
.TH "xdp-bench" "8" "FEBRUARY 3, 2023" "V1.3.0" "A simple XDP benchmarking tool"

.SH "NAME"
XDP-bench \- a simple XDP benchmarking tool
Expand Down
2 changes: 1 addition & 1 deletion xdp-dump/xdpdump.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.2.2" "a simple tcpdump like tool for capturing packets at the XDP layer"
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.3.0" "a simple tcpdump like tool for capturing packets at the XDP layer"

.SH "NAME"
xdpdump \- a simple tcpdump like tool for capturing packets at the XDP layer
Expand Down
2 changes: 1 addition & 1 deletion xdp-filter/xdp-filter.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.2.2" "A simple XDP-powered packet filter"
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.3.0" "A simple XDP-powered packet filter"

.SH "NAME"
xdp-filter \- a simple XDP-powered packet filter
Expand Down
2 changes: 1 addition & 1 deletion xdp-loader/xdp-loader.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdp-loader" "8" "JANUARY 9, 2023" "V1.2.2" "XDP program loader"
.TH "xdp-loader" "8" "JANUARY 9, 2023" "V1.3.0" "XDP program loader"

.SH "NAME"
xdp-loader \- an XDP program loader
Expand Down
2 changes: 1 addition & 1 deletion xdp-monitor/xdp-monitor.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.2.2" "A simple XDP monitoring tool"
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.3.0" "A simple XDP monitoring tool"

.SH "NAME"
XDP-monitor \- a simple BPF-powered XDP monitoring tool
Expand Down
2 changes: 1 addition & 1 deletion xdp-trafficgen/xdp-trafficgen.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdp-trafficgen" "8" "FEBRUARY 3, 2023" "V1.2.2" "An XDP-based traffic generator"
.TH "xdp-trafficgen" "8" "FEBRUARY 3, 2023" "V1.3.0" "An XDP-based traffic generator"

.SH "NAME"
XDP-trafficgen \- an XDP-based traffic generator
Expand Down

0 comments on commit fbb17e8

Please sign in to comment.