From 7b96548877bd1e61eb6aa5ea27f23e75c905511b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:02:15 +0000 Subject: [PATCH 1/3] libcap 2.73 --- Formula/lib/libcap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libcap.rb b/Formula/lib/libcap.rb index 3b8fbec833db1..8c08b724f0938 100644 --- a/Formula/lib/libcap.rb +++ b/Formula/lib/libcap.rb @@ -1,8 +1,8 @@ class Libcap < Formula desc "User-space interfaces to POSIX 1003.1e capabilities" homepage "https://sites.google.com/site/fullycapable/" - url "https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.72.tar.xz" - sha256 "0274f5a15a5205f656d8f0169eef711dd29158ba8ad3b240618b342b2460175b" + url "https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.73.tar.xz" + sha256 "6405f6089cf4cdd8c271540cd990654d78dd0b1989b2d9bda20f933a75a795a5" license all_of: ["BSD-3-Clause", "GPL-2.0-or-later"] livecheck do From 63f8733353cc911ddc44a281da9cbc4dfd9783b6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 2 Dec 2024 09:23:03 -0500 Subject: [PATCH 2/3] triage(CI-linux-self-hosted-deps): add libcap Signed-off-by: Rui Chen --- .github/workflows/triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index bc22a4b9caa84..45325d7ad2673 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -362,6 +362,7 @@ jobs: path: "Formula/.+/(\ alsa-lib|\ glib|\ + libcap|\ libva|\ libxml2|\ python@3.12|\ From 118ea858034f09bb4cf89b4432ae798769162d68 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 5 Dec 2024 02:14:56 +0000 Subject: [PATCH 3/3] libcap: update 2.73 bottle. --- Formula/lib/libcap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lib/libcap.rb b/Formula/lib/libcap.rb index 8c08b724f0938..a64abd78e835a 100644 --- a/Formula/lib/libcap.rb +++ b/Formula/lib/libcap.rb @@ -11,7 +11,7 @@ class Libcap < Formula end bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "2fb437ffb2c8d869ec82c063d29fee85dbcac4039d7c85e4f0cf1db75717b4f5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7dc7858926ebd7537db206a552b1b565b08662954206fe188e822c36c1011c54" end depends_on :linux