Update module github.com/pion/sctp to v1.8.41 (#3279)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/pion/sctp](https://redirect.github.com/pion/sctp) |
`v1.8.40` -> `v1.8.41` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fsctp/v1.8.41?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2fsctp/v1.8.40/v1.8.41?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pion/sctp (github.com/pion/sctp)</summary>

###
[`v1.8.41`](https://redirect.github.com/pion/sctp/releases/tag/v1.8.41)

[Compare
Source](https://redirect.github.com/pion/sctp/compare/v1.8.40...v1.8.41)

#### Changelog

-
[`4d42391`](4d42391c07)
Fix a deadlock with Abort
-
[`57f9351`](57f935158c)
Undo retract v1.8.40
-
[`c5367a8`](c5367a88b7)
Retract v1.8.40
-
[`096446a`](096446a405)
Revert "Update packet to RFC 9260"
-
[`b1a66a4`](b1a66a4b0f)
Update readme about RACK, 9260, and 9438
-
[`408cd6a`](408cd6a9e4)
Update module github.com/pion/transport/v3 to v3.1.1
-
[`9ee8305`](9ee830587d)
Update module github.com/pion/transport/v3 to v3.1.0
-
[`a69c6a2`](a69c6a2f15)
Update receive\_payload\_queue to RFC 9260
-
[`e83061b`](e83061bfcc)
Fix typos in paramtype
-
[`803e488`](803e488e66)
Fix a leak with pop in pending\_queue
-
[`af925dd`](af925dd2c6)
Update readme with RFCs and v2 plans
-
[`9324183`](93241838c1)
Update packet to RFC 9260
-
[`012d2b4`](012d2b44db)
Test RTT switch reordering
([#&#8203;408](https://redirect.github.com/pion/sctp/issues/408))
-
[`c875185`](c8751854d8)
Fix a test race
-
[`58bb3c2`](58bb3c2492)
Update CI configs to v0.11.32
-
[`f37b783`](f37b783dd7)
Fix a typo for RFC reference in paramtype

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pion/webrtc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-27 18:40:21 +00:00
committed by GitHub
parent 39210f19d6
commit 67d948bb51
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/pion/randutil v0.1.0
github.com/pion/rtcp v1.2.16
github.com/pion/rtp v1.8.25
github.com/pion/sctp v1.8.40
github.com/pion/sctp v1.8.41
github.com/pion/sdp/v3 v3.0.16
github.com/pion/srtp/v3 v3.0.8
github.com/pion/stun/v3 v3.0.1

4
go.sum
View File

@@ -55,8 +55,8 @@ github.com/pion/rtcp v1.2.16 h1:fk1B1dNW4hsI78XUCljZJlC4kZOPk67mNRuQ0fcEkSo=
github.com/pion/rtcp v1.2.16/go.mod h1:/as7VKfYbs5NIb4h6muQ35kQF/J0ZVNz2Z3xKoCBYOo=
github.com/pion/rtp v1.8.25 h1:b8+y44GNbwOJTYWuVan7SglX/hMlicVCAtL50ztyZHw=
github.com/pion/rtp v1.8.25/go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM=
github.com/pion/sctp v1.8.40 h1:bqbgWYOrUhsYItEnRObUYZuzvOMsVplS3oNgzedBlG8=
github.com/pion/sctp v1.8.40/go.mod h1:SPBBUENXE6ThkEksN5ZavfAhFYll+h+66ZiG6IZQuzo=
github.com/pion/sctp v1.8.41 h1:20R4OHAno4Vky3/iE4xccInAScAa83X6nWUfyc65MIs=
github.com/pion/sctp v1.8.41/go.mod h1:2wO6HBycUH7iCssuGyc2e9+0giXVW0pyCv3ZuL8LiyY=
github.com/pion/sdp/v3 v3.0.16 h1:0dKzYO6gTAvuLaAKQkC02eCPjMIi4NuAr/ibAwrGDCo=
github.com/pion/sdp/v3 v3.0.16/go.mod h1:9tyKzznud3qiweZcD86kS0ff1pGYB3VX+Bcsmkx6IXo=
github.com/pion/srtp/v3 v3.0.8 h1:RjRrjcIeQsilPzxvdaElN0CpuQZdMvcl9VZ5UY9suUM=