From ae8e36d03526ad7b0e703c03521b341993c7b6dc Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Mon, 10 Jul 2023 22:07:31 +0000 Subject: [PATCH] libbpf/1.2.1 package update --- libbpf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libbpf.yaml b/libbpf.yaml index 6c38086caab9..97209183225c 100644 --- a/libbpf.yaml +++ b/libbpf.yaml @@ -1,7 +1,7 @@ package: name: libbpf - version: 1.2.0 - epoch: 1 + version: 1.2.1 + epoch: 0 description: "A library for interacting with the Linux kernel's Berkeley Packet Filter (BPF) facility from user space" copyright: - license: GPL-2.0-only @@ -23,7 +23,7 @@ pipeline: with: repository: https://github.com/libbpf/libbpf tag: v${{package.version}} - expected-commit: fbd60dbff51c870f5e80a17c4f2fd639eb80af90 + expected-commit: 880fbf87a55dd6455876b402956f7f8965fd4d06 - uses: autoconf/make with: