apache-websocket: update to latest master (0ee34c7 -> 18ad4ae)

Advance the pinned SRCREV to the current tip of jchampio's master. The
latest tagged release is still 0.1.2 (already reflected in PV), and the
23 new commits are entirely test-infrastructure work: porting the test
suite from Python 2 to Python 3/asyncio/websockets and adding coverage
for the module APIs. None of them touch the module sources that get
built and installed, so the shipped mod_websocket.so is functionally
unchanged; this simply keeps the git-tracking recipe on the current tip.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj
2026-07-30 17:40:06 +00:00
parent eb4d6ede5d
commit d2ac54a6d0
@@ -13,7 +13,7 @@ RDEPENDS:${PN} += "apache2"
# fork contains patches from the modules ML and fixes CVE compliance issues
SRC_URI = "git://github.com/jchampio/apache-websocket.git;branch=master;protocol=https"
SRCREV = "0ee34c77fc78ff08fd548706300b80a7bc7874e4"
SRCREV = "18ad4ae2fc99381b8d75785f492a479f789b322b"
PV = "0.1.2+git"