[Pkg-voip-commits] [asterisk] branch squeeze updated (32b5834 -> 2c881c3)

tzafrir at debian.org tzafrir at debian.org
Thu Dec 19 11:00:28 UTC 2013


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

tzafrir pushed a change to branch squeeze
in repository asterisk.

      from  32b5834   Release 1:1.6.2.9-2+squeeze11
       new  260ec0a   Patch AST-2013-006: a buffer overflow in app_sms
       new  443e397   Patches ASTERISK-20658 and AST-2013-007
       new  2c881c3   Refresh patches

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:
 CHANGES                            |  12 +
 Makefile                           |  10 +-
 Makefile.moddir_rules              |   2 +-
 README-SERIOUSLY.bestpractices.txt |  75 ++++
 UPGRADE.txt                        |   9 +
 apps/Makefile                      |  18 +
 apps/app_meetme.c                  |  16 +-
 apps/app_milliwatt.c               |   2 +-
 apps/app_sms.c                     |   3 +-
 apps/app_voicemail.c               |   5 +-
 channels/chan_agent.c              |  18 +-
 channels/chan_dahdi.c              |  47 ++-
 channels/chan_iax2.c               |  88 ++--
 channels/chan_local.c              |   3 +
 channels/chan_sip.c                | 317 ++++++++++++---
 channels/chan_skinny.c             | 156 ++++++-
 configs/http.conf.sample           |   5 +
 configs/manager.conf.sample        |  11 +
 configs/sip.conf.sample            |  27 +-
 configs/skinny.conf.sample         |   9 +
 contrib/scripts/astgenkey          |   4 +
 contrib/scripts/astgenkey.8        |  15 +-
 contrib/scripts/autosupport.8      |   2 +-
 contrib/scripts/safe_asterisk      |  11 +-
 contrib/scripts/safe_asterisk.8    |   4 +-
 debian/changelog                   |   8 +
 debian/patches/AST-2013-006        |  33 ++
 debian/patches/AST-2013-007        | 805 +++++++++++++++++++++++++++++++++++++
 debian/patches/ASTERISK-20658      |  79 ++++
 debian/patches/series              |   3 +
 doc/asterisk.8                     |  94 ++---
 funcs/func_db.c                    |  20 +-
 funcs/func_devstate.c              |   6 +-
 funcs/func_env.c                   |  14 +-
 funcs/func_lock.c                  |  21 +-
 funcs/func_realtime.c              |  59 ++-
 funcs/func_shell.c                 |  19 +-
 include/asterisk/channel.h         |   6 +
 include/asterisk/devicestate.h     |  16 +-
 include/asterisk/event_defs.h      |   8 +-
 include/asterisk/pbx.h             |  54 +++
 main/Makefile                      |  11 -
 main/asterisk.c                    |  12 +
 main/bridging.c                    |   7 +-
 main/channel.c                     |   6 +-
 main/config.c                      |  36 +-
 main/devicestate.c                 |  51 ++-
 main/event.c                       |   1 +
 main/features.c                    |  17 +-
 main/http.c                        |  24 +-
 main/loader.c                      |   6 +
 main/manager.c                     | 184 +++++++--
 main/pbx.c                         | 252 +++++++++++-
 main/rtp.c                         |   4 +-
 main/tcptls.c                      |  19 +-
 main/udptl.c                       |  48 +--
 main/utils.c                       |  27 +-
 res/res_agi.c                      |   4 +-
 res/res_musiconhold.c              |   2 +-
 sounds/sounds.xml                  |   1 -
 60 files changed, 2439 insertions(+), 387 deletions(-)
 create mode 100644 debian/patches/AST-2013-006
 create mode 100644 debian/patches/AST-2013-007
 create mode 100644 debian/patches/ASTERISK-20658

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