[Pkg-voip-commits] [asterisk] branch wheezy-backports updated (5918e71 -> d4bdf57)
Jeremy Lainé
sharky at moszumanska.debian.org
Tue Jan 27 19:33:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
sharky pushed a change to branch wheezy-backports
in repository asterisk.
from 5918e71 Merge branch 'master' into wheezy-backports
adds 281a910 Imported Upstream version 11.12.1~dfsg
adds b9f6126 Merge tag 'upstream/11.12.1_dfsg'
adds d34aae4 prepare packaging for asterisk 11.12.1
adds 07550e6 Imported Upstream version 11.13.0~dfsg
adds 91ed9f5 Merge tag 'upstream/11.13.0_dfsg'
adds 402a0a8 start packaging asterisk 11.13.0
adds b6c4f77 fix some build log checks warnings
adds fb53b26 Allow res_calendar_ews to work with neon 0.30.x
adds 5802ed4 Build with all hardening options enabled
adds 6e2b449 clear AST_FORTIFY_SOURCE instead of patching source
adds 7c95e7a no need to pass DONT_OPTIMIZE, it is handled by buildflags.mk
adds 5e4a43f package asterisk 11.13.0
new 944dc47 Merge branch 'master' into wheezy-backports
adds dbd07fb Imported Upstream version 11.13.1~dfsg
adds 3d6e3ee Merge tag 'upstream/11.13.1_dfsg'
adds abfadd0 Update changelog for 1:11.13.1~dfsg-1 release
adds 2a63443 Add a local gbp.conf for branch jessie
adds 4fd65a6 New patches for recent security issues
adds e175838 sanity check to avoid changing the ABI hash
adds 45b1345 Patch AST-2014-012 was left out
adds 7e4c19f Update changelog for 1:11.13.1~dfsg-2 release
adds 8f719ef Fix patch descriptions
adds 06c7e6b Do apply AST-2014-012
adds 3e31c98 AST-2014-019.patch: fixes websocket issue
adds 4791c59 Include CVEs in changelog
adds 2feeab3 Update changelog: testing-proposed-updates
new d4bdf57 Merge branch 'jessie' into wheezy-backports
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:
.version | 2 +-
ChangeLog | 401 ++++++++++++++++++
LICENSE | 2 +-
UPGRADE.txt | 12 +
apps/app_dial.c | 4 +-
apps/app_voicemail.c | 7 +-
asterisk-11.12.0-summary.html | 180 --------
asterisk-11.12.0-summary.txt | 237 -----------
asterisk-11.13.1-summary.html | 65 +++
asterisk-11.13.1-summary.txt | 95 +++++
channels/chan_iax2.c | 38 +-
channels/chan_sip.c | 31 +-
configs/sip.conf.sample | 4 +-
configure | 508 +++++++++++------------
configure.ac | 6 +-
contrib/scripts/refcounter.py | 82 +++-
debian/changelog | 40 +-
debian/gbp.conf | 3 +
debian/patches/AST-2014-012.patch | 33 ++
debian/patches/AST-2014-014.patch | 83 ++++
debian/patches/AST-2014-017.patch | 54 +++
debian/patches/AST-2014-018.patch | 40 ++
debian/patches/AST-2014-019.patch | 99 +++++
debian/patches/aelparse_manpage.patch | 39 --
debian/patches/neon_version_check.patch | 19 +
debian/patches/res_fax_bounds.patch | 17 +
debian/patches/series | 10 +-
debian/patches/smsq_manpage.patch | 157 -------
debian/rules | 26 +-
doc/aelparse.8 | 28 ++
doc/smsq.8 | 146 +++++++
funcs/func_config.c | 4 +-
include/asterisk/config.h | 5 +-
include/asterisk/utils.h | 9 +
main/app.c | 4 +-
main/astobj2.c | 12 +-
main/callerid.c | 65 ++-
main/channel.c | 15 +-
main/cli.c | 4 +-
main/config.c | 68 ++-
main/file.c | 4 +-
main/logger.c | 45 +-
main/manager.c | 18 +-
main/tcptls.c | 24 +-
main/utils.c | 25 +-
menuselect/menuselect.c | 2 +-
res/res_fax_spandsp.c | 21 +-
res/res_jabber.c | 7 +-
res/res_musiconhold.c | 27 +-
res/res_rtp_asterisk.c | 709 +++++++++++++++++++++-----------
res/res_xmpp.c | 8 +-
sounds/Makefile | 7 +-
sounds/sounds.xml | 27 ++
tests/test_callerid.c | 165 ++++++++
tests/test_utils.c | 100 ++++-
55 files changed, 2559 insertions(+), 1284 deletions(-)
delete mode 100644 asterisk-11.12.0-summary.html
delete mode 100644 asterisk-11.12.0-summary.txt
create mode 100644 asterisk-11.13.1-summary.html
create mode 100644 asterisk-11.13.1-summary.txt
create mode 100644 debian/gbp.conf
create mode 100644 debian/patches/AST-2014-012.patch
create mode 100644 debian/patches/AST-2014-014.patch
create mode 100644 debian/patches/AST-2014-017.patch
create mode 100644 debian/patches/AST-2014-018.patch
create mode 100644 debian/patches/AST-2014-019.patch
delete mode 100644 debian/patches/aelparse_manpage.patch
create mode 100644 debian/patches/neon_version_check.patch
create mode 100644 debian/patches/res_fax_bounds.patch
delete mode 100644 debian/patches/smsq_manpage.patch
create mode 100644 doc/aelparse.8
create mode 100644 doc/smsq.8
create mode 100644 tests/test_callerid.c
--
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