sngrep: upgrade 1.8.2 -> 1.8.3+gitc77bd7

Update to a newer version of the last release, because this does not compile
which got fixed with
https://github.com/irontec/sngrep/commit/b84f0663e47de6f238d9f81eed67612a9ab616ef.

sngrep supports pcre2, so use this instead of pcre, which is outdated.

Changelog:

  * capture: add support for telephony-event rtp streams (RFC 4733)
  * capture: replace fake HEP frames for network captured packets
  * call flow: limit call-id displayed on title to 125 characters
  * rtp: fix duration value in telephony-event is incorrectly converted
  * core: fix out of bound arrays crashes
  * eep: fix multiple memory crashes in HEP parsing
  * ipv6: fixed incorrect payload length for fragmented IPv6 packets
  * build: use libgcrypt-config if pkg-config is not available for libcrypt

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Jörg Sommer
2026-06-19 07:59:40 +02:00
committed by Khem Raj
parent a8faa98416
commit 3662a3a732
@@ -7,7 +7,7 @@ LICENSE = "GPL-3.0-or-later & OpenSSL"
LIC_FILES_CHKSUM = "\
file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \
file://LICENSE.OpenSSL;md5=e39170c41c6f83de36426dbf49a03632 \
file://README;beginline=100;endline=124;md5=758a88cf2b27572df05996a3810066b3 \
file://README;beginline=102;endline=126;md5=758a88cf2b27572df05996a3810066b3 \
"
DEPENDS = "\
@@ -16,7 +16,8 @@ DEPENDS = "\
"
SRC_URI = "git://github.com/irontec/sngrep.git;protocol=https;branch=master"
SRCREV = "dad1033640f249fa4994f976cf6ee96826c15702"
SRCREV = "c77bd75a52d1aac96ae9d1603f2b7dfbe7e90ffd"
PV .= "+git"
inherit cmake pkgconfig
@@ -29,7 +30,7 @@ PACKAGECONFIG ?= "\
PACKAGECONFIG[openssl] = "-DWITH_OPENSSL=ON,-DWITH_OPENSSL=OFF,openssl"
PACKAGECONFIG[gnutls] = "-DWITH_GNUTLS=ON,-DWITH_GNUTLS=OFF,gnutls libgcrypt"
PACKAGECONFIG[pcre] = "-DWITH_PCRE=OFF,-DWITH_PCRE=OFF,libpcre"
PACKAGECONFIG[pcre2] = "-DWITH_PCRE2=OFF,-DWITH_PCRE2=OFF,libpcre2"
PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib"
PACKAGECONFIG[unicode] = "-DWITH_UNICODE=ON,-DWITH_UNICODE=OFF"
PACKAGECONFIG[ipv6] = "-DUSE_IPV6=ON,-DUSE_IPV6=OFF"