Skip to content

Commit a7074d3

Browse files
committed
usrsctp: upgrade version to a0cbf4681474fab1e89d9e9e2d5c3694fce50359
- 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.
1 parent 5a6f792 commit a7074d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DESCRIPTION = "This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X
22
LICENSE = "BSD-3-Clause"
33
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ffcf846341f3856d79a483eafa18e2a5"
44

5-
SRCREV = "a10cd498d964508c0e6ec6bd2be9dd4afcbb4d86"
5+
SRCREV = "a0cbf4681474fab1e89d9e9e2d5c3694fce50359"
66
SRC_URI = "git://github.com/sctplab/usrsctp;protocol=https;branch=master \
77
"
88

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

2525
EXTRA_OECONF += "--disable-debug"
2626

27-
CVE_VERSION = "0.9.3.0"
27+
CVE_VERSION = "0.9.5.0"

0 commit comments

Comments
 (0)