[Pkg-voip-commits] [asterisk] branch wheezy-backports updated (acee1f1 -> 7af8148)

Jeremy Lainé sharky at moszumanska.debian.org
Wed Aug 20 13:11:53 UTC 2014


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

sharky pushed a change to branch wheezy-backports
in repository asterisk.

      from  acee1f1   Merge branch 'master' into wheezy-backports
      adds  b30399b   Remove svn-upgrade from watch file.
      adds  1102390   Imported Upstream version 11.11.0~dfsg
      adds  3552f06   Merge tag 'upstream/11.11.0_dfsg'
      adds  3741341   start preparing 11.11.0 changelog
      adds  1103dd4   drop safe_asterisk-config and safe_asterisk-nobg patches
      adds  b2039cf   update pjproject patch
      adds  ccfc58a   prepare asterisk 11.11.0~dfsg-1 upload
       new  7af8148   Merge branch 'master' into wheezy-backports

The 1 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:
 .version                             |   2 +-
 ChangeLog                            | 707 +++++++++++++++++++++++++++---
 Makefile                             |   1 -
 Makefile.rules                       |   2 +
 UPGRADE.txt                          |  24 +
 addons/chan_ooh323.c                 |  37 +-
 apps/app_confbridge.c                |  26 +-
 apps/app_mixmonitor.c                |   2 +-
 apps/app_queue.c                     |  18 +-
 apps/confbridge/include/confbridge.h |   2 +-
 asterisk-11.10.2-summary.html        |  68 ---
 asterisk-11.10.2-summary.txt         | 103 -----
 asterisk-11.11.0-summary.html        | 394 +++++++++++++++++
 asterisk-11.11.0-summary.txt         | 490 +++++++++++++++++++++
 autoconf/ast_ext_tool_check.m4       |  62 ++-
 cdr/cdr_sqlite3_custom.c             |  16 +-
 cel/cel_sqlite3_custom.c             |  19 +-
 channels/chan_dahdi.c                |   6 +-
 channels/chan_sip.c                  | 123 ++++--
 channels/chan_unistim.c              |   4 +-
 channels/sig_pri.c                   |  26 +-
 channels/sig_pri.h                   |   6 +
 channels/sip/include/sip.h           |   4 +-
 channels/sip/reqresp_parser.c        |   6 +-
 channels/sip/sdp_crypto.c            |   6 +-
 configs/chan_dahdi.conf.sample       |  17 +
 configs/extensions.lua.sample        |  22 +-
 configs/features.conf.sample         | 151 ++++---
 configs/sip.conf.sample              |  16 +-
 configure                            | 818 +++++++++++++++++------------------
 contrib/scripts/refcounter.py        |  47 +-
 contrib/scripts/safe_asterisk        | 135 +++---
 debian/asterisk.init                 |   2 +-
 debian/changelog                     |  14 +-
 debian/patches/pjproject             |  10 +-
 debian/patches/safe_asterisk-config  |  26 --
 debian/patches/safe_asterisk-nobg    |  32 --
 debian/patches/series                |   2 -
 debian/watch                         |   2 +-
 funcs/func_odbc.c                    | 267 ++++++------
 funcs/func_strings.c                 |  14 +-
 include/asterisk/autoconfig.h.in     |   5 +
 include/asterisk/config.h            |  10 +
 include/asterisk/http_websocket.h    |  13 +
 include/asterisk/manager.h           |  14 +-
 include/asterisk/rtp_engine.h        |  27 +-
 main/astobj2.c                       |  15 +-
 main/autoservice.c                   |  18 +-
 main/bridging.c                      |   6 +-
 main/config.c                        | 218 ++++++----
 main/db.c                            |   8 +-
 main/format.c                        |   8 +-
 main/http.c                          |   2 +-
 main/logger.c                        |  12 +-
 main/manager.c                       |  12 +-
 main/pbx.c                           |  39 +-
 main/rtp_engine.c                    |  21 +-
 main/tcptls.c                        |   2 +-
 main/test.c                          |  22 +-
 main/udptl.c                         |   8 +-
 main/utils.c                         |  11 +-
 menuselect/menuselect.c              |  12 +-
 pbx/pbx_lua.c                        |   8 +-
 res/res_config_odbc.c                | 202 ++++++---
 res/res_config_sqlite3.c             |   3 +-
 res/res_http_websocket.c             |  24 +-
 res/res_http_websocket.exports.in    |   1 +
 res/res_musiconhold.c                |  14 +-
 res/res_rtp_asterisk.c               | 502 ++++++++++++++-------
 69 files changed, 3442 insertions(+), 1524 deletions(-)
 delete mode 100644 asterisk-11.10.2-summary.html
 delete mode 100644 asterisk-11.10.2-summary.txt
 create mode 100644 asterisk-11.11.0-summary.html
 create mode 100644 asterisk-11.11.0-summary.txt
 delete mode 100644 debian/patches/safe_asterisk-config
 delete mode 100644 debian/patches/safe_asterisk-nobg

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



More information about the Pkg-voip-commits mailing list