commit sngrep for openSUSE:Factory

2023-04-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sngrep for openSUSE:Factory checked 
in at 2023-04-09 18:41:28

Comparing /work/SRC/openSUSE:Factory/sngrep (Old)
 and  /work/SRC/openSUSE:Factory/.sngrep.new.19717 (New)


Package is "sngrep"

Sun Apr  9 18:41:28 2023 rev:9 rq:1078156 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/sngrep/sngrep.changes2022-09-23 
14:16:01.538093444 +0200
+++ /work/SRC/openSUSE:Factory/.sngrep.new.19717/sngrep.changes 2023-04-09 
18:43:25.994571617 +0200
@@ -1,0 +2,10 @@
+Sun Apr  2 14:45:08 UTC 2023 - Martin Hauke 
+
+- Update to version 1.7.0
+  * save: add option --text to save captured data to plain text
+  * capture: fix memory overflows while parsing IP headers
+  * hep: fix hep listener enabled in offline mode
+  * core: stop sngrep when parent process has ended
+  * ssl: fix decrypt with AES256 GCM SHA384 cipher
+
+---

Old:

  sngrep-1.6.0.tar.gz

New:

  sngrep-1.7.0.tar.gz



Other differences:
--
++ sngrep.spec ++
--- /var/tmp/diff_new_pack.vokDZV/_old  2023-04-09 18:43:26.458574242 +0200
+++ /var/tmp/diff_new_pack.vokDZV/_new  2023-04-09 18:43:26.466574287 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package sngrep
 #
-# Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2018-2022, Martin Hauke 
+# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2018-2023, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   sngrep
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:Ncurses SIP Messages flow viewer
 License:GPL-3.0-or-later

++ sngrep-1.6.0.tar.gz -> sngrep-1.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.6.0/ChangeLog new/sngrep-1.7.0/ChangeLog
--- old/sngrep-1.6.0/ChangeLog  2022-08-31 16:02:22.0 +0200
+++ new/sngrep-1.7.0/ChangeLog  2023-03-31 09:57:36.0 +0200
@@ -1,3 +1,12 @@
+2023-03-31 Ivan Alonso 
+   * sngrep 1.7.0 released
+
+   * save: add option --text to save captured data to plain text
+   * capture: fix memory overflows while parsing IP headers
+   * hep: fix hep listener enabled in offline mode
+   * core: stop sngrep when parent process has ended
+   * ssl: fix decrypt with AES256 GCM SHA384 cipher
+
 2022-08-31 Ivan Alonso 
* sngrep 1.6.0 released
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.6.0/configure.ac 
new/sngrep-1.7.0/configure.ac
--- old/sngrep-1.6.0/configure.ac   2022-08-31 16:02:22.0 +0200
+++ new/sngrep-1.7.0/configure.ac   2023-03-31 09:57:36.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([sngrep], [1.6.0], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
+AC_INIT([sngrep], [1.7.0], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_HEADERS([src/config.h])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.6.0/doc/sngrep.8 
new/sngrep-1.7.0/doc/sngrep.8
--- old/sngrep-1.6.0/doc/sngrep.8   2022-08-31 16:02:22.0 +0200
+++ new/sngrep-1.7.0/doc/sngrep.8   2023-03-31 09:57:36.0 +0200
@@ -3,7 +3,7 @@
 .\" Copyright (c) 2013-2021  Ivan Alonso 
 .\" Copyright (c) 2013-2021  Irontec S.L.
 
-.TH SNGREP 8 "May 2021" "sngrep 1.6.0"
+.TH SNGREP 8 "Mar 2023" "sngrep 1.7.0"
 
 .SH NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.6.0/pkg/apk/APKBUILD 
new/sngrep-1.7.0/pkg/apk/APKBUILD
--- old/sngrep-1.6.0/pkg/apk/APKBUILD   2022-08-31 16:02:22.0 +0200
+++ new/sngrep-1.7.0/pkg/apk/APKBUILD   2023-03-31 09:57:36.0 +0200
@@ -1,7 +1,7 @@
 # Contributor: Francesco Colista 
 # Maintainer: Francesco Colista 
 pkgname=sngrep
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=0
 pkgdesc="display SIP call message flows from a terminal"
 url="https://github.com/irontec/sngrep";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.6.0/pkg/debian/changelog 
new/sngrep-1.7.0/pkg/debian/changelog
--- old/sngrep-1.6.0/pkg/debian/changelog   2022-08-31 16:02:22.0 
+0200
+++ new/sngrep-1.7.0/pkg/debian/changelog   2023-03-31 09:57:36.0 
+0200
@@ -1,3 +1,9 @@
+sngrep (1.7.0) experimental; urgency=low
+
+* sngrep 1.7.0 released
+
+ -- Ivan AlonsoFri, 31 Mar 2023 09:55:37 +0200
+

commit sngrep for openSUSE:Factory

2022-09-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sngrep for openSUSE:Factory checked 
in at 2022-09-23 14:15:24

Comparing /work/SRC/openSUSE:Factory/sngrep (Old)
 and  /work/SRC/openSUSE:Factory/.sngrep.new.2275 (New)


Package is "sngrep"

Fri Sep 23 14:15:24 2022 rev:8 rq:1005522 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/sngrep/sngrep.changes2022-05-09 
18:45:19.516293457 +0200
+++ /work/SRC/openSUSE:Factory/.sngrep.new.2275/sngrep.changes  2022-09-23 
14:16:01.538093444 +0200
@@ -1,0 +2,15 @@
+Wed Sep  7 10:29:07 UTC 2022 - Martin Hauke 
+
+- Update to version 1.6.0
+  * capture: added compatibility with openssl >= 3.5.0
+  * capture: fixed memory leak while rotating dialogs
+  * capture: added save file rotation through SIPHUP signal
+  * capture: added support for opening gzip compressed input files
+  * hep: received HEP packets can now be saved to PCAP files
+  * core: added support for PCRE2 library
+  * cf: raw payload preview now properly displays characters near
+window borders
+  * cli: properly display captured dialog count when no interface
+is used
+
+---

Old:

  sngrep-1.5.0.tar.gz

New:

  sngrep-1.6.0.tar.gz



Other differences:
--
++ sngrep.spec ++
--- /var/tmp/diff_new_pack.APIZFa/_old  2022-09-23 14:16:02.078094703 +0200
+++ /var/tmp/diff_new_pack.APIZFa/_new  2022-09-23 14:16:02.082094712 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   sngrep
-Version:1.5.0
+Version:1.6.0
 Release:0
 Summary:Ncurses SIP Messages flow viewer
 License:GPL-3.0-or-later

++ sngrep-1.5.0.tar.gz -> sngrep-1.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.5.0/ChangeLog new/sngrep-1.6.0/ChangeLog
--- old/sngrep-1.5.0/ChangeLog  2022-04-26 15:59:33.0 +0200
+++ new/sngrep-1.6.0/ChangeLog  2022-08-31 16:02:22.0 +0200
@@ -1,11 +1,23 @@
-2021-04-26 Ivan Alonso 
-* sngrep 1.5.0 released
+2022-08-31 Ivan Alonso 
+   * sngrep 1.6.0 released
 
-* capture: add support for IP-IP encapsulation
-* capture: add support for IPv6 fragments reassembly
-* hep: add support for saving HEP received packets to PCAP
-* tls: check client TLS version in gnutls code
-* ui: fixed a crash when leaving ncurses screens
+   * capture: added compatibility with openssl >= 3.5.0
+   * capture: fixed memory leak while rotating dialogs
+   * capture: added save file rotation through SIPHUP signal
+   * capture: added support for opening gzip compressed input files
+   * hep: received HEP packets can now be saved to PCAP files
+   * core: added support for PCRE2 library
+   * cf: raw payload preview now properly displays characters near window 
borders
+   * cli: properly display captured dialog count when no interface is used
+
+2022-04-26 Ivan Alonso 
+   * sngrep 1.5.0 released
+
+   * capture: add support for IP-IP encapsulation
+   * capture: add support for IPv6 fragments reassembly
+   * hep: add support for saving HEP received packets to PCAP
+   * tls: check client TLS version in gnutls code
+   * ui: fixed a crash when leaving ncurses screens
 
 2021-11-19 Ivan Alonso 
* sngrep 1.4.10 released
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.5.0/README new/sngrep-1.6.0/README
--- old/sngrep-1.5.0/README 2022-04-26 15:59:33.0 +0200
+++ new/sngrep-1.6.0/README 2022-08-31 16:02:22.0 +0200
@@ -27,6 +27,7 @@
  - gnutls - (optional) for TLS transport decrypt using GnuTLS and libgcrypt
  - libncursesw5 - (optional) for UI, windows, panels (wide-character support)
  - libpcre - (optional) for Perl Compatible regular expressions
+ - zlib - (optional) for gzip compressed pcap files
 
 On most systems the commands to build will be the standard autotools procedure:
 
@@ -42,6 +43,7 @@
 | `--with-openssl` | Adds OpenSSL support to parse TLS captured messages (req. 
libssl)  |
 | `--with-gnutls` | Adds GnuTLS support to parse TLS captured messages (req. 
gnutls)  |
 | `--with-pcre`|  Adds Perl Compatible regular expressions support in regexp 
fields |
+| `--with-zlib`|  Enable zlib to support gzip compressed pcap files |
 | `--enable-unicode`   | Adds Ncurses UTF-8/Unicode support (req. 
libncursesw5) |
 | `--enable-ipv6`   | Enable IPv6 packet capture support. |
 | `--enable-eep`   | Enable EEP packet send/receive support. |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.5.0/configure.ac 
new/sngrep-1.6.

commit sngrep for openSUSE:Factory

2022-05-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sngrep for openSUSE:Factory checked 
in at 2022-05-09 18:44:21

Comparing /work/SRC/openSUSE:Factory/sngrep (Old)
 and  /work/SRC/openSUSE:Factory/.sngrep.new.1538 (New)


Package is "sngrep"

Mon May  9 18:44:21 2022 rev:7 rq:975758 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/sngrep/sngrep.changes2021-12-02 
02:27:00.704242848 +0100
+++ /work/SRC/openSUSE:Factory/.sngrep.new.1538/sngrep.changes  2022-05-09 
18:45:19.516293457 +0200
@@ -1,0 +2,10 @@
+Sat May  7 09:11:02 UTC 2022 - Martin Hauke 
+
+- Update to version 1.5.0
+  * capture: add support for IP-IP encapsulation
+  * capture: add support for IPv6 fragments reassembly
+  * hep: add support for saving HEP received packets to PCAP
+  * tls: check client TLS version in gnutls code
+  * ui: fixed a crash when leaving ncurses screens
+
+---

Old:

  sngrep-1.4.10.tar.gz

New:

  sngrep-1.5.0.tar.gz



Other differences:
--
++ sngrep.spec ++
--- /var/tmp/diff_new_pack.Y6j890/_old  2022-05-09 18:45:20.180294236 +0200
+++ /var/tmp/diff_new_pack.Y6j890/_new  2022-05-09 18:45:20.200294259 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package sngrep
 #
-# Copyright (c) 2021 SUSE LLC
-# Copyright (c) 2018-2021, Martin Hauke 
+# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2018-2022, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   sngrep
-Version:1.4.10
+Version:1.5.0
 Release:0
 Summary:Ncurses SIP Messages flow viewer
 License:GPL-3.0-or-later

++ sngrep-1.4.10.tar.gz -> sngrep-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.10/.gitignore new/sngrep-1.5.0/.gitignore
--- old/sngrep-1.4.10/.gitignore2021-11-22 11:50:47.0 +0100
+++ new/sngrep-1.5.0/.gitignore 2022-04-26 15:59:33.0 +0200
@@ -3,6 +3,7 @@
 .settings
 .vscode
 .idea
+build
 
 # Build files
 src/sngrep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.10/ChangeLog new/sngrep-1.5.0/ChangeLog
--- old/sngrep-1.4.10/ChangeLog 2021-11-22 11:50:47.0 +0100
+++ new/sngrep-1.5.0/ChangeLog  2022-04-26 15:59:33.0 +0200
@@ -1,3 +1,12 @@
+2021-04-26 Ivan Alonso 
+* sngrep 1.5.0 released
+
+* capture: add support for IP-IP encapsulation
+* capture: add support for IPv6 fragments reassembly
+* hep: add support for saving HEP received packets to PCAP
+* tls: check client TLS version in gnutls code
+* ui: fixed a crash when leaving ncurses screens
+
 2021-11-19 Ivan Alonso 
* sngrep 1.4.10 released
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.10/configure.ac 
new/sngrep-1.5.0/configure.ac
--- old/sngrep-1.4.10/configure.ac  2021-11-22 11:50:47.0 +0100
+++ new/sngrep-1.5.0/configure.ac   2022-04-26 15:59:33.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([sngrep], [1.4.10], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
+AC_INIT([sngrep], [1.5.0], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_HEADERS([src/config.h])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.10/doc/sngrep.8 
new/sngrep-1.5.0/doc/sngrep.8
--- old/sngrep-1.4.10/doc/sngrep.8  2021-11-22 11:50:47.0 +0100
+++ new/sngrep-1.5.0/doc/sngrep.8   2022-04-26 15:59:33.0 +0200
@@ -3,7 +3,7 @@
 .\" Copyright (c) 2013-2021  Ivan Alonso 
 .\" Copyright (c) 2013-2021  Irontec S.L.
 
-.TH SNGREP 8 "May 2021" "sngrep 1.4.10"
+.TH SNGREP 8 "May 2021" "sngrep 1.5.0"
 
 .SH NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.10/pkg/apk/APKBUILD 
new/sngrep-1.5.0/pkg/apk/APKBUILD
--- old/sngrep-1.4.10/pkg/apk/APKBUILD  2021-11-22 11:50:47.0 +0100
+++ new/sngrep-1.5.0/pkg/apk/APKBUILD   2022-04-26 15:59:33.0 +0200
@@ -1,7 +1,7 @@
 # Contributor: Francesco Colista 
 # Maintainer: Francesco Colista 
 pkgname=sngrep
-pkgver=1.4.9
+pkgver=1.5.0
 pkgrel=0
 pkgdesc="display SIP call message flows from a terminal"
 url="https://github.com/irontec/sngrep";
@@ -38,4 +38,4 @@
make DESTDIR="$pkgdir/" install
 }
 
-sha512sums="f25e8c5b1a6feddc2210fc8295f6e2c7ce708ae4bc4903f33b334f210e67c5c58d6

commit sngrep for openSUSE:Factory

2021-12-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sngrep for openSUSE:Factory checked 
in at 2021-12-01 20:47:17

Comparing /work/SRC/openSUSE:Factory/sngrep (Old)
 and  /work/SRC/openSUSE:Factory/.sngrep.new.31177 (New)


Package is "sngrep"

Wed Dec  1 20:47:17 2021 rev:6 rq:934881 version:1.4.10

Changes:

--- /work/SRC/openSUSE:Factory/sngrep/sngrep.changes2021-06-05 
23:32:07.472499777 +0200
+++ /work/SRC/openSUSE:Factory/.sngrep.new.31177/sngrep.changes 2021-12-02 
02:27:00.704242848 +0100
@@ -1,0 +2,12 @@
+Thu Nov 25 23:07:04 UTC 2021 - Martin Hauke 
+
+- Update to version 1.4.10
+  * fix compilation errors when using -Werror=format-security
+  * capture: properly set transport as TCP for assembled TCP
+messages
+  * config: alias keyword now supports IP:PORT format.
+  * filter: increased size of src and dst fields for IPv6 addresses
+- Drop patch:
+  * fix-build-with-recent-ncurses-versions.patch
+
+---

Old:

  fix-build-with-recent-ncurses-versions.patch
  sngrep-1.4.9.tar.gz

New:

  sngrep-1.4.10.tar.gz



Other differences:
--
++ sngrep.spec ++
--- /var/tmp/diff_new_pack.LPeUBV/_old  2021-12-02 02:27:01.112241440 +0100
+++ /var/tmp/diff_new_pack.LPeUBV/_new  2021-12-02 02:27:01.116241426 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   sngrep
-Version:1.4.9
+Version:1.4.10
 Release:0
 Summary:Ncurses SIP Messages flow viewer
 License:GPL-3.0-or-later
@@ -26,7 +26,6 @@
 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: fix-build-with-recent-ncurses-versions.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libpcap-devel
@@ -46,7 +45,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 autoreconf -fi

++ sngrep-1.4.9.tar.gz -> sngrep-1.4.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.9/ChangeLog new/sngrep-1.4.10/ChangeLog
--- old/sngrep-1.4.9/ChangeLog  2021-05-20 09:04:54.0 +0200
+++ new/sngrep-1.4.10/ChangeLog 2021-11-22 11:50:47.0 +0100
@@ -1,3 +1,12 @@
+2021-11-19 Ivan Alonso 
+   * sngrep 1.4.10 released
+
+   * build: fix compilation warnings on MacOS 10.15
+   * build: fix compilation errors when using -Werror=format-security
+   * capture: properly set transport as TCP for assembled TCP messages
+   * config: alias keyword now supports IP:PORT format
+   * filter: increased size of src and dst fields for IPv6 addresses
+
 2021-05-20 Ivan Alonso 
* sngrep 1.4.9 released
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.9/README new/sngrep-1.4.10/README
--- old/sngrep-1.4.9/README 2021-05-20 09:04:54.0 +0200
+++ new/sngrep-1.4.10/README2021-11-22 11:50:47.0 +0100
@@ -66,7 +66,7 @@
 You can configure some options using 
[sngreprc](https://github.com/irontec/sngrep/wiki/Configuration) file
 
 ## Frequent Asked Questions
-Any feedback, request or question are welcomed at 
[#sngrep](https://webchat.freenode.net/?channels=sngrep) channel at 
irc.freenode.net
+Any feedback, request or question are welcomed at 
[#sngrep](https://kiwiirc.com/nextclient/irc.libera.chat/#sngrep) channel at 
irc.libera.chat
 
 See FAQ on [Github 
Wiki](https://github.com/irontec/sngrep/wiki#frequent-asked-questions)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.9/configure.ac 
new/sngrep-1.4.10/configure.ac
--- old/sngrep-1.4.9/configure.ac   2021-05-20 09:04:54.0 +0200
+++ new/sngrep-1.4.10/configure.ac  2021-11-22 11:50:47.0 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([sngrep], [1.4.9], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
+AC_INIT([sngrep], [1.4.10], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_HEADERS([src/config.h])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -55,10 +55,10 @@
# Ncurses with wide-character support
AC_DEFINE([WITH_UNICODE], [], [Compile With Unicode compatibility])
 
-   SNGREP_CHECK_SCRIPT([ncursesw6], [addnwstr], [WITH_UNICODE], 
"ncursesw6-config",
+   SNGREP_CHECK_SCRIPT([ncursesw], [addnwstr], [WITH_UNICODE], 
"ncursesw6-config",
 SNGREP_CHECK_SCRIPT([ncursesw], [addnwstr], [WITH_UNICODE], 
"ncursesw5-config",
  SNGREP_CHECK_SCRIPT([ncurses], [addnwstr], [WITH_UNICODE], 
"ncurses5-con

commit sngrep for openSUSE:Factory

2021-06-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sngrep for openSUSE:Factory checked 
in at 2021-06-05 23:31:31

Comparing /work/SRC/openSUSE:Factory/sngrep (Old)
 and  /work/SRC/openSUSE:Factory/.sngrep.new.1898 (New)


Package is "sngrep"

Sat Jun  5 23:31:31 2021 rev:5 rq:897571 version:1.4.9

Changes:

--- /work/SRC/openSUSE:Factory/sngrep/sngrep.changes2020-11-17 
21:25:07.797368554 +0100
+++ /work/SRC/openSUSE:Factory/.sngrep.new.1898/sngrep.changes  2021-06-05 
23:32:07.472499777 +0200
@@ -1,0 +2,8 @@
+Sat May 22 14:06:46 UTC 2021 - Martin Hauke 
+
+- Update to version 1.4.9
+  * capture: add support for HEP/EEP protocol packet capture
+  * capture: fixed a buffer overflow while validating TCP packets
+  * call flow: improved display for B-leg extended flows
+
+---

Old:

  sngrep-1.4.8.tar.gz

New:

  sngrep-1.4.9.tar.gz



Other differences:
--
++ sngrep.spec ++
--- /var/tmp/diff_new_pack.Xd48OZ/_old  2021-06-05 23:32:07.860500452 +0200
+++ /var/tmp/diff_new_pack.Xd48OZ/_new  2021-06-05 23:32:07.860500452 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package sngrep
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2018-2020, Martin Hauke 
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2018-2021, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   sngrep
-Version:1.4.8
+Version:1.4.9
 Release:0
 Summary:Ncurses SIP Messages flow viewer
 License:GPL-3.0-or-later

++ sngrep-1.4.8.tar.gz -> sngrep-1.4.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.8/.travis.yml new/sngrep-1.4.9/.travis.yml
--- old/sngrep-1.4.8/.travis.yml2020-11-10 10:53:53.0 +0100
+++ new/sngrep-1.4.9/.travis.yml2021-05-20 09:04:54.0 +0200
@@ -1,4 +1,7 @@
 language: c
+arch:
+  - amd64
+  - ppc64le
 compiler:
   - clang
   - gcc
@@ -16,3 +19,4 @@
   only:
 - master
 - travis
+- ppc64le
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.8/ChangeLog new/sngrep-1.4.9/ChangeLog
--- old/sngrep-1.4.8/ChangeLog  2020-11-10 10:53:53.0 +0100
+++ new/sngrep-1.4.9/ChangeLog  2021-05-20 09:04:54.0 +0200
@@ -1,3 +1,11 @@
+2021-05-20 Ivan Alonso 
+   * sngrep 1.4.9 released
+
+   * capture: add support for HEP/EEP protocol packet capture
+   * capture: fixed a buffer overflow while validating TCP packets
+   * core: fixed timestamp formats for OpenBSD
+   * call flow: improved display for B-leg extended flows
+
 2020-11-10 Ivan Alonso 
* sngrep 1.4.8 released
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.8/config/sngreprc 
new/sngrep-1.4.9/config/sngreprc
--- old/sngrep-1.4.8/config/sngreprc2020-11-10 10:53:53.0 +0100
+++ new/sngrep-1.4.9/config/sngreprc2021-05-20 09:04:54.0 +0200
@@ -35,6 +35,9 @@
 ## Set size of pcap capture buffer in MB (default: 2)
 # set capture.buffer 2
 
+## Uncomment to enable parsing of captured HEP3 packets
+# set capture.eep on
+
 ##-
 ## Default path in save dialog
 # set sngrep.savepath /tmp/sngrep-captures
@@ -49,7 +52,7 @@
 # set cl.defexitbutton 0/1
 
 # Set default filter on startup
-# set cl.filter INVITE
+# set filter.methods INVITE
 
 ##-
 ## You can change the default number of columns in call list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.8/configure.ac 
new/sngrep-1.4.9/configure.ac
--- old/sngrep-1.4.8/configure.ac   2020-11-10 10:53:53.0 +0100
+++ new/sngrep-1.4.9/configure.ac   2021-05-20 09:04:54.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([sngrep], [1.4.8], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
+AC_INIT([sngrep], [1.4.9], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_HEADERS([src/config.h])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.8/doc/sngrep.8 
new/sngrep-1.4.9/doc/sngrep.8
--- old/sngrep-1.4.8/doc/sngrep.8   2020-11-10 10:53:53.0 +0100
+++ new/sngrep-1.4.9/doc/sngrep.8   2021-05-20 09:04:54.

[opensuse-commit] commit sngrep for openSUSE:Factory

2020-11-17 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package sngrep for openSUSE:Factory checked 
in at 2020-11-17 21:25:05

Comparing /work/SRC/openSUSE:Factory/sngrep (Old)
 and  /work/SRC/openSUSE:Factory/.sngrep.new.24930 (New)


Package is "sngrep"

Tue Nov 17 21:25:05 2020 rev:4 rq:848728 version:1.4.8

Changes:

--- /work/SRC/openSUSE:Factory/sngrep/sngrep.changes2020-05-29 
21:39:04.846954156 +0200
+++ /work/SRC/openSUSE:Factory/.sngrep.new.24930/sngrep.changes 2020-11-17 
21:25:07.797368554 +0100
@@ -1,0 +2,12 @@
+Wed Nov 11 14:35:13 UTC 2020 - Martin Hauke 
+
+- Update to version 1.4.8
+  * capture: add support for IPv6 SDP connection address
+  * capture: fixed a crash while parsing INVITES without R-URI
+  * capture: fixed a crash while parsing malformed Req/Resp lines
+  * call flow: improved IPv6 RTP columns address display
+  * core: code cleanup removing unused variables
+  * core: fixed multiple snprintf memory overflows
+  * core: avoid crash when linking against ncurses without tinfo
+
+---

Old:

  sngrep-1.4.7.tar.gz

New:

  sngrep-1.4.8.tar.gz



Other differences:
--
++ sngrep.spec ++
--- /var/tmp/diff_new_pack.WyG8Hm/_old  2020-11-17 21:25:08.389369142 +0100
+++ /var/tmp/diff_new_pack.WyG8Hm/_new  2020-11-17 21:25:08.393369146 +0100
@@ -2,7 +2,7 @@
 # spec file for package sngrep
 #
 # Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2018, Martin Hauke 
+# Copyright (c) 2018-2020, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   sngrep
-Version:1.4.7
+Version:1.4.8
 Release:0
 Summary:Ncurses SIP Messages flow viewer
 License:GPL-3.0-or-later

++ sngrep-1.4.7.tar.gz -> sngrep-1.4.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.7/ChangeLog new/sngrep-1.4.8/ChangeLog
--- old/sngrep-1.4.7/ChangeLog  2020-05-21 11:48:47.0 +0200
+++ new/sngrep-1.4.8/ChangeLog  2020-11-10 10:53:53.0 +0100
@@ -1,3 +1,15 @@
+2020-11-10 Ivan Alonso 
+   * sngrep 1.4.8 released
+
+   * capture: add support for IPv6 SDP connection address
+   * capture: fixed a crash while parsing INVITES without R-URI
+   * capture: fixed a crash while parsing malformed Req/Resp lines
+   * call flow: improved IPv6 RTP columns address display
+   * core: code cleanup removing unused variables
+   * core: fixed multiple snprintf memory overflows
+   * core: avoid crash when linking against ncurses without tinfo
+
+
 2020-05-21 Ivan Alonso 
* sngrep 1.4.7 released
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.7/configure.ac 
new/sngrep-1.4.8/configure.ac
--- old/sngrep-1.4.7/configure.ac   2020-05-21 11:48:47.0 +0200
+++ new/sngrep-1.4.8/configure.ac   2020-11-10 10:53:53.0 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([sngrep], [1.4.7], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
+AC_INIT([sngrep], [1.4.8], [ka...@irontec.com], [sngrep], 
[http://www.irontec.com/])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_HEADERS([src/config.h])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -74,6 +74,10 @@
AC_CHECK_LIB([menuw], [new_item], [], [
AC_MSG_ERROR([ You need to have ncurses menuw library installed to 
compile sngrep.])
])
+
+   AC_SEARCH_LIBS([keyname], [tinfow], [], [
+   AC_MSG_ERROR([ You need to have ncurses tinfow library installed to 
compile sngrep.])
+   ])
], [
 
# Ncurses without wide-character support
@@ -96,6 +100,10 @@
AC_CHECK_LIB([menu], [new_item], [], [
AC_MSG_ERROR([ You need to have ncurses menu library installed to 
compile sngrep.])
])
+
+   AC_SEARCH_LIBS([keyname], [tinfo], [], [
+   AC_MSG_ERROR([ You need to have ncurses tinfo library installed to 
compile sngrep.])
+   ])
 ])
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sngrep-1.4.7/doc/sngrep.8 
new/sngrep-1.4.8/doc/sngrep.8
--- old/sngrep-1.4.7/doc/sngrep.8   2020-05-21 11:48:47.0 +0200
+++ new/sngrep-1.4.8/doc/sngrep.8   2020-11-10 10:53:53.0 +0100
@@ -1,9 +1,9 @@
 .\" Man page for the sngrep
 .\"
-.\" Copyright (c) 2013-2019  Ivan Alonso 
-.\" Copyright (c) 2013-2019  Irontec S.L.
+.\" Copyright (c) 2013-2020  Ivan Alonso 
+.\" Copyright (c) 2013-2020  Irontec S.L.
 
-.TH SNGREP 8 "May 2020" "sngrep 1.4.7"
+.TH SNGREP 8