[meta-webserver][PATCH 4/4] apache-websocket: update to latest master (0ee34c7 -> 18ad4ae)
Khem Raj <[email protected]> Thu, 30 Jul 2026 11:02:56 -0700
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb index b93fa2d186..533d3e3969 100644 --- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb +++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb @@ -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"