[Pkg-voip-commits] [kamailio] branch master updated (1509fac -> afcbedd)

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Wed Oct 7 18:18:49 UTC 2015


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

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

      from  1509fac   update debian changelog
      adds  8ece39f   Imported Upstream version 4.3.3
       new  6954351   Merge tag 'upstream/4.3.3'
       new  afcbedd   refresh upstream patches from 4.3 branch

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:
 ChangeLog                                          | 1514 ++++++++++++++++++++
 Makefile                                           |    2 +
 Makefile.defs                                      |   22 +-
 autover.h                                          |    4 +-
 core_cmd.c                                         |    4 +-
 debian/patches/kamcmd_version_nodate.patch         |   36 -
 debian/patches/series                              |   27 +-
 ...rrno-for-converting-numbers-for-cdr-gener.patch |   28 +
 ...-VERSION_NODATE-and-VERSION_DATE-for-repr.patch |   36 -
 ...cycle-through-all-the-uac-while-checking-.patch |   27 -
 ...ia-header-for-SIP-ping-over-IPv6-needs-sq.patch |   32 +
 ...race-safety-check-if-db-connection-is-set.patch |   31 -
 ...heck-if-To-header-is-parsed-and-available.patch |   32 -
 ...sg-and-environment-to-append-new-branches.patch |  149 ++
 ...patcher-free-parsed-params-at-reload-time.patch |   25 -
 ...ile.defs-separate-RUNBASEDIR-from-BASEDIR.patch |   30 -
 ...per-ack-message-struct-for-external-engin.patch |   29 -
 ...bose-debug-message-when-local-transaction.patch |   28 -
 ...ngoing-registration-state-if-retry-interv.patch |   38 -
 ...out-setting-acc-flag-for-ACKs-that-should.patch |   43 -
 ...-VERSION_NODATE-and-VERSION_DATE-for-repr.patch |   37 -
 .../upstream/0011-core-fix-mips-compilation.patch  |   56 -
 ...012-kamcmd-use-NAME-to-build-help-message.patch |   26 -
 .../0013-rr-fix-detecting-next-strict-router.patch |   73 -
 ...-safety-check-if-hash-tables-exist-for-rp.patch |   62 -
 ...-check-if-hash-tables-exist-for-address-c.patch |  156 --
 ...te-in-docs-for-t_set_no_e2e_cancel_reason.patch |   30 -
 .../0017-pipelimit-regenerated-the-readme.patch    |  158 --
 .../upstream/0018-pv-readme-regenerated.patch      |   88 --
 .../upstream/0019-tm-readme-regenerated.patch      |  519 -------
 ...reginfo-use-ul.get_urecord_by_ruid-instea.patch |   55 -
 ...ar-get-instance-and-ref_id-when-using-msg.patch |   42 -
 .../0022-rtpengine-fix-typo-in-documentation.patch |   32 -
 .../0023-rtpengine-regenerate-README.patch         |   39 -
 dset.c                                             |   19 +
 dset.h                                             |    4 +
 etc/kamailio.cfg                                   |   10 +-
 lib/binrpc/binrpc_api.c                            |   10 +-
 lib/srdb1/db.c                                     |    4 +
 lib/srdb1/db_val.c                                 |    3 +
 lib/trie/dtrie.c                                   |    1 +
 main.c                                             |   14 +
 mem/f_malloc.c                                     |  149 +-
 mem/f_malloc.h                                     |   12 +-
 modules/acc/README                                 |    3 +-
 modules/acc/acc_logic.c                            |    2 +-
 modules/acc/doc/acc_admin.xml                      |    3 +-
 modules/acc_radius/acc_radius_mod.c                |   81 +-
 modules/app_perl/app_perl_mod.c                    |    4 +-
 modules/async/async_mod.c                          |    8 +-
 modules/async/async_sleep.c                        |    8 +-
 modules/auth/README                                |  209 ++-
 modules/auth/doc/auth_functions.xml                |   15 +-
 modules/auth/nonce.c                               |    8 +-
 modules/auth_db/authorize.c                        |   20 +-
 modules/cnxcc/cnxcc_mod.c                          |   27 +-
 modules/cnxcc/cnxcc_redis.h                        |    2 +-
 modules/corex/corex_rpc.c                          |    2 +
 modules/ctl/binrpc.h                               |  114 +-
 modules/ctl/binrpc_run.c                           |   10 +-
 modules/db_postgres/km_pg_con.c                    |    4 +
 modules/dialog/dlg_db_handler.c                    |   46 +-
 modules/dialog/dlg_handlers.c                      |   32 +-
 modules/dialog/dlg_hash.c                          |   26 +-
 modules/dialog/dlg_hash.h                          |   13 +-
 modules/dialog/dlg_profile.c                       |    1 +
 modules/dialog/dlg_var.c                           |   24 +-
 modules/dispatcher/dispatch.c                      |    1 +
 modules/dmq_usrloc/usrloc_sync.c                   |   44 +-
 modules/domain/domain_mod.c                        |    4 +-
 modules/drouting/README                            |  160 ++-
 modules/drouting/doc/drouting_admin.xml            |    8 +-
 modules/drouting/drouting.c                        |    2 +-
 modules/evapi/README                               |   27 +-
 modules/evapi/evapi_dispatch.c                     |  120 +-
 modules/geoip/geoip_pv.c                           |    2 +-
 modules/htable/ht_api.c                            |   13 +-
 modules/htable/ht_var.c                            |    7 +-
 modules/htable/htable.c                            |    2 +-
 modules/ims_registrar_scscf/README                 |  818 +++++++++++
 modules/ipops/README                               |    8 +-
 modules/ipops/doc/ipops_admin.xml                  |    8 +-
 modules/janssonrpc-c/README                        |   18 +-
 modules/janssonrpc-c/doc/janssonrpc-c_admin.xml    |   18 +-
 modules/janssonrpc-c/janssonrpc_connect.c          |    9 +-
 modules/janssonrpc-c/janssonrpc_io.c               |    9 +-
 modules/janssonrpc-c/janssonrpc_request.c          |    4 +-
 modules/janssonrpc-c/janssonrpc_server.c           |    4 +-
 modules/jsonrpc-c/jsonrpc_io.c                     |   28 +-
 modules/jsonrpc-s/jsonrpc-s_mod.c                  |    2 +-
 modules/kex/mi_core.c                              |    8 +
 modules/mi_datagram/datagram_fnc.c                 |    2 +
 modules/mi_rpc/README                              |    6 +-
 modules/mi_rpc/doc/mi_rpc_admin.xml                |    6 +-
 modules/permissions/address.c                      |   83 +-
 modules/permissions/mi.c                           |   14 +-
 modules/pipelimit/README                           |   77 +-
 modules/pua/hash.h                                 |    2 +-
 modules/pua_reginfo/usrloc_cb.c                    |   14 +-
 modules/pv/README                                  |   23 +-
 modules/pv/pv_core.c                               |    2 +-
 modules/registrar/README                           |   15 +-
 modules/registrar/doc/registrar_admin.xml          |   10 +-
 modules/registrar/lookup.c                         |   13 +-
 modules/registrar/reg_mod.c                        |   11 +-
 modules/registrar/save.c                           |   14 +
 modules/rls/subscribe.c                            |    4 +-
 modules/rr/loose.c                                 |   14 +-
 modules/rtpengine/README                           |    8 +-
 modules/rtpengine/doc/rtpengine_admin.xml          |    6 +-
 modules/sanity/sanity.c                            |   26 +-
 modules/sctp/README                                |    2 +-
 modules/sctp/doc/sctp_admin.xml                    |    2 +-
 modules/siptrace/siptrace.c                        |   10 +
 modules/sqlops/sql_var.c                           |    6 +-
 modules/textops/textops.c                          |    3 +-
 modules/textops/txt_var.c                          |    2 +-
 modules/textopsx/textopsx.c                        |    2 +-
 modules/tm/README                                  |  121 +-
 modules/tm/doc/functions.xml                       |    4 +
 modules/tm/doc/params.xml                          |    2 +-
 modules/tm/t_append_branches.c                     |   13 +-
 modules/tm/t_reply.c                               |   69 +-
 modules/tm/t_suspend.c                             |   26 +-
 modules/tmrec/README                               |   16 +-
 modules/tmrec/doc/tmrec_admin.xml                  |   13 +-
 modules/tmx/t_var.c                                |   57 +-
 modules/tmx/tmx_mod.c                              |    2 +-
 modules/tmx/tmx_pretran.c                          |    9 +-
 modules/tsilo/ts_append.c                          |   18 +-
 modules/tsilo/ts_handlers.c                        |    7 +-
 modules/tsilo/ts_hash.c                            |    4 +-
 modules/tsilo/ts_store.c                           |   17 +-
 modules/uac/uac_reg.c                              |    9 +-
 modules/usrloc/ul_mi.c                             |    4 +-
 modules/usrloc/ul_rpc.c                            |    4 +-
 modules/utils/functions.c                          |   14 +-
 parser/case_reas.h                                 |    2 +-
 parser/parse_hname2.c                              |   53 +-
 parser/parse_hname2.h                              |    1 +
 parser/parse_retry_after.c                         |    2 -
 pkg/kamailio/centos/6/kamailio.spec                |    2 +-
 pkg/kamailio/deb/debian/changelog                  |   12 +
 pkg/kamailio/deb/jessie/changelog                  |   12 +
 pkg/kamailio/deb/precise/changelog                 |   12 +
 pkg/kamailio/deb/squeeze/changelog                 |   12 +
 pkg/kamailio/deb/trusty/changelog                  |   12 +
 pkg/kamailio/deb/wheezy/changelog                  |   12 +
 pkg/kamailio/fedora/17/kamailio.spec               |    2 +-
 pkg/kamailio/rpm/kamailio.spec-4.1                 |    2 +-
 pkg/kamailio/rpm/kamailio.spec.CenOS               |    2 +-
 pkg/kamailio/rpm/kamailio.spec.SuSE                |    2 +-
 pvapi.c                                            |   15 +
 pvar.h                                             |    1 +
 rvalue.c                                           |   14 +-
 select_core.c                                      |    2 +-
 sr_module.c                                        |   23 +-
 tcp_main.c                                         |    1 +
 utils/kamcmd/kamcmd.c                              |   32 +-
 159 files changed, 4157 insertions(+), 2579 deletions(-)
 delete mode 100644 debian/patches/kamcmd_version_nodate.patch
 create mode 100644 debian/patches/upstream/0001-acc-reset-errno-for-converting-numbers-for-cdr-gener.patch
 delete mode 100644 debian/patches/upstream/0001-kex-support-VERSION_NODATE-and-VERSION_DATE-for-repr.patch
 delete mode 100644 debian/patches/upstream/0001-modules-tm-cycle-through-all-the-uac-while-checking-.patch
 create mode 100644 debian/patches/upstream/0002-nathelper-Via-header-for-SIP-ping-over-IPv6-needs-sq.patch
 delete mode 100644 debian/patches/upstream/0002-siptrace-safety-check-if-db-connection-is-set.patch
 delete mode 100644 debian/patches/upstream/0003-siptrace-check-if-To-header-is-parsed-and-available.patch
 create mode 100644 debian/patches/upstream/0003-tm-fake-msg-and-environment-to-append-new-branches.patch
 delete mode 100644 debian/patches/upstream/0004-dispatcher-free-parsed-params-at-reload-time.patch
 delete mode 100644 debian/patches/upstream/0005-Makefile.defs-separate-RUNBASEDIR-from-BASEDIR.patch
 delete mode 100644 debian/patches/upstream/0006-acc-use-proper-ack-message-struct-for-external-engin.patch
 delete mode 100644 debian/patches/upstream/0007-tm-more-verbose-debug-message-when-local-transaction.patch
 delete mode 100644 debian/patches/upstream/0008-uac-reset-ongoing-registration-state-if-retry-interv.patch
 delete mode 100644 debian/patches/upstream/0009-acc-note-about-setting-acc-flag-for-ACKs-that-should.patch
 delete mode 100644 debian/patches/upstream/0010-kex-support-VERSION_NODATE-and-VERSION_DATE-for-repr.patch
 delete mode 100644 debian/patches/upstream/0011-core-fix-mips-compilation.patch
 delete mode 100644 debian/patches/upstream/0012-kamcmd-use-NAME-to-build-help-message.patch
 delete mode 100644 debian/patches/upstream/0013-rr-fix-detecting-next-strict-router.patch
 delete mode 100644 debian/patches/upstream/0014-permissions-safety-check-if-hash-tables-exist-for-rp.patch
 delete mode 100644 debian/patches/upstream/0015-permissions-check-if-hash-tables-exist-for-address-c.patch
 delete mode 100644 debian/patches/upstream/0016-tm-added-note-in-docs-for-t_set_no_e2e_cancel_reason.patch
 delete mode 100644 debian/patches/upstream/0017-pipelimit-regenerated-the-readme.patch
 delete mode 100644 debian/patches/upstream/0018-pv-readme-regenerated.patch
 delete mode 100644 debian/patches/upstream/0019-tm-readme-regenerated.patch
 delete mode 100644 debian/patches/upstream/0020-Revert-pua_reginfo-use-ul.get_urecord_by_ruid-instea.patch
 delete mode 100644 debian/patches/upstream/0021-registrar-get-instance-and-ref_id-when-using-msg.patch
 delete mode 100644 debian/patches/upstream/0022-rtpengine-fix-typo-in-documentation.patch
 delete mode 100644 debian/patches/upstream/0023-rtpengine-regenerate-README.patch
 create mode 100644 modules/ims_registrar_scscf/README

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