diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2014-01-07 23:33:28 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2014-01-07 23:33:28 +0000 |
commit | 978acacf7b28fb1ded75dcca74fb63469299e7c9 (patch) | |
tree | 1994d2f6231e64e47f746983242d87fe014582bf /comms | |
parent | 25a317b40fb23d7e406c7739e206b74c13424657 (diff) | |
download | pkgsrc-978acacf7b28fb1ded75dcca74fb63469299e7c9.tar.gz |
Update to Asterisk 1.8.25.0: this is a minor bug fix update
The Asterisk Development Team has announced the release of Asterisk 1.8.25.0.
The release of Asterisk 1.8.25.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
* --- chan_sip: Fix an issue where an incompatible audio format may be
added to SDP.
* --- cdr_adaptive_odbc: Also apply a filter when the CDR value is
empty.
* --- app_queue: Fix Queuelog EXITWITHKEY only logging two of four
fields
* --- chan_sip: Do not increment the SDP version between 183 and 200
responses.
* --- chan_sip: Fix Realtime Peer Update Problem When Un-registering
And Expires Header In 200ok
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.25.0
Thank you for your continued support of Asterisk!
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk18/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk18/distinfo | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index c070c2a921f..6be3ba2df08 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.78 2013/12/17 02:29:11 jnemeth Exp $ +# $NetBSD: Makefile,v 1.79 2014/01/07 23:33:28 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-1.8.24.1 +DISTNAME= asterisk-1.8.25.0 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/comms/asterisk18/distinfo b/comms/asterisk18/distinfo index 94f193cfe3d..658303f3960 100644 --- a/comms/asterisk18/distinfo +++ b/comms/asterisk18/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.51 2013/12/17 02:29:11 jnemeth Exp $ +$NetBSD: distinfo,v 1.52 2014/01/07 23:33:28 jnemeth Exp $ -SHA1 (asterisk-1.8.24.1/asterisk-1.8.24.1.tar.gz) = 0d9972cf28bcd4535babb6ba7694a80c1eb4444a -RMD160 (asterisk-1.8.24.1/asterisk-1.8.24.1.tar.gz) = 1971765ffe2d613e2ebd5ee328ed1a0f8c7c203d -Size (asterisk-1.8.24.1/asterisk-1.8.24.1.tar.gz) = 29459040 bytes -SHA1 (asterisk-1.8.24.1/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 3aac6cf4a07cb2644b7b5369c618b07561619f9f -RMD160 (asterisk-1.8.24.1/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 5dc9696c54d2233cf74835fe7ccd2c1791f20041 -Size (asterisk-1.8.24.1/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 4407925 bytes +SHA1 (asterisk-1.8.25.0/asterisk-1.8.25.0.tar.gz) = c8783a72d4e5ede1c67faea8d744924a97f686a9 +RMD160 (asterisk-1.8.25.0/asterisk-1.8.25.0.tar.gz) = 0be84b6618a7d996bd4b0b38f8dc3016cad08677 +Size (asterisk-1.8.25.0/asterisk-1.8.25.0.tar.gz) = 29473304 bytes +SHA1 (asterisk-1.8.25.0/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 3aac6cf4a07cb2644b7b5369c618b07561619f9f +RMD160 (asterisk-1.8.25.0/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 5dc9696c54d2233cf74835fe7ccd2c1791f20041 +Size (asterisk-1.8.25.0/asterisk-extra-sounds-en-gsm-1.4.13.tar.gz) = 4407925 bytes SHA1 (patch-aa) = 832f1c043b15198e0a286094dd0cc1a251bcfed0 SHA1 (patch-af) = 19786616bb606c38f769ec85f2e4d118573659ab SHA1 (patch-ai) = e92edab5c1ff323478f41d0b0783102ed527fe39 |