Skip to content

Commit

Permalink
Merge pull request #195736 from id/bump-emqx-5.8.1
Browse files Browse the repository at this point in the history
emqx 5.8.1
  • Loading branch information
BrewTestBot authored Oct 27, 2024
2 parents ae99283 + c03f91d commit 14e5534
Showing 1 changed file with 8 additions and 62 deletions.
70 changes: 8 additions & 62 deletions Formula/e/emqx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Emqx < Formula
desc "MQTT broker for IoT"
homepage "https://www.emqx.io/"
url "https://github.com/emqx/emqx/archive/refs/tags/v5.8.0.tar.gz"
sha256 "dcacbe46468d16bcf8eb9cf8fb4d3326543fd5f23dc9dd00c846430423b011a4"
url "https://github.com/emqx/emqx/archive/refs/tags/v5.8.1.tar.gz"
sha256 "ff58eef9dceb65047f172032c552e72bf311b0c667bcde044f972bf2a49f712b"
license "Apache-2.0"
head "https://github.com/emqx/emqx.git", branch: "master"

Expand All @@ -15,12 +15,12 @@ class Emqx < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "01b3613a0e05709eaa48f9cfb513d3930276d74291fe64a2bf37fb57159cefbd"
sha256 cellar: :any, arm64_sonoma: "0ba9f5a7b282d3d6e3a069ddd709223c4f350bc865f1ddabd6d0f183b5b17e23"
sha256 cellar: :any, arm64_ventura: "214e7a0e6b6fbea90980484243f21bdfa81f132405b698fb64dbfbe24bfe457e"
sha256 cellar: :any, sonoma: "f9b42cdb13bde70e43ea988541205f11dfa9a0c0fbb660ce1392eca68a6def2d"
sha256 cellar: :any, ventura: "643c0e23b20e14e3d1122735e359aaffe32e566ad85c23b3e8a6680585454f78"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4af003e1799e922393423f6474df79879481050913eb224cdc8bb7735870fb5c"
sha256 cellar: :any, arm64_sequoia: "28978517344567b2ee25488239787263b52d7e24a932ec59f8c3caf5c1451427"
sha256 cellar: :any, arm64_sonoma: "425fcbdad0a90f309780f5cc21c6ffbc6b955f7e7f12413596fb58fe0a797377"
sha256 cellar: :any, arm64_ventura: "0bd478ba07c32541474c443ad5e0794a42e956294cc9f6321ee7ea3f334fcf59"
sha256 cellar: :any, sonoma: "f31dd7562b9f7d15a86d5326d3b4156054cb1143355446a284550e21ea2ddeb7"
sha256 cellar: :any, ventura: "cf55e5b2e1c167e59e16a7369ac9d46b77e7c4e661b20a9bee0657702511a4d1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6492f171d8db6d841c8b6fb16ff811147d1c022fe47d0f864b1bb0c2979e951d"
end

depends_on "autoconf" => :build
Expand All @@ -45,8 +45,6 @@ class Emqx < Formula

conflicts_with "cassandra", because: "both install `nodetool` binaries"

patch :DATA

def install
ENV["PKG_VSN"] = version.to_s
ENV["BUILD_WITHOUT_QUIC"] = "1"
Expand Down Expand Up @@ -84,55 +82,3 @@ def install
system bin/"emqx", "stop"
end
end

__END__
diff --git a/apps/emqx_auth_kerberos/rebar.config b/apps/emqx_auth_kerberos/rebar.config
index 8649b8d0..738f68f8 100644
--- a/apps/emqx_auth_kerberos/rebar.config
+++ b/apps/emqx_auth_kerberos/rebar.config
@@ -3,5 +3,5 @@
{deps, [
{emqx, {path, "../emqx"}},
{emqx_utils, {path, "../emqx_utils"}},
- {sasl_auth, "2.3.0"}
+ {sasl_auth, "2.3.2"}
]}.
diff --git a/apps/emqx_bridge_kafka/rebar.config b/apps/emqx_bridge_kafka/rebar.config
index fd905658..99d576f8 100644
--- a/apps/emqx_bridge_kafka/rebar.config
+++ b/apps/emqx_bridge_kafka/rebar.config
@@ -10,7 +10,7 @@
{emqx_connector, {path, "../../apps/emqx_connector"}},
{emqx_resource, {path, "../../apps/emqx_resource"}},
{emqx_bridge, {path, "../../apps/emqx_bridge"}},
- {sasl_auth, "2.3.0"}
+ {sasl_auth, "2.3.2"}
]}.

{shell, [
diff --git a/mix.exs b/mix.exs
index b9031a70..7c977ab1 100644
--- a/mix.exs
+++ b/mix.exs
@@ -215,7 +215,7 @@ defmodule EMQXUmbrella.MixProject do

# in conflict by emqx_connector and system_monitor
def common_dep(:epgsql), do: {:epgsql, github: "emqx/epgsql", tag: "4.7.1.2", override: true}
- def common_dep(:sasl_auth), do: {:sasl_auth, "2.3.0", override: true}
+ def common_dep(:sasl_auth), do: {:sasl_auth, "2.3.2", override: true}
def common_dep(:gen_rpc), do: {:gen_rpc, github: "emqx/gen_rpc", tag: "3.4.0", override: true}

def common_dep(:system_monitor),
diff --git a/rebar.config b/rebar.config
index 551ec665..ccf2d239 100644
--- a/rebar.config
+++ b/rebar.config
@@ -100,7 +100,7 @@
{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}},
{hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.43.3"}}},
{emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.3"}}},
- {sasl_auth, "2.3.0"},
+ {sasl_auth, "2.3.2"},
{jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}},
{telemetry, "1.1.0"},
{hackney, {git, "https://github.com/emqx/hackney.git", {tag, "1.18.1-1"}}},

0 comments on commit 14e5534

Please sign in to comment.