[Pkg-voip-commits] [kamailio] branch master updated (4208398 -> c012f22)

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Wed Jan 15 13:03:09 UTC 2014


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

maniac-guest pushed a change to branch master
in repository kamailio.

      from  4208398   Update debian changelog
       new  1da4ff7   Imported changes from upstream/4.1.1
       new  10e30f8   update upstream fixes
       new  c012f22   Update debian changelog version

The 3 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:
 ChangeLog                                          | 475 ++++++++++++++++++++-
 Makefile.defs                                      |  34 +-
 Makefile.groups                                    |  13 +-
 autover.h                                          |   4 +-
 debian/changelog                                   |   2 +-
 debian/patches/series                              |  26 +-
 ...-dialog_ng-Fix-segfault-in-dlg_new_dialog.patch |  28 --
 ...stats-use-share_prefix-for-deploying-MIBS.patch |  33 ++
 ...oups-include-gzcompress-sipt-and-mohqueue.patch |  66 ---
 ...uth-Fix-for-SIP-Digest-Segmentation-fault.patch | 100 +++++
 ...ar_scscf-Fix-memory-corruption-in-build_c.patch | 127 ++++++
 ...setting-0-instead-of-r-for-sdp_get_line_s.patch | 377 ----------------
 ...fs-compiler-optimization-level-made-varia.patch | 163 -------
 ...ixed-path-for-deploying-mibs-when-net-snm.patch |  27 ++
 ...ore-fixed-several-clang-compiler-warnings.patch |  91 ----
 ...er-index-for-domain-column-when-laoding-e.patch |  31 --
 ...7-tm-safety-checks-inside-t_next_contacts.patch |  86 ----
 ...andle-error-case-when-deleting-contact-fa.patch | 282 ------------
 ...d-double-locking-when-preloading-attribut.patch |  40 --
 ...-check-for-double-free-in-q_malloc-as-in-.patch |  30 --
 ...te-a-local-pv-structure-when-parameter-is.patch |  36 --
 ...mporary-linking-of-reply-to-transaction-a.patch |  74 ----
 .../0013-snmpstats-fixe-MIB-file-definitions.patch |  45 --
 ...e-update-timestamp-for-kamailio-specific-.patch |  37 --
 ...-pv-fixed-params-and-param-transformation.patch |  45 --
 ...ules-pua-added-some-missing-lock-releases.patch |  58 ---
 ...ote-about-MySQL-InnoDB-not-supporting-INS.patch |  31 --
 .../upstream/0018-acc-regenerated-README.patch     |  27 --
 ...-updated-the-examples-with-tmrec-duration.patch |  76 ----
 ...h_ephemeral-added-OpenSSL-licensing-excep.patch | 114 -----
 ...utbound-added-OpenSSL-licensing-exception.patch |  80 ----
 ...bsocket-added-OpenSSL-licensing-exception.patch | 182 --------
 dset.c                                             |   4 +-
 flags.c                                            |   2 +-
 lib/ims/ims_getters.c                              |  51 +--
 mem/q_malloc.c                                     |   6 +
 modules/acc/README                                 |   4 +-
 modules/acc/acc.c                                  |   4 +-
 modules/acc/acc_logic.c                            |  27 +-
 modules/acc/doc/acc_admin.xml                      |   4 +-
 modules/auth_ephemeral/autheph_mod.c               |   5 +
 modules/auth_ephemeral/autheph_mod.h               |   5 +
 modules/auth_ephemeral/authorize.c                 |   5 +
 modules/auth_ephemeral/authorize.h                 |   5 +
 modules/auth_ephemeral/checks.c                    |   5 +
 modules/auth_ephemeral/checks.h                    |   5 +
 modules/avpops/avpops_parse.c                      |   8 +
 modules/ctl/fifo_server.c                          |   2 +-
 modules/db_flatstore/flat_rpc.c                    |   2 +
 modules/dialog_ng/dlg_handlers.c                   |   2 +-
 modules/htable/README                              |  40 +-
 modules/htable/doc/htable_admin.xml                |  32 +-
 modules/htable/htable.c                            |  32 +-
 modules/ims_registrar_pcscf/reg_mod.c              |   7 +-
 modules/ims_registrar_scscf/cxdx_sar.c             |  15 +-
 modules/maxfwd/maxfwd.c                            |   2 +-
 modules/outbound/api.h                             |   5 +
 modules/outbound/config.c                          |   5 +
 modules/outbound/config.h                          |   5 +
 modules/outbound/ob_mod.c                          |   5 +
 modules/permissions/README                         | 117 ++---
 modules/permissions/address.c                      |   4 +-
 modules/permissions/doc/permissions_admin.xml      |   3 +-
 modules/permissions/hash.c                         |  20 +
 modules/pike/pike_top.c                            |   5 +-
 modules/presence_dialoginfo/notify_body.c          |  85 +++-
 modules/print/README                               |  13 +-
 modules/pua/send_subscribe.c                       |  12 +-
 modules/pv/pv_core.c                               |   4 +-
 modules/pv/pv_trans.c                              |   6 +-
 modules/ratelimit/ratelimit.c                      |   2 +-
 modules/registrar/save.c                           | 103 ++---
 modules/sdpops/sdpops_mod.c                        | 156 +++----
 modules/sipcapture/sipcapture.c                    |  13 +-
 modules/snmpstats/Makefile                         |   2 +-
 modules/snmpstats/mibs/KAMAILIO-TC                 |   7 +-
 modules/tls/tls_cfg.c                              |   3 +-
 modules/tls/tls_cfg.h                              |   3 +-
 modules/tls/tls_config.c                           |   4 +-
 modules/tls/tls_domain.c                           |   3 +-
 modules/tls/tls_domain.h                           |   3 +-
 modules/tls/tls_mod.c                              |   3 +-
 modules/tls/tls_rpc.c                              |  10 +-
 modules/tls/tls_server.c                           |  11 +-
 modules/tls/tls_util.c                             |  14 +-
 modules/tm/t_reply.c                               |  13 +-
 modules/tm/t_serial.c                              |  34 +-
 modules/tmrec/README                               |   8 +-
 modules/tmrec/doc/tmrec_admin.xml                  |   7 +-
 modules/usrloc/ucontact.c                          |  48 ++-
 modules/usrloc/udomain.c                           |  10 +-
 modules/websocket/config.c                         |   5 +
 modules/websocket/config.h                         |   5 +
 modules/websocket/ws_conn.c                        |   5 +
 modules/websocket/ws_conn.h                        |   5 +
 modules/websocket/ws_frame.c                       |  12 +-
 modules/websocket/ws_frame.h                       |   5 +
 modules/websocket/ws_handshake.c                   |   5 +
 modules/websocket/ws_handshake.h                   |   5 +
 modules/websocket/ws_mod.c                         |   5 +
 modules/websocket/ws_mod.h                         |   5 +
 msg_translator.c                                   |   2 +-
 parser/parse_fline.c                               |   2 +-
 pkg/kamailio/deb/debian/changelog                  |   6 +
 pkg/kamailio/deb/jessie/changelog                  |   6 +
 pkg/kamailio/deb/lucid/changelog                   |   6 +
 pkg/kamailio/deb/precise/changelog                 |   6 +
 pkg/kamailio/deb/squeeze/changelog                 |   6 +
 pkg/kamailio/deb/wheezy/changelog                  |   6 +
 pkg/kamailio/rpm/kamailio.spec-4.1                 |   2 +-
 pkg/kamailio/rpm/kamailio.spec.CenOS               |   2 +-
 pkg/kamailio/rpm/kamailio.spec.SuSE                |   2 +-
 select_buf.c                                       |   2 +-
 113 files changed, 1522 insertions(+), 2443 deletions(-)
 delete mode 100644 debian/patches/upstream/0001-dialog_ng-Fix-segfault-in-dlg_new_dialog.patch
 create mode 100644 debian/patches/upstream/0001-snmpstats-use-share_prefix-for-deploying-MIBS.patch
 delete mode 100644 debian/patches/upstream/0002-Makefile.groups-include-gzcompress-sipt-and-mohqueue.patch
 create mode 100644 debian/patches/upstream/0002-ims_auth-Fix-for-SIP-Digest-Segmentation-fault.patch
 create mode 100644 debian/patches/upstream/0003-ims_registrar_scscf-Fix-memory-corruption-in-build_c.patch
 delete mode 100644 debian/patches/upstream/0003-sdpops-fix-setting-0-instead-of-r-for-sdp_get_line_s.patch
 delete mode 100644 debian/patches/upstream/0004-Makefile.defs-compiler-optimization-level-made-varia.patch
 create mode 100644 debian/patches/upstream/0004-snmpstats-fixed-path-for-deploying-mibs-when-net-snm.patch
 delete mode 100644 debian/patches/upstream/0005-core-fixed-several-clang-compiler-warnings.patch
 delete mode 100644 debian/patches/upstream/0006-usrloc-proper-index-for-domain-column-when-laoding-e.patch
 delete mode 100644 debian/patches/upstream/0007-tm-safety-checks-inside-t_next_contacts.patch
 delete mode 100644 debian/patches/upstream/0008-registrar-handle-error-case-when-deleting-contact-fa.patch
 delete mode 100644 debian/patches/upstream/0009-usrloc-avoid-double-locking-when-preloading-attribut.patch
 delete mode 100644 debian/patches/upstream/0010-core-safety-check-for-double-free-in-q_malloc-as-in-.patch
 delete mode 100644 debian/patches/upstream/0011-avpops-create-a-local-pv-structure-when-parameter-is.patch
 delete mode 100644 debian/patches/upstream/0012-tm-reset-temporary-linking-of-reply-to-transaction-a.patch
 delete mode 100644 debian/patches/upstream/0013-snmpstats-fixe-MIB-file-definitions.patch
 delete mode 100644 debian/patches/upstream/0014-db_flatstore-update-timestamp-for-kamailio-specific-.patch
 delete mode 100644 debian/patches/upstream/0015-modules-pv-fixed-params-and-param-transformation.patch
 delete mode 100644 debian/patches/upstream/0016-modules-pua-added-some-missing-lock-releases.patch
 delete mode 100644 debian/patches/upstream/0017-acc-added-note-about-MySQL-InnoDB-not-supporting-INS.patch
 delete mode 100644 debian/patches/upstream/0018-acc-regenerated-README.patch
 delete mode 100644 debian/patches/upstream/0019-tmrec-updated-the-examples-with-tmrec-duration.patch
 delete mode 100644 debian/patches/upstream/0020-modules-auth_ephemeral-added-OpenSSL-licensing-excep.patch
 delete mode 100644 debian/patches/upstream/0021-modules-outbound-added-OpenSSL-licensing-exception.patch
 delete mode 100644 debian/patches/upstream/0022-modules-websocket-added-OpenSSL-licensing-exception.patch

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



More information about the Pkg-voip-commits mailing list