diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-07-24 17:50:59 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:15 -0700 |
commit | ef17d6f30b01b0797dda51be03192920e152f06f (patch) | |
tree | 2392419c3faa0a61fafb83e2bfcdd610162d1a2b | |
parent | c2271d0096c47df813f8fb0b895722679ab2cd8a (diff) | |
download | meta-openembedded-ef17d6f30b01b0797dda51be03192920e152f06f.tar.gz |
apache-websocket: upgrade 0.1.1 -> 0.1.2
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 3cbab22c3..0ef2bd7f4 100644 --- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb +++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | |||
@@ -13,9 +13,9 @@ RDEPENDS_${PN} += "apache2" | |||
13 | # fork contains patches from the modules ML and fixes CVE compliance issues | 13 | # fork contains patches from the modules ML and fixes CVE compliance issues |
14 | SRC_URI = "git://github.com/jchampio/apache-websocket.git" | 14 | SRC_URI = "git://github.com/jchampio/apache-websocket.git" |
15 | 15 | ||
16 | SRCREV = "6968083264b90b89b1b9597a4ca03ba29e7ea2e1" | 16 | SRCREV = "0ee34c77fc78ff08fd548706300b80a7bc7874e4" |
17 | 17 | ||
18 | PV = "0.1.1+git${SRCPV}" | 18 | PV = "0.1.2+git${SRCPV}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||