Hello community, here is the log from the commit of package sngrep for openSUSE:Factory checked in at 2020-05-29 21:24:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sngrep (Old) and /work/SRC/openSUSE:Factory/.sngrep.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sngrep" Fri May 29 21:24:08 2020 rev:3 rq:810131 version:1.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/sngrep/sngrep.changes 2018-11-19 23:30:42.835279120 +0100 +++ /work/SRC/openSUSE:Factory/.sngrep.new.3606/sngrep.changes 2020-05-29 21:39:04.846954156 +0200 @@ -1,0 +2,30 @@ +Sat May 23 08:03:33 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 1.4.7 + * capture: fixed a crash with invalid CSeq values + * capture: allow configurable libpcap capture buffer + * hep: support parsing of HEPv3 headers in any order + * ssl: updated code to exclude deprecated OpenSSL functions + * call raw: add support to IP alias display + * call list: updated diverted Call state conditions + * cli: match expression now applies to whole SIP payload + * cli: add support to multiple comma separated capture devices + * sip: add KDMQ custom method to SIP parser +- Update to version 1.4.6 + * capture: fixed pcap reading from stdin + * capture: make SIP regexp more tolerant to invalid uris + * capture: SIP dialogs can now start with INFO, REFER and UPDATE + * call list: Added methods and key bindings for soft clear of + call list + * call flow: improved performance while displaying a dialog with + lots of messages + * call flow: arrows are now sorted by time while displaying + multiple dialogs + * ui: fixed multiples buffer overflows crashes + * ui: improve compatibility with newest ncurses version +- Drop not longer needed patch: + * 0001-ui-add-support-for-ncurses-compiled-with-opaque-stru.patch +- Add patch: + * fix-build-with-recent-ncurses-versions.patch + +------------------------------------------------------------------- Old: ---- 0001-ui-add-support-for-ncurses-compiled-with-opaque-stru.patch sngrep-1.4.5.tar.gz New: ---- fix-build-with-recent-ncurses-versions.patch sngrep-1.4.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sngrep.spec ++++++ --- /var/tmp/diff_new_pack.nLsvVA/_old 2020-05-29 21:39:05.406955822 +0200 +++ /var/tmp/diff_new_pack.nLsvVA/_new 2020-05-29 21:39:05.410955834 +0200 @@ -1,7 +1,7 @@ # # spec file for package sngrep # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2018, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: sngrep -Version: 1.4.5 +Version: 1.4.7 Release: 0 Summary: Ncurses SIP Messages flow viewer License: GPL-3.0-or-later @@ -26,7 +26,7 @@ URL: https://github.com/irontec/sngrep #Git-Clone: https://github.com/irontec/sngrep.git Source: https://github.com/irontec/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: 0001-ui-add-support-for-ncurses-compiled-with-opaque-stru.patch +Patch0: fix-build-with-recent-ncurses-versions.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libpcap-devel ++++++ fix-build-with-recent-ncurses-versions.patch ++++++ diff --git a/src/curses/ui_manager.c b/src/curses/ui_manager.c index f81ab8d..4ff7bc4 100644 --- a/src/curses/ui_manager.c +++ b/src/curses/ui_manager.c @@ -93,7 +93,7 @@ ncurses_init() // Hide the cursor curs_set(0); // Only delay ESC Sequences 25 ms (we dont want Escape sequences) - ESCDELAY = 25; + set_escdelay(25); // Redefine some keys term = getenv("TERM"); ++++++ sngrep-1.4.5.tar.gz -> sngrep-1.4.7.tar.gz ++++++ ++++ 2375 lines of diff (skipped)
