[Pkg-voip-commits] [asterisk] branch wheezy-backports updated (2a07066 -> 75376ca)

Jeremy Lainé sharky at moszumanska.debian.org
Sat Mar 15 15:03:13 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  2a07066   backport asterisk 11.7.0~dfsg-1 to wheezy
      adds  cb83d55   fix last remaining instance of unquoted hyphen
      adds  0c54f22   reference upstream bug for hyphen issue
      adds  b2169bf   suppress_warning_rasterisk.patch
      adds  7a0021b   smsq_enable.patch
      adds  69f6df4   Imported Upstream version 11.8.0~dfsg
      adds  f365cb6   Merge tag 'upstream/11.8.0_dfsg'
      adds  8d78356   start working on asterisk 11.8.0
      adds  ea4ccec   add patch for issue ASTERISK-23310
      adds  66adbbb   prepare asterisk 11.8.0 for upload to unstable
      adds  c6a5c1f   fix versioned Breaks/Replaces for asterisk-dahdi vs asterisk-modules
      adds  399e236   prepare asterisk 11.8.0~dfsg-2 for upload
      adds  6dabecd   Imported Upstream version 11.8.1~dfsg
      adds  d83c32b   Merge tag 'upstream/11.8.1_dfsg'
      adds  eee02c7   prepare asterisk 11.8.1~dfsg-1 upload
       new  75376ca   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                                  | 732 +++++++++++++++++++++++++++++
 UPGRADE.txt                                |  37 ++
 addons/chan_ooh323.c                       | 112 ++++-
 addons/ooh323c/src/ooGkClient.c            |   4 +-
 addons/ooh323c/src/ooGkClient.h            |   3 +-
 addons/ooh323c/src/ooTimer.c               |   6 +-
 addons/ooh323c/src/oochannels.c            |   6 +-
 apps/app_chanspy.c                         |   4 +-
 apps/app_confbridge.c                      | 127 +++--
 apps/app_dumpchan.c                        |  24 +-
 apps/app_meetme.c                          |  13 +-
 apps/app_mixmonitor.c                      |   4 +-
 apps/app_queue.c                           |  85 ++--
 apps/app_sms.c                             |   2 +-
 apps/app_verbose.c                         |   6 +-
 apps/confbridge/conf_state.c               |   3 +-
 apps/confbridge/conf_state_inactive.c      |   2 +-
 apps/confbridge/conf_state_multi.c         |   2 +
 apps/confbridge/conf_state_multi_marked.c  |  47 +-
 apps/confbridge/conf_state_single.c        |   2 +
 apps/confbridge/conf_state_single_marked.c |   2 +
 apps/confbridge/include/confbridge.h       |  12 +-
 asterisk-11.7.0-summary.html               | 457 ------------------
 asterisk-11.7.0-summary.txt                | 569 ----------------------
 asterisk-11.8.1-summary.html               |  63 +++
 asterisk-11.8.1-summary.txt                |  94 ++++
 cel/cel_pgsql.c                            |  12 +-
 channels/chan_dahdi.c                      |  13 +-
 channels/chan_iax2.c                       |   4 +-
 channels/chan_sip.c                        | 444 +++++++++--------
 channels/sip/include/sip.h                 |   1 +
 configs/confbridge.conf.sample             |   9 +-
 configs/logger.conf.sample                 |  19 +-
 configure                                  | 116 ++++-
 configure.ac                               |  13 +-
 debian/changelog                           |  28 +-
 debian/control                             |   4 +-
 debian/patches/ASTERISK-23310.patch        |  14 +
 debian/patches/freeradius-client           |   4 +-
 debian/patches/hyphen                      |   4 +-
 debian/patches/pjproject                   |  13 +-
 debian/patches/series                      |   2 +
 debian/patches/smsq_enable.patch           |  11 +
 funcs/func_db.c                            |   2 +-
 funcs/func_env.c                           |   2 +-
 funcs/func_lock.c                          |   2 +-
 funcs/func_realtime.c                      |   2 +-
 funcs/func_shell.c                         |   2 +-
 funcs/func_strings.c                       |  79 +++-
 funcs/func_timeout.c                       |  18 +-
 include/asterisk/logger.h                  | 101 +++-
 include/asterisk/rtp_engine.h              |   8 +-
 include/asterisk/test.h                    |   2 +-
 main/asterisk.c                            | 196 +++++---
 main/channel.c                             |  15 +-
 main/cli.c                                 | 361 +++++++++-----
 main/config.c                              |  23 +-
 main/db.c                                  |  26 +-
 main/http.c                                |  51 +-
 main/loader.c                              |  30 +-
 main/logger.c                              | 228 +++++++--
 main/manager.c                             |  61 ++-
 main/pbx.c                                 |  44 +-
 main/rtp_engine.c                          |   4 +-
 main/say.c                                 |   4 +-
 main/tcptls.c                              |   2 +-
 main/translate.c                           |  63 ++-
 main/xmldoc.c                              |   3 +-
 pbx/pbx_lua.c                              |  13 +-
 res/Makefile                               |   6 +-
 res/res_calendar.c                         |   5 +-
 res/res_fax.c                              |   4 +-
 res/res_fax_spandsp.c                      |   6 +-
 res/res_rtp_asterisk.c                     |  55 ++-
 sounds/Makefile                            |   9 +-
 76 files changed, 2733 insertions(+), 1825 deletions(-)
 delete mode 100644 asterisk-11.7.0-summary.html
 delete mode 100644 asterisk-11.7.0-summary.txt
 create mode 100644 asterisk-11.8.1-summary.html
 create mode 100644 asterisk-11.8.1-summary.txt
 create mode 100644 debian/patches/ASTERISK-23310.patch
 create mode 100644 debian/patches/smsq_enable.patch

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