From a7074d3f0abc2316bf833e94e6e80e7c2f4c8aa9 Mon Sep 17 00:00:00 2001 From: tro Date: Thu, 2 May 2024 11:50:50 +0200 Subject: [PATCH] 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. --- meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb index dcfa7406d22..85742d50949 100644 --- a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb +++ b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb @@ -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://github.com/sctplab/usrsctp;protocol=https;branch=master \ " @@ -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"