diff mbox series

[v2] sngrep: upgrade 1.8.2 -> 1.8.3+gitc77bd7

Message ID 220f1c2b1e28979b37131e50457e0381b0561186.1781848779.git.joerg.sommer@navimatix.de
State New
Headers show
Series [v2] sngrep: upgrade 1.8.2 -> 1.8.3+gitc77bd7 | expand

Commit Message

Jörg Sommer June 19, 2026, 5:59 a.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

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>
---
 .../sngrep/{sngrep_1.8.2.bb => sngrep_1.8.3.bb}            | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-support/sngrep/{sngrep_1.8.2.bb => sngrep_1.8.3.bb} (84%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/sngrep/sngrep_1.8.2.bb b/meta-networking/recipes-support/sngrep/sngrep_1.8.3.bb
similarity index 84%
rename from meta-networking/recipes-support/sngrep/sngrep_1.8.2.bb
rename to meta-networking/recipes-support/sngrep/sngrep_1.8.3.bb
index 12fe3ececa..c82db8c9aa 100644
--- a/meta-networking/recipes-support/sngrep/sngrep_1.8.2.bb
+++ b/meta-networking/recipes-support/sngrep/sngrep_1.8.3.bb
@@ -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"