From: Jörg Sommer <[email protected]> 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 <[email protected]> --- .../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 --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" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127680): https://lists.openembedded.org/g/openembedded-devel/message/127680 Mute This Topic: https://lists.openembedded.org/mt/119879608/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
