diff mbox series

[meta-webserver,4/4] apache-websocket: update to latest master (0ee34c7 -> 18ad4ae)

Message ID 20260730180257.3733387-4-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-webserver,1/4] cockpit: upgrade 352 -> 364 | expand

Commit Message

Khem Raj July 30, 2026, 6:02 p.m. UTC
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>
---
 meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"