pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/asterisk Update asterisk to 1.2.23
details: https://anonhg.NetBSD.org/pkgsrc/rev/c35505a11097
branches: trunk
changeset: 531656:c35505a11097
user: mjl <mjl%pkgsrc.org@localhost>
date: Fri Aug 03 22:40:00 2007 +0000
description:
Update asterisk to 1.2.23
* channels/chan_iax2.c: Don't create the Asterisk channel until we
are starting the PBX on it. (ASA-2007-018)
* channels/chan_agent.c: (closes issue #5866) Reported by: tyler Do
not force channel format changes when a generator is present. The
generator may have changed the formats itself and changing them
back would cause issues.
* channels/chan_sip.c: (closes issue #10236) Reported by: homesick
Patches: rpid_1.4_75840.patch uploaded by homesick (license 91)
Accept Remote Party ID on guest calls.
* include/asterisk/app.h: We should not use C++ reserved words in
API headers (closes issue #10266)
* channels/chan_sip.c: Backport a fix for a memory leak that was
fixed in trunk in reivision 76221 by rizzo. The memory used for
the localaddr list was not freed during a configuration reload.
* channels/chan_sip.c: (closes issue #10247) Reported by:
fkasumovic Patches: chan_sip.patch uploaded by fkasumovic
(license #101) Drop any peer realm authentication entries when
reloading so multiple entries do not get added to the peer.
* channels/chan_iax2.c: When processing full frames, take sequence
number wraparound into account when deciding whether or not we
need to request retransmissions by sending a VNAK. This code
could cause VNAKs to be sent erroneously in some cases, and to
not be sent in other cases when it should have been. (closes
issue #10237, reported and patched by mihai)
* channels/chan_iax2.c: When traversing the queue of frames for
possible retransmission after receiving a VNAK, handle sequence
number wraparound so that all frames that should be retransmitted
actually do get retransmitted. (issue #10227, reported and
patched by mihai)
* apps/app_voicemail.c: Store prior to copy (closes issue #10193)
* apps/app_queue.c: removed the word 'pissed' from ast_log(...)
diffstat:
comms/asterisk/Makefile | 4 ++--
comms/asterisk/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r f65d5d347289 -r c35505a11097 comms/asterisk/Makefile
--- a/comms/asterisk/Makefile Fri Aug 03 21:51:03 2007 +0000
+++ b/comms/asterisk/Makefile Fri Aug 03 22:40:00 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2007/07/19 09:39:57 mjl Exp $
+# $NetBSD: Makefile,v 1.43 2007/08/03 22:40:00 mjl Exp $
-DISTNAME= asterisk-1.2.22
+DISTNAME= asterisk-1.2.23
CATEGORIES= comms net audio
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
http://ftp.digium.com/pub/asterisk/old-releases/
diff -r f65d5d347289 -r c35505a11097 comms/asterisk/distinfo
--- a/comms/asterisk/distinfo Fri Aug 03 21:51:03 2007 +0000
+++ b/comms/asterisk/distinfo Fri Aug 03 22:40:00 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2007/07/19 09:39:57 mjl Exp $
+$NetBSD: distinfo,v 1.30 2007/08/03 22:40:01 mjl Exp $
-SHA1 (asterisk-1.2.22.tar.gz) = 03f858d805f825b19f51b9a09ca98ca12f713c83
-RMD160 (asterisk-1.2.22.tar.gz) = 1eb1da93ecb614c4ad40775c22fa93784edd65e8
-Size (asterisk-1.2.22.tar.gz) = 10642597 bytes
+SHA1 (asterisk-1.2.23.tar.gz) = a3bef551a169144c4878547a4fe41e9bbfc2d628
+RMD160 (asterisk-1.2.23.tar.gz) = b8680feef3fde6196eb9e8fababb6ec704c8f815
+Size (asterisk-1.2.23.tar.gz) = 10660237 bytes
SHA1 (patch-aa) = e457617cb3fbec6a67971258af145cc25f0ca03e
SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79
SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127
Home |
Main Index |
Thread Index |
Old Index