Skip to content

Commit

Permalink
usrsctp: upgrade version to a0cbf4681474fab1e89d9e9e2d5c3694fce50359
Browse files Browse the repository at this point in the history
- Fix CVE version, it is already 0.9.5.0 since 07f871b, no release tag since then.
- Add threadpool.
- Improve shutting down the read side of a socket
- Various improvements, fixes.
  • Loading branch information
thomas-roos committed May 6, 2024
1 parent 5a6f792 commit a7074d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DESCRIPTION = "This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ffcf846341f3856d79a483eafa18e2a5"

SRCREV = "a10cd498d964508c0e6ec6bd2be9dd4afcbb4d86"
SRCREV = "a0cbf4681474fab1e89d9e9e2d5c3694fce50359"
SRC_URI = "git:/sctplab/usrsctp;protocol=https;branch=master \
"

Expand All @@ -24,4 +24,4 @@ PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6,"

EXTRA_OECONF += "--disable-debug"

CVE_VERSION = "0.9.3.0"
CVE_VERSION = "0.9.5.0"

0 comments on commit a7074d3

Please sign in to comment.