[Pkg-voip-commits] [sngrep] branch master updated (0f4214f -> f5e1190)

Victor Seva vseva at moszumanska.debian.org
Mon Oct 2 07:41:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

vseva pushed a change to branch master
in repository sngrep.

      from  0f4214f   update debian changelog
      adds  b52ec57   New upstream version 1.4.4
       new  ce48587   Merge tag 'upstream/1.4.4'
       new  f5e1190   update debian changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                    |  1 +
 ChangeLog                     | 13 ++++++++-
 Makefile.am                   |  1 +
 README                        |  8 +++---
 configure.ac                  | 43 ++++++++++++++++++++---------
 debian/changelog              |  6 +++++
 doc/sngrep.8                  |  6 ++---
 m4/sngrep.m4                  | 61 +++++++++++++++++++++++++++++++++++++++++
 pkg/debian/changelog          |  6 +++++
 pkg/rpm/SPECS/sngrep.spec     |  4 ++-
 src/Makefile.am               |  2 ++
 src/address.c                 |  4 +--
 src/address.h                 |  4 +--
 src/capture.c                 | 63 +++++++++++++++++++++++++++++++++++--------
 src/capture.h                 | 18 +++++++++++--
 src/capture_eep.c             | 16 +++++++++--
 src/capture_eep.h             | 20 ++++++++++++--
 src/capture_gnutls.c          |  4 +--
 src/capture_gnutls.h          |  4 +--
 src/capture_openssl.c         |  4 +--
 src/capture_openssl.h         |  4 +--
 src/curses/scrollbar.c        |  4 +--
 src/curses/scrollbar.h        |  9 +++----
 src/curses/theme.h            |  4 +--
 src/curses/ui_call_flow.c     | 24 ++++++++++++++---
 src/curses/ui_call_flow.h     |  4 +--
 src/curses/ui_call_list.c     | 21 ++++++++++++---
 src/curses/ui_call_list.h     |  4 +--
 src/curses/ui_call_raw.c      |  4 +--
 src/curses/ui_call_raw.h      |  4 +--
 src/curses/ui_column_select.c |  4 +--
 src/curses/ui_column_select.h |  4 +--
 src/curses/ui_filter.c        |  4 +--
 src/curses/ui_filter.h        |  4 +--
 src/curses/ui_manager.c       |  9 +++++--
 src/curses/ui_manager.h       |  4 +--
 src/curses/ui_msg_diff.c      |  4 +--
 src/curses/ui_msg_diff.h      |  4 +--
 src/curses/ui_panel.c         |  4 +--
 src/curses/ui_panel.h         |  9 +++----
 src/curses/ui_save.c          |  4 +--
 src/curses/ui_save.h          |  4 +--
 src/curses/ui_settings.c      |  4 +--
 src/curses/ui_settings.h      |  4 +--
 src/curses/ui_stats.c         |  4 +--
 src/curses/ui_stats.h         |  4 +--
 src/filter.c                  |  4 +--
 src/filter.h                  |  4 +--
 src/group.c                   |  4 +--
 src/group.h                   |  4 +--
 src/hash.c                    |  4 +--
 src/hash.h                    |  4 +--
 src/keybinding.c              |  4 +--
 src/keybinding.h              |  4 +--
 src/main.c                    |  8 +++---
 src/media.c                   |  4 +--
 src/media.h                   |  4 +--
 src/option.c                  |  4 +--
 src/option.h                  |  4 +--
 src/packet.c                  |  4 +--
 src/packet.h                  |  4 +--
 src/rtp.c                     |  7 ++---
 src/rtp.h                     |  4 +--
 src/setting.c                 | 10 +++----
 src/setting.h                 |  4 +--
 src/sip.c                     |  4 +--
 src/sip.h                     |  4 +--
 src/sip_attr.c                |  4 +--
 src/sip_attr.h                |  4 +--
 src/sip_call.c                |  4 +--
 src/sip_call.h                |  4 +--
 src/sip_msg.c                 |  4 +--
 src/sip_msg.h                 |  4 +--
 src/util.c                    |  4 +--
 src/util.h                    |  4 +--
 src/vector.c                  |  4 +--
 src/vector.h                  |  4 +--
 tests/test_001.c              |  4 +--
 tests/test_002.c              |  4 +--
 tests/test_003.c              |  4 +--
 tests/test_004.c              |  4 +--
 tests/test_005.c              |  4 +--
 tests/test_006.c              |  4 +--
 tests/test_007.c              |  4 +--
 tests/test_008.c              |  4 +--
 tests/test_009.c              |  4 +--
 tests/test_010.c              |  4 +--
 tests/test_input.c            |  4 +--
 88 files changed, 426 insertions(+), 199 deletions(-)
 create mode 100644 m4/sngrep.m4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sngrep.git



More information about the Pkg-voip-commits mailing list