summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-irc/znc/znc_1.8.2.bb
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-01-09 22:28:39 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-12 07:52:00 +0530
commite90c455347d5500ceced87cfcf68a84cb8b75fe1 (patch)
tree4db736b3c3878ed9617f9333fa6140892e570bca /meta-networking/recipes-irc/znc/znc_1.8.2.bb
parentbfd8dda3ba5e3e0a820e489ed177de6d60ddfa50 (diff)
downloadmeta-openembedded-e90c455347d5500ceced87cfcf68a84cb8b75fe1.tar.gz
znc: patch CVE-2024-39844
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-39844 Backport commit[1] from https://github.com/znc/znc/releases/tag/znc-1.9.1 [1] https://github.com/znc/znc/commit/8cbf8d628174ddf23da680f3f117dc54da0eb06e Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-irc/znc/znc_1.8.2.bb')
-rw-r--r--meta-networking/recipes-irc/znc/znc_1.8.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_1.8.2.bb b/meta-networking/recipes-irc/znc/znc_1.8.2.bb
index 68dd0702f7..9901344601 100644
--- a/meta-networking/recipes-irc/znc/znc_1.8.2.bb
+++ b/meta-networking/recipes-irc/znc/znc_1.8.2.bb
@@ -7,6 +7,7 @@ DEPENDS = "openssl zlib icu"
7 7
8SRC_URI = "git://github.com/znc/znc.git;name=znc;branch=master;protocol=https \ 8SRC_URI = "git://github.com/znc/znc.git;name=znc;branch=master;protocol=https \
9 git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket;branch=master;protocol=https \ 9 git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket;branch=master;protocol=https \
10 file://CVE-2024-39844.patch \
10 " 11 "
11SRCREV_znc = "bf253640d33d03331310778e001fb6f5aba2989e" 12SRCREV_znc = "bf253640d33d03331310778e001fb6f5aba2989e"
12SRCREV_Csocket = "e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4" 13SRCREV_Csocket = "e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4"