[Pkg-voip-commits] [sngrep] branch master updated (ac156fe -> f842e3a)

Victor Seva vseva at moszumanska.debian.org
Mon Sep 19 12:41:27 UTC 2016


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

vseva pushed a change to branch master
in repository sngrep.

      from  ac156fe   update debian changelog
      adds  0793f4d   New upstream version 1.4.0
       new  edf5ff9   Merge tag 'upstream/1.4.0'
       new  cdbf53a   use my DD account \o/
       new  b898460   update Standards-Version, no changes needed
       new  0d07151   fix typos thanks to lintian
       new  490c1ac   update Vcs-* fields URI
       new  f842e3a   update debian changelog

The 6 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                                         |   8 ++
 ChangeLog                                          |  33 ++++-
 configure.ac                                       |   2 +-
 debian/changelog                                   |  10 ++
 debian/control                                     |   8 +-
 .../patches/0001-fix-typos-thanks-to-lintian.patch |  36 +++++
 debian/patches/series                              |   1 +
 doc/sngrep.8                                       |   2 +-
 pkg/debian/changelog                               |   6 +
 src/Makefile.am                                    |   2 +-
 src/capture.c                                      |  35 ++++-
 src/capture.h                                      |  26 +++-
 src/capture_eep.c                                  |   2 +-
 src/capture_gnutls.c                               |  52 ++++++--
 src/capture_gnutls.h                               |   5 +-
 src/capture_openssl.c                              |  12 +-
 src/curses/ui_call_flow.c                          | 146 +++++++++++++--------
 src/curses/ui_call_flow.h                          |   4 +
 src/curses/ui_call_list.c                          |  56 ++++++--
 src/curses/ui_msg_diff.c                           |   6 +-
 src/curses/ui_save.c                               |  16 ++-
 src/curses/ui_settings.c                           |   7 +-
 src/curses/ui_settings.h                           |   4 +
 src/group.c                                        |   8 ++
 src/hash.c                                         | 142 ++++++++++++++++++++
 src/{curses/theme.h => hash.h}                     |  72 ++++++----
 src/main.c                                         |  35 ++++-
 src/option.c                                       |   9 +-
 src/rtp.c                                          | 107 ++++++++++++---
 src/rtp.h                                          |  25 ++++
 src/setting.c                                      |   8 +-
 src/setting.h                                      |   6 +-
 src/sip.c                                          | 142 ++++++++++++++------
 src/sip.h                                          |  33 ++++-
 src/sip_call.c                                     |  32 ++++-
 src/sip_call.h                                     |  17 ++-
 src/sip_msg.c                                      |   4 +-
 src/sip_msg.h                                      |   2 +
 src/vector.c                                       |   4 +
 tests/Makefile.am                                  |   3 +-
 tests/test_010.c                                   | 104 +++++++++++++++
 tests/test_input.c                                 |   2 +-
 42 files changed, 1018 insertions(+), 216 deletions(-)
 create mode 100644 debian/patches/0001-fix-typos-thanks-to-lintian.patch
 create mode 100644 debian/patches/series
 create mode 100644 src/hash.c
 copy src/{curses/theme.h => hash.h} (52%)
 create mode 100644 tests/test_010.c

-- 
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