diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-15 17:02:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 16:36:15 -0700 |
commit | ff69831eac35039ec7bb888888d0b6f2c279ecf4 (patch) | |
tree | 114235527c62d0539d38872f504db0de7ccd4007 /meta-networking | |
parent | 8df635d049e229142d1dd2f22cbb68fcff3ef467 (diff) | |
download | meta-openembedded-ff69831eac35039ec7bb888888d0b6f2c279ecf4.tar.gz |
sngrep: upgrade 1.8.1 -> 1.8.2
Changelog:
capture: fix possible buffer overflow while processing RTP payload
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-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 | ||
18 | SRC_URI = "git://github.com/irontec/sngrep.git;protocol=https;branch=master" | 18 | SRC_URI = "git://github.com/irontec/sngrep.git;protocol=https;branch=master" |
19 | SRCREV = "373abb90804ba71f980c7120e62f90d3a5c81213" | 19 | SRCREV = "dad1033640f249fa4994f976cf6ee96826c15702" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||