mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump gen_smtp from 1.2.0 to 1.3.0 in /elixir (#9341)
Bumps [gen_smtp](https://github.com/gen-smtp/gen_smtp) from 1.2.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gen-smtp/gen_smtp/releases">gen_smtp's releases</a>.</em></p> <blockquote> <h2>1.3.0</h2> <p>This release marks significant improvements in stability, compliance with current OTP versions, and enhanced capabilities with the addition of LMTP support.</p> <h2>Features</h2> <ul> <li> <p><strong>Add LMTP support to the gen_smtp_client</strong><br /> <em>Author: Pablo Willian Suchewschy</em><br /> This addition includes support for the LMTP protocol, along with a dedicated test for the LMTP client.</p> </li> <li> <p><strong>Document socket options</strong><br /> <em>Author: Oneric</em><br /> Updated documentation to clarify that <code>tls_options</code> is no longer filtered and to explain the use of socket options for newer OTP releases.</p> </li> </ul> <h2>Bug Fixes</h2> <ul> <li> <p><strong>Fix issues with gen_smtp_server_session compilation on OTP-28</strong><br /> <em>Author: Marc Worrell</em><br /> Resolved a compilation error for <code>gen_smtp_server_session</code> on OTP-28. This commit also includes updates to GitHub actions and CI environments by removing older OTP versions.</p> </li> <li> <p><strong>Allow sender to immediately hang up after QUIT message</strong><br /> <em>Author: Marc Worrell</em><br /> Introduced the ability for the sender to terminate the session immediately after sending a QUIT message.</p> </li> <li> <p><strong>Fix DATA response in smtp_server_example</strong><br /> <em>Author: ts-klassen</em><br /> Addressed errors in the DATA response handling within the smtp_server_example.</p> </li> <li> <p><strong>Fix OTP 26 compilation failure</strong><br /> <em>Author: Thanabodee Charoenpiriyakij</em><br /> Corrected type specifications in <code>handle_error</code> to resolve compilation issues with OTP 26.</p> </li> <li> <p><strong>Fix source links in documentation</strong><br /> <em>Author: Adam Millerchip</em><br /> Updated documentation links to ensure they direct correctly to relevant sources.</p> </li> <li> <p><strong>Correct README instructions for IPv6 launching</strong><br /> <em>Author: rdtq</em><br /> Adjusted instructions to better clarify how to launch the server on IPv6.</p> </li> <li> <p><strong>Fix parameter value encoding</strong><br /> <em>Authors: Maria Scott & Jan Uhlig</em><br /> Corrected parameter value encoding issues for better functionality.</p> </li> <li> <p><strong>Fix CI environment compatibility</strong><br /> <em>Author: Chris Wögi</em><br /> Modified the CI setup to ensure that it functions correctly given that OTP 23 is not available on Ubuntu 22.04.</p> </li> <li> <p><strong>Various improvements and simplifications</strong><br /> <em>Author: Marc Worrell</em><br /> Streamlined various implementations, including simplifying code related to message sending.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="68ab11101a"><code>68ab111</code></a> Bump version to 1.3.0</li> <li><a href="a48929deeb"><code>a48929d</code></a> Fix an issue where gen_smtp_server_session did not compile on OTP-28 (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/353">#353</a>)</li> <li><a href="185c54dbd6"><code>185c54d</code></a> Simplify try_send code (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/345">#345</a>)</li> <li><a href="bd7fae350d"><code>bd7fae3</code></a> Allow sender to immediately hangup after QUIT message (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/344">#344</a>)</li> <li><a href="da7893dbe5"><code>da7893d</code></a> smtp_server_example: fix DATA response (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/338">#338</a>)</li> <li><a href="21c3e247a6"><code>21c3e24</code></a> Fix docs source links (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/330">#330</a>)</li> <li><a href="e4cd410668"><code>e4cd410</code></a> Document sockopts (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/335">#335</a>)</li> <li><a href="15e969d06a"><code>15e969d</code></a> hookup.email is using gen_smtp (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/333">#333</a>)</li> <li><a href="ac4f8bafdc"><code>ac4f8ba</code></a> Fix OTP 26 compilation failure (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/325">#325</a>)</li> <li><a href="17b161613e"><code>17b1616</code></a> Add OTP 25 (<a href="https://redirect.github.com/gen-smtp/gen_smtp/issues/326">#326</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gen-smtp/gen_smtp/compare/1.2.0...1.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"file_system": {:hex, :file_system, "1.1.0", "08d232062284546c6c34426997dd7ef6ec9f8bbd090eb91780283c9016840e8f", [:mix], [], "hexpm", "bfcf81244f416871f2a2e15c1b515287faa5db9c6bcf290222206d120b3d43f6"},
|
||||
"finch": {:hex, :finch, "0.19.0", "c644641491ea854fc5c1bbaef36bfc764e3f08e7185e1f084e35e0672241b76d", [:mix], [{:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.6.2 or ~> 1.7", [hex: :mint, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.4 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:nimble_pool, "~> 1.1", [hex: :nimble_pool, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "fc5324ce209125d1e2fa0fcd2634601c52a787aff1cd33ee833664a5af4ea2b6"},
|
||||
"floki": {:hex, :floki, "0.37.1", "d7aaee758c8a5b4a7495799a4260754fec5530d95b9c383c03b27359dea117cf", [:mix], [], "hexpm", "673d040cb594d31318d514590246b6dd587ed341d3b67e17c1c0eb8ce7ca6f04"},
|
||||
"gen_smtp": {:hex, :gen_smtp, "1.2.0", "9cfc75c72a8821588b9b9fe947ae5ab2aed95a052b81237e0928633a13276fd3", [:rebar3], [{:ranch, ">= 1.8.0", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "5ee0375680bca8f20c4d85f58c2894441443a743355430ff33a783fe03296779"},
|
||||
"gen_smtp": {:hex, :gen_smtp, "1.3.0", "62c3d91f0dcf6ce9db71bcb6881d7ad0d1d834c7f38c13fa8e952f4104a8442e", [:rebar3], [{:ranch, ">= 1.8.0", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "0b73fbf069864ecbce02fe653b16d3f35fd889d0fdd4e14527675565c39d84e6"},
|
||||
"gettext": {:hex, :gettext, "0.26.2", "5978aa7b21fada6deabf1f6341ddba50bc69c999e812211903b169799208f2a8", [:mix], [{:expo, "~> 0.5.1 or ~> 1.0", [hex: :expo, repo: "hexpm", optional: false]}], "hexpm", "aa978504bcf76511efdc22d580ba08e2279caab1066b76bb9aa81c4a1e0a32a5"},
|
||||
"gproc": {:hex, :gproc, "0.9.1", "f1df0364423539cf0b80e8201c8b1839e229e5f9b3ccb944c5834626998f5b8c", [:rebar3], [], "hexpm", "905088e32e72127ed9466f0bac0d8e65704ca5e73ee5a62cb073c3117916d507"},
|
||||
"grpcbox": {:hex, :grpcbox, "0.17.1", "6e040ab3ef16fe699ffb513b0ef8e2e896da7b18931a1ef817143037c454bcce", [:rebar3], [{:acceptor_pool, "~> 1.0.0", [hex: :acceptor_pool, repo: "hexpm", optional: false]}, {:chatterbox, "~> 0.15.1", [hex: :ts_chatterbox, repo: "hexpm", optional: false]}, {:ctx, "~> 0.6.0", [hex: :ctx, repo: "hexpm", optional: false]}, {:gproc, "~> 0.9.1", [hex: :gproc, repo: "hexpm", optional: false]}], "hexpm", "4a3b5d7111daabc569dc9cbd9b202a3237d81c80bf97212fbc676832cb0ceb17"},
|
||||
|
||||
Reference in New Issue
Block a user