From 6c8d7d2640aad7b7f0afa6076d96327eb20e685a Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Fri, 13 Dec 2024 18:39:58 +0900 Subject: [PATCH 1/4] libnfs 6.0.1 --- Formula/lib/libnfs.rb | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Formula/lib/libnfs.rb b/Formula/lib/libnfs.rb index db5e7fffd8864..4bb5584600ffe 100644 --- a/Formula/lib/libnfs.rb +++ b/Formula/lib/libnfs.rb @@ -1,8 +1,8 @@ class Libnfs < Formula desc "C client library for NFS" homepage "https://github.com/sahlberg/libnfs" - url "https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-6.0.0.tar.gz" - sha256 "6fe64b5a47b2558484c8beb05819c1f1f3e52cc52a7b3a8b805faf398e9a9c24" + url "https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-6.0.1.tar.gz" + sha256 "16c2f2f67c68e065304e42a9975e9238f773c53c3cd048574e83c6f8a9f445c3" license "LGPL-2.1-or-later" bottle do @@ -18,19 +18,6 @@ class Libnfs < Formula depends_on "docbook" => :build depends_on "docbook-xsl" => :build - # Ref: https://github.com/sahlberg/libnfs/commit/2044497b7faba9404a3a17e81cbfdeb5e8aaaa9c - # Remove on next release - patch do - url "https://github.com/sahlberg/libnfs/commit/2044497b7faba9404a3a17e81cbfdeb5e8aaaa9c.patch?full_index=1" - sha256 "b31e61faa640ea1c5b590bc884c57fef2d6c40e9ee94596353648d057026bc1b" - end - - # rpath config patch, upstream pr ref, https://github.com/sahlberg/libnfs/pull/502 - patch do - url "https://github.com/sahlberg/libnfs/commit/2db7ebd9e15b4fedd2750af1a3d66b146c1da3b7.patch?full_index=1" - sha256 "eed5d8f35742278b74c2592473554a0050da9105432028e82f5b13d32e52d8b8" - end - def install ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog" From c9bd089d8a9af20615acdab8836d88ff46fc1bbf Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Fri, 13 Dec 2024 19:16:37 +0900 Subject: [PATCH 2/4] mpd: revision bump (libnfs 6.0.1) --- Formula/m/mpd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/m/mpd.rb b/Formula/m/mpd.rb index 676a2b9948257..9fc8f245260d7 100644 --- a/Formula/m/mpd.rb +++ b/Formula/m/mpd.rb @@ -2,7 +2,7 @@ class Mpd < Formula desc "Music Player Daemon" homepage "https://github.com/MusicPlayerDaemon/MPD" license "GPL-2.0-or-later" - revision 1 + revision 2 head "https://github.com/MusicPlayerDaemon/MPD.git", branch: "master" stable do From abb8b182e7fef77e82075190c80d078f500ddff2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:43:42 +0000 Subject: [PATCH 3/4] libnfs: update 6.0.1 bottle. --- Formula/lib/libnfs.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/lib/libnfs.rb b/Formula/lib/libnfs.rb index 4bb5584600ffe..0eb544fe28465 100644 --- a/Formula/lib/libnfs.rb +++ b/Formula/lib/libnfs.rb @@ -6,12 +6,12 @@ class Libnfs < Formula license "LGPL-2.1-or-later" bottle do - sha256 cellar: :any, arm64_sequoia: "fcb8f457b3c931062da17f2b03dc212cac367b2c03bc62b2b74cdffc6c5e6df4" - sha256 cellar: :any, arm64_sonoma: "21ce9df74b1ef7002f78d97a6fd03ed5e7d14f16649a415fa3fcebda67ccbf28" - sha256 cellar: :any, arm64_ventura: "a528cf7f37ed7c7372cf2af7ea4ce62898fc47b711a30d0f0ec9382c0808f828" - sha256 cellar: :any, sonoma: "1137695cb76bf3596ce1f1ed1ddbc6027c588555eeb6f017c2c3f052bab1a04b" - sha256 cellar: :any, ventura: "7260fb1a04639b3c2c4b1e8967a8b75ec012540d9de6d612079749799f42021c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c526e05b0f69358b24b175a100e4ddfae37f82a747286c6c1d0580731ce259e8" + sha256 cellar: :any, arm64_sequoia: "a7dde222002bc32bffc79d59ef75f13f904c1704ea9cedb4caed9a427f60e115" + sha256 cellar: :any, arm64_sonoma: "3bd08fd8c27af6c0a48fc215feb89ba9879054b16b5f9dc465c5a99bc1f015ef" + sha256 cellar: :any, arm64_ventura: "8981260780efb3ae005b7a8d873eea61c4d9c4a68939b66185ac3e997e87f36d" + sha256 cellar: :any, sonoma: "74330ab7704e64e960f637a725692b50fbd175fe5fab6e0845fd45d19bf6c0bd" + sha256 cellar: :any, ventura: "234d992e081fc292e7227e7c49b88ab45c9d18912df1d7831096b8dbce463649" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a71129f89e6532aa5e969acd7603c58c77dd6c133d3a84b5242bea49bfb8d631" end depends_on "cmake" => :build From a0ea868881c753b83a5951bf0848c1f9c55c4a2a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:43:43 +0000 Subject: [PATCH 4/4] mpd: update 0.23.16_2 bottle. --- Formula/m/mpd.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mpd.rb b/Formula/m/mpd.rb index 9fc8f245260d7..e419a880a9234 100644 --- a/Formula/m/mpd.rb +++ b/Formula/m/mpd.rb @@ -17,12 +17,12 @@ class Mpd < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "3af030e17bd7433e049c2341b7f3f321e0965c27252655b69b18306d8d992c6d" - sha256 cellar: :any, arm64_sonoma: "cabab5a22d663c2e833fe58fddbdcb03cfbb62a84e4cd107fa5dec021c7a9302" - sha256 cellar: :any, arm64_ventura: "369c7be3485037c3acb899eb458379d242eb8a08fe1cd22f16cc6f91d4f8015b" - sha256 cellar: :any, sonoma: "f8fd84ded5edf6e72cb449f7a497af00cc5dd79f8726c5b623a982de9ed37bf8" - sha256 cellar: :any, ventura: "4b5f3543fc9c7ecf05c159e4493698b2e2258c7e4b26f0097508c92484963323" - sha256 x86_64_linux: "4002b2017b63e8f966c7bb9002f89cd8f1009e2fd4fff956bcc5ea39305c274a" + sha256 cellar: :any, arm64_sequoia: "78824e8522be8ed0295a10425e51d240dd57ca42b7144575cf927a8c96a5f05d" + sha256 cellar: :any, arm64_sonoma: "cf82215e0eae9339430efb14492ed1d1666bc4894b3a272245276afb99d2fcfc" + sha256 cellar: :any, arm64_ventura: "e9c07153717e45bd7ed0a520cfaf682d83de67a02ec3b34b7c99f11dc55d3474" + sha256 cellar: :any, sonoma: "04c50d82ff1c8ab9e8fa0b82cb20c4b22ec126de59ac9fc66440431d70ac5a23" + sha256 cellar: :any, ventura: "48c49888012335ccb8bc37f86d5389aa4e4e96c436da8916f953f432005a7ad0" + sha256 x86_64_linux: "5a78d9d87bb558211f09dced67d583c0673ed39a836ba7e583d9193cc01c35b4" end depends_on "boost" => :build