summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/sngrep
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-22 21:27:32 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-12-30 07:08:05 +0530
commitff7b55253496f72458805503f6133bed7653bd54 (patch)
tree5c3601451e201463d871a14a2044f74509a7dc53 /meta-networking/recipes-support/sngrep
parent3e322cb550780c285202de6ed63c14b392556d1e (diff)
downloadmeta-openembedded-ff7b55253496f72458805503f6133bed7653bd54.tar.gz
sngrep: upgrade 1.8.1 -> 1.8.2
This update contains fix for CVE-2024-35434, and a small build system change that adds a fallback in case ncurses library isn't available during build. Shortlog: https://github.com/irontec/sngrep/compare/v1.8.1...v1.8.2 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-support/sngrep')
-rw-r--r--meta-networking/recipes-support/sngrep/sngrep_1.8.2.bb (renamed from meta-networking/recipes-support/sngrep/sngrep_1.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/sngrep/sngrep_1.8.1.bb b/meta-networking/recipes-support/sngrep/sngrep_1.8.2.bb
index 50248078a2..518ca9e277 100644
--- a/meta-networking/recipes-support/sngrep/sngrep_1.8.1.bb
+++ b/meta-networking/recipes-support/sngrep/sngrep_1.8.2.bb
@@ -16,7 +16,7 @@ DEPENDS = "\
16" 16"
17 17
18SRC_URI = "git://github.com/irontec/sngrep.git;protocol=https;branch=master" 18SRC_URI = "git://github.com/irontec/sngrep.git;protocol=https;branch=master"
19SRCREV = "373abb90804ba71f980c7120e62f90d3a5c81213" 19SRCREV = "dad1033640f249fa4994f976cf6ee96826c15702"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22