From 05f93ca729c5ef1434dd82cd6fc7f52c691793f5 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 3 Sep 2023 19:12:03 +0900 Subject: [PATCH] Bump libbpf to v1.2.2 --- .github/workflows/build.yml | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e065b9a0..abce9ef0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: [push, pull_request] permissions: read-all env: - LIBBPF_VERSION: v1.2.0 + LIBBPF_VERSION: v1.2.2 OPENSSL1_VERSION: 1_1_1v+quic OPENSSL3_VERSION: 3.1.2+quic BORINGSSL_VERSION: 6ca49385b168f47a50e7172d82a590b218f55e4d diff --git a/README.rst b/README.rst index 5c00da90..990af829 100644 --- a/README.rst +++ b/README.rst @@ -146,7 +146,7 @@ Use ``--with-libbpf`` configure option to build eBPF program. libelf-dev is needed to build libbpf. For Ubuntu 20.04, you can build libbpf from `the source code -`_. nghttpx +`_. nghttpx requires eBPF program for reloading its configuration and hot swapping its executable. @@ -380,7 +380,7 @@ from source: .. code-block:: text - $ git clone --depth 1 -b v1.2.0 https://github.com/libbpf/libbpf + $ git clone --depth 1 -b v1.2.2 https://github.com/libbpf/libbpf $ cd libbpf $ PREFIX=$PWD/build make -C src install $ cd ..