diff options
author | jnemeth <jnemeth> | 2013-02-07 02:24:31 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2013-02-07 02:24:31 +0000 |
commit | c2d7017a447e228734deb88728127a6042b08670 (patch) | |
tree | dbd49eb4d8505de1c934a747badd7b4d6b9d5b72 /comms/asterisk18 | |
parent | 8371a366fc277a76b4183ff84f350c815c25ce6a (diff) | |
download | pkgsrc-c2d7017a447e228734deb88728127a6042b08670.tar.gz |
Update to Asterisk 1.8.20.1: this is a minor bugfix release
----- 1.8.20.1
The Asterisk Development Team has announced the release of Asterisk 1.8.20.1.
The release of Asterisk 1.8.20.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
* --- Fix astcanary startup problem due to wrong pid value from before
daemon call
* --- Update init.d scripts to handle stderr; readd splash screen for
remote consoles
* --- Reset RTP timestamp; sequence number on SSRC change
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.20.1
Thank you for your continued support of Asterisk!
----- 1.8.20.0
The Asterisk Development Team has announced the release of Asterisk 1.8.20.0.
The release of Asterisk 1.8.20.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:
* --- app_meetme: Fix channels lingering when hung up under certain
conditions
* --- Fix stuck DTMF when bridge is broken.
* --- Improve Code Readability And Fix Setting natdetected Flag
* --- Fix extension matching with the '-' char.
* --- Fix call files when astspooldir is relative.
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.20.0
Thank you for your continued support of Asterisk!
Diffstat (limited to 'comms/asterisk18')
-rw-r--r-- | comms/asterisk18/Makefile | 5 | ||||
-rw-r--r-- | comms/asterisk18/distinfo | 14 |
2 files changed, 9 insertions, 10 deletions
diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index bb2eb28dfee..ac78016f2c0 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.58 2013/02/06 23:21:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.59 2013/02/07 02:24:31 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked -DISTNAME= asterisk-1.8.19.1 +DISTNAME= asterisk-1.8.20.1 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz -PKGREVISION= 2 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ diff --git a/comms/asterisk18/distinfo b/comms/asterisk18/distinfo index 9f9317b2b4b..8f80d55baf4 100644 --- a/comms/asterisk18/distinfo +++ b/comms/asterisk18/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.42 2013/01/03 02:16:17 jnemeth Exp $ +$NetBSD: distinfo,v 1.43 2013/02/07 02:24:31 jnemeth Exp $ -SHA1 (asterisk-1.8.19.1/asterisk-1.8.19.1.tar.gz) = e540aa387bf0cbceb7f208ac5bfaf9b5c1482d6c -RMD160 (asterisk-1.8.19.1/asterisk-1.8.19.1.tar.gz) = 9f455f40f8248257f12b833f3fa3d31919fa6cc3 -Size (asterisk-1.8.19.1/asterisk-1.8.19.1.tar.gz) = 25158882 bytes -SHA1 (asterisk-1.8.19.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 -RMD160 (asterisk-1.8.19.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 -Size (asterisk-1.8.19.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes +SHA1 (asterisk-1.8.20.1/asterisk-1.8.20.1.tar.gz) = ac1c2cd239b3e26a544db2a87dfcf34b4fb6695f +RMD160 (asterisk-1.8.20.1/asterisk-1.8.20.1.tar.gz) = e6c641a0f4c76c7ac314b162ec00afdfaa1dce37 +Size (asterisk-1.8.20.1/asterisk-1.8.20.1.tar.gz) = 25176713 bytes +SHA1 (asterisk-1.8.20.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9 +RMD160 (asterisk-1.8.20.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6 +Size (asterisk-1.8.20.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes SHA1 (patch-aa) = 832f1c043b15198e0a286094dd0cc1a251bcfed0 SHA1 (patch-af) = 19786616bb606c38f769ec85f2e4d118573659ab SHA1 (patch-ai) = e92edab5c1ff323478f41d0b0783102ed527fe39 |