dependabot[bot] opened a new pull request, #2624:
URL: https://github.com/apache/plc4x/pull/2624

   Bumps [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) 
from 1.6.1 to 1.7.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/gopacket/gopacket/releases";>github.com/gopacket/gopacket's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.7.0</h2>
   <h2>Compatibility</h2>
   <p><strong>The minimum supported Go version is now 1.25.</strong> 
golang.org/x/net v0.55.0 requires go 1.25.0, which raises this module's 
<code>go</code> directive with it. If you're stuck on Go 1.24 or older, stay on 
v1.6.1.</p>
   <h2>Fixed</h2>
   <ul>
   <li><strong>reassembly</strong>: <code>closeHalfConnection</code> now 
returns every buffered page to the page cache instead of only the first one. 
<code>pageCache.replace</code> nils <code>p.next</code> before pooling, so the 
old loop terminated after one iteration. The leaked pages permanently inflated 
the <code>pc.used</code> counter checked against 
<code>MaxBufferedPagesTotal</code> — on long-running captures with that limit 
set, the assembler would eventually treat the buffer as full for every 
connection and force-flush out-of-order data instead of reassembling it. 
Triggered by a FIN/RST arriving while out-of-order segments are buffered beyond 
it. (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/161";>#161</a>, <a 
href="https://redirect.github.com/google/gopacket/issues/856";>google/gopacket#856</a>)</li>
   <li><strong>layers</strong>: IPv4 <code>SerializeTo</code> rejects option 
lengths below 2 instead of producing a malformed header. (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/159";>#159</a>)</li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li>golang.org/x/net 0.39.0 → 0.55.0, golang.org/x/sys 0.32.0 → 0.45.0 (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/162";>#162</a>)</li>
   </ul>
   <h2>CI</h2>
   <ul>
   <li>setup-go now reads the Go version from <code>go.mod</code> instead of a 
hardcoded constraint, and tests run under sudo use the setup-go toolchain — 
sudo's <code>secure_path</code> had been silently resolving <code>go</code> to 
the runner's system installation. (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/162";>#162</a>)</li>
   <li>actions/checkout bumped from 6 to 7. (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/160";>#160</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gopacket/gopacket/compare/v1.6.1...v1.7.0";>https://github.com/gopacket/gopacket/compare/v1.6.1...v1.7.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gopacket/gopacket/commit/d33818550d69d4ae2bb340b6e26cd67af4f46dbd";><code>d338185</code></a>
 build(deps): bump golang.org/x/net from 0.39.0 to 0.55.0 (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/162";>#162</a>)</li>
   <li><a 
href="https://github.com/gopacket/gopacket/commit/067005edec269db94dde7c17f9ebf07fc276fbb2";><code>067005e</code></a>
 Fix reassembly closeHalfConnections list traversal (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/161";>#161</a>)</li>
   <li><a 
href="https://github.com/gopacket/gopacket/commit/4ff01f2ac30bc051f59e31620407fe3659cb4671";><code>4ff01f2</code></a>
 fix(ip4): reject option length below 2 in SerializeTo (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/159";>#159</a>)</li>
   <li><a 
href="https://github.com/gopacket/gopacket/commit/5d6a732dfc0f039c840863476548593eed80f189";><code>5d6a732</code></a>
 build(deps): bump actions/checkout from 6 to 7 (<a 
href="https://redirect.github.com/gopacket/gopacket/issues/160";>#160</a>)</li>
   <li>See full diff in <a 
href="https://github.com/gopacket/gopacket/compare/v1.6.1...v1.7.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gopacket/gopacket&package-manager=go_modules&previous-version=1.6.1&new-version=1.7.0)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to