[asterisk] - - The release of Asterisk 1.8.0-rc5 was triggered by some last minute platform - compatibility IPv

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Oct 19 12:17:37 UTC 2010


commit 1e1e0a5ac7668446327d7ccbd98974da7b0d019d
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Tue Oct 19 07:17:29 2010 -0500

    -
    - The release of Asterisk 1.8.0-rc5 was triggered by some last minute platform
    - compatibility IPv6 changes. In addition, the availability of the English sound
    - prompts with Australian accents has been added.
    -
    - A full list of new features can be found in the CHANGES file.
    -
    - http://svn.digium.com/view/asterisk/branches/1.8/CHANGES?view=markup
    -
    - For a full list of changes in the current release candidate, please see the
    - ChangeLog:
    -
    - http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.0-rc5
    -
    - This release candidate contains fixes since the last release candidate as
    - reported by the community. A sampling of the changes in this release candidate
    - include:
    -
    -  * Additional fixups in chan_gtalk that allow outbound calls to both Google
    -    Talk and Google Voice recipients. Adds new chan_gtalk enhancements externip
    -    and stunaddr.
    -    (Closes issue #13971. Patched by dvossel)
    -
    -  * Resolve manager crash issue.
    -    (Closes issue #17994. Reported by vrban. Patchd by dvossel)
    -
    -  * Documentation updates for sample configuration files.
    -    (Closes issues #18107, #18101. Reported, patched by lathama, lmadsen)
    -
    -  * Resolve issue where faxdetect would only detect the first fax call in
    -    chan_dahdi.
    -    (Closes issue #18116. Reported by seandarcy. Patched by rmudgett)
    -
    -  * Resolve issue where a channel that is setup and torn down *very* quickly may
    -    not have the right call disposition or ${DIALSTATUS}.
    -    (Closes issue #16946. Reported by davidw. Review
    -     https://reviewboard.asterisk.org/r/740/)
    -
    -  * Set TCLASS field of IPv6 header when SIP QoS options are set.
    -    (Closes issue #18099. Reported by jamesnet. Patched by dvossel)
    -
    -  * Resolve issue where Asterisk could crash on shutdown when using SRTP.
    -    (Closes issue #18085. Reported by st. Patched by twilson)
    -
    -  * Fix issue where peers host port would be lost on a SIP reload.
    -    (Closes issue #18135. Reported, tested by lmadsen. Patched by dvossel)
    -
    - A short list of available features includes:
    -
    -   * Secure RTP
    -   * IPv6 Support in the SIP channel driver
    -   * Connected Party Identification Support
    -   * Calendaring Integration
    -   * A new call logging system, Channel Event Logging (CEL)
    -   * Distributed Device State using Jabber/XMPP PubSub
    -   * Call Completion Supplementary Services support
    -   * Advice of Charge support
    -   * Much, much more!
    -
    - A full list of new features can be found in the CHANGES file.
    -
    - http://svn.digium.com/view/asterisk/branches/1.8/CHANGES?view=markup
    -
    - For a full list of changes in the current release candidate, please see the
    - ChangeLog:
    -
    - http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.0-rc4

 .gitignore                                         |    2 +
 ...it-scripts-for-better-Fedora-compatibilty.patch |    2 +-
 ...les.conf-so-that-different-voicemail-modu.patch |    2 +-
 ...king-building-against-an-external-libedit.patch |    4 +-
 ...rary-function-for-loading-command-history.patch |    6 +-
 ...igure.ac-to-look-for-pkg-config-gmime-2.0.patch |    2 +-
 0006-Fix-up-some-paths.patch                       |   18 +++--
 ...hema-that-is-compatible-with-Fedora-Direc.patch |    2 +-
 ...2html-to-copy-icons-when-building-documen.patch |    2 +-
 asterisk.spec                                      |   73 +++++++++++++++++++-
 sources                                            |    4 +-
 11 files changed, 95 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb32002..ed68deb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@ asterisk-1.8.0-beta3.tar.gz.asc
 /asterisk-1.8.0-rc2.tar.gz.asc
 /asterisk-1.8.0-rc3.tar.gz
 /asterisk-1.8.0-rc3.tar.gz.asc
+/asterisk-1.8.0-rc5.tar.gz
+/asterisk-1.8.0-rc5.tar.gz.asc
diff --git a/0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch b/0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch
index af03d94..30f1253 100644
--- a/0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch
+++ b/0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch
@@ -1,4 +1,4 @@
-From 906597e0b73d5cb1a90d5cbf0eafb5a7fe8985e1 Mon Sep 17 00:00:00 2001
+From 4b279cdc1a6100021ad8be3325b4e453a257a491 Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Wed, 28 Jul 2010 07:22:21 -0500
 Subject: [PATCH 1/8] Modify init scripts for better Fedora compatibilty.
diff --git a/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch b/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
index 9a1003a..9c8736f 100644
--- a/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
+++ b/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
@@ -1,4 +1,4 @@
-From a339fb3881ef3681412e7876410a2a989f7a6483 Mon Sep 17 00:00:00 2001
+From 6c599696aae0968c658ba9a6a88ed4ab3371cbef Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Wed, 28 Jul 2010 07:23:49 -0500
 Subject: [PATCH 2/8] Modify modules.conf so that different voicemail modules don't load at the same time.
diff --git a/0003-Allow-linking-building-against-an-external-libedit.patch b/0003-Allow-linking-building-against-an-external-libedit.patch
index 99a706c..fa8e0fd 100644
--- a/0003-Allow-linking-building-against-an-external-libedit.patch
+++ b/0003-Allow-linking-building-against-an-external-libedit.patch
@@ -1,4 +1,4 @@
-From a9ab6278a7bae71dd51bd32a67e7691db1a6fbb8 Mon Sep 17 00:00:00 2001
+From 848a3f604b1c1db5bda30d688c00e09b2cf36d83 Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Fri, 5 Mar 2010 14:10:52 -0600
 Subject: [PATCH 3/8] Allow linking/building against an external libedit.
@@ -102,7 +102,7 @@ index af294dd..03700ee 100644
  
  ifeq ($(GNU_LD),1)
 diff --git a/main/cli.c b/main/cli.c
-index 77e52b8..3408b5c 100644
+index 7f4c179..b85c219 100644
 --- a/main/cli.c
 +++ b/main/cli.c
 @@ -36,6 +36,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/0004-Use-the-library-function-for-loading-command-history.patch b/0004-Use-the-library-function-for-loading-command-history.patch
index 1a685f3..f36a60a 100644
--- a/0004-Use-the-library-function-for-loading-command-history.patch
+++ b/0004-Use-the-library-function-for-loading-command-history.patch
@@ -1,4 +1,4 @@
-From 3bf70fb59b3b4e19f7f289f0cd240e13d6f8624c Mon Sep 17 00:00:00 2001
+From 741b28e4a20936bbe84bb041370a433f24426680 Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Mon, 8 Mar 2010 12:38:56 -0600
 Subject: [PATCH 4/8] Use the library function for loading command history rather than implementing our own.
@@ -8,10 +8,10 @@ Subject: [PATCH 4/8] Use the library function for loading command history rather
  1 files changed, 2 insertions(+), 19 deletions(-)
 
 diff --git a/main/asterisk.c b/main/asterisk.c
-index 364bdf7..87f1f18 100644
+index ca3f68b..9b8f965 100644
 --- a/main/asterisk.c
 +++ b/main/asterisk.c
-@@ -2614,29 +2614,12 @@ static int ast_el_write_history(char *filename)
+@@ -2616,29 +2616,12 @@ static int ast_el_write_history(char *filename)
  
  static int ast_el_read_history(char *filename)
  {
diff --git a/0005-Change-configure.ac-to-look-for-pkg-config-gmime-2.0.patch b/0005-Change-configure.ac-to-look-for-pkg-config-gmime-2.0.patch
index 324bd6a..f42ada6 100644
--- a/0005-Change-configure.ac-to-look-for-pkg-config-gmime-2.0.patch
+++ b/0005-Change-configure.ac-to-look-for-pkg-config-gmime-2.0.patch
@@ -1,4 +1,4 @@
-From c886d6aa47a2a8fa6edfe448a842a16453fe84ed Mon Sep 17 00:00:00 2001
+From 111490f6a1830634ea27c050daaf0daa4233b92e Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Wed, 28 Jul 2010 07:26:02 -0500
 Subject: [PATCH 5/8] Change configure.ac to look for pkg-config gmime-2.0
diff --git a/0006-Fix-up-some-paths.patch b/0006-Fix-up-some-paths.patch
index 3474dea..da802f7 100644
--- a/0006-Fix-up-some-paths.patch
+++ b/0006-Fix-up-some-paths.patch
@@ -1,4 +1,4 @@
-From c80e9b4ee3c6334eb63e3e238612c2acce50dcef Mon Sep 17 00:00:00 2001
+From 5049460a98be96ff417427f5f7bc1855a7ee0bce Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Wed, 28 Jul 2010 07:27:48 -0500
 Subject: [PATCH 6/8] Fix up some paths
@@ -8,7 +8,7 @@ Subject: [PATCH 6/8] Fix up some paths
  configs/festival.conf.sample                |    2 +-
  configs/http.conf.sample                    |    6 ++--
  configs/iax.conf.sample                     |    4 +-
- configs/musiconhold.conf.sample             |    6 ++--
+ configs/musiconhold.conf.sample             |    8 +++---
  configs/osp.conf.sample                     |    4 +-
  configs/phoneprov.conf.sample               |    2 +-
  contrib/scripts/astgenkey                   |    2 +-
@@ -20,7 +20,7 @@ Subject: [PATCH 6/8] Fix up some paths
  pbx/ael/ael-test/ael-test3/extensions.ael   |   28 +++++++++++++-------------
  pbx/ael/ael-test/ael-vtest13/extensions.ael |   28 +++++++++++++-------------
  pbx/ael/ael-test/ref.ael-vtest13            |   26 ++++++++++++------------
- 16 files changed, 68 insertions(+), 68 deletions(-)
+ 16 files changed, 69 insertions(+), 69 deletions(-)
 
 diff --git a/UPGRADE-1.4.txt b/UPGRADE-1.4.txt
 index f99f937..981bca7 100644
@@ -86,14 +86,16 @@ index 73ae78a..3a40896 100644
  ;
  ;
 diff --git a/configs/musiconhold.conf.sample b/configs/musiconhold.conf.sample
-index 714e264..2354379 100644
+index 9147588..8cd83e5 100644
 --- a/configs/musiconhold.conf.sample
 +++ b/configs/musiconhold.conf.sample
-@@ -32,7 +32,7 @@
+@@ -31,8 +31,8 @@
+ ;
  ; The path specified can be either an absolute path (starts with '/'),
  ; or a relative path; relative paths are interpreted as being relative
- ; to the 'astvarlibdir' in asterisk.conf, which defaults to
+-; to the 'astdatalibdir' in asterisk.conf, which defaults to
 -; /var/lib/asterisk.
++; to the 'astdatadir' in asterisk.conf, which defaults to
 +; /usr/share/asterisk.
  ;
  ; NOTE:
@@ -130,10 +132,10 @@ index e72aa32..f7ee625 100644
  ; Specify the private key file name.
  ; If this parameter is unspecified or not present, the default name will be the
 diff --git a/configs/phoneprov.conf.sample b/configs/phoneprov.conf.sample
-index c819d6d..4ee5684 100644
+index ffec829..24fba88 100644
 --- a/configs/phoneprov.conf.sample
 +++ b/configs/phoneprov.conf.sample
-@@ -114,4 +114,4 @@ ${MAC}.cfg => 000000000000.cfg               ; Dynamically generated files.
+@@ -128,4 +128,4 @@ ${MAC}.cfg => 000000000000.cfg               ; Dynamically generated files.
  ${MAC}-phone.cfg => 000000000000-phone.cfg   ; (relative to AST_DATA_DIR/phoneprov)
  config/${MAC} => polycom.xml                 ; Dynamic Filename => template file
  ${MAC}-directory.xml => 000000000000-directory.xml
diff --git a/0007-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch b/0007-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch
index 2d50608..9eec35d 100644
--- a/0007-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch
+++ b/0007-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch
@@ -1,4 +1,4 @@
-From 6b0bece73fea9b71b815a641d3d6af96715b115e Mon Sep 17 00:00:00 2001
+From ba4284ed1e238a21fed68d34166d7ae82564728f Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Sun, 4 Jan 2009 19:22:39 -0600
 Subject: [PATCH 7/8] Add LDAP schema that is compatible with Fedora Directory Server.
diff --git a/0008-Tell-laxtex2html-to-copy-icons-when-building-documen.patch b/0008-Tell-laxtex2html-to-copy-icons-when-building-documen.patch
index 1c956a5..b5e0708 100644
--- a/0008-Tell-laxtex2html-to-copy-icons-when-building-documen.patch
+++ b/0008-Tell-laxtex2html-to-copy-icons-when-building-documen.patch
@@ -1,4 +1,4 @@
-From 096ef48c19272cab10e036ec2c417b8be23e4378 Mon Sep 17 00:00:00 2001
+From 80d827eb08e186268548956dd24460ec1fc3ef71 Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Wed, 28 Jul 2010 07:32:19 -0500
 Subject: [PATCH 8/8] Tell laxtex2html to copy icons when building documentation so that we don't have run-time dependencies on latex2html.
diff --git a/asterisk.spec b/asterisk.spec
index c2cb5e6..b472f3e 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,9 +1,9 @@
-%global _rc 3
+%global _rc 5
 #global _beta 5
 Summary: The Open Source PBX
 Name: asterisk
 Version: 1.8.0
-Release: 0.7%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Release: 0.8%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -1144,6 +1144,75 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Mon Oct 18 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.0-0.8.rc5:
+-
+- The release of Asterisk 1.8.0-rc5 was triggered by some last minute platform
+- compatibility IPv6 changes. In addition, the availability of the English sound
+- prompts with Australian accents has been added.
+-
+- A full list of new features can be found in the CHANGES file.
+-
+- http://svn.digium.com/view/asterisk/branches/1.8/CHANGES?view=markup
+-
+- For a full list of changes in the current release candidate, please see the
+- ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.0-rc5
+-
+- This release candidate contains fixes since the last release candidate as
+- reported by the community. A sampling of the changes in this release candidate
+- include:
+-
+-  * Additional fixups in chan_gtalk that allow outbound calls to both Google
+-    Talk and Google Voice recipients. Adds new chan_gtalk enhancements externip
+-    and stunaddr.
+-    (Closes issue #13971. Patched by dvossel)
+-
+-  * Resolve manager crash issue.
+-    (Closes issue #17994. Reported by vrban. Patchd by dvossel)
+-
+-  * Documentation updates for sample configuration files.
+-    (Closes issues #18107, #18101. Reported, patched by lathama, lmadsen)
+-
+-  * Resolve issue where faxdetect would only detect the first fax call in
+-    chan_dahdi.
+-    (Closes issue #18116. Reported by seandarcy. Patched by rmudgett)
+-
+-  * Resolve issue where a channel that is setup and torn down *very* quickly may
+-    not have the right call disposition or ${DIALSTATUS}.
+-    (Closes issue #16946. Reported by davidw. Review
+-     https://reviewboard.asterisk.org/r/740/)
+-
+-  * Set TCLASS field of IPv6 header when SIP QoS options are set.
+-    (Closes issue #18099. Reported by jamesnet. Patched by dvossel)
+-
+-  * Resolve issue where Asterisk could crash on shutdown when using SRTP.
+-    (Closes issue #18085. Reported by st. Patched by twilson)
+-
+-  * Fix issue where peers host port would be lost on a SIP reload.
+-    (Closes issue #18135. Reported, tested by lmadsen. Patched by dvossel)
+-
+- A short list of available features includes:
+-
+-   * Secure RTP
+-   * IPv6 Support in the SIP channel driver
+-   * Connected Party Identification Support
+-   * Calendaring Integration
+-   * A new call logging system, Channel Event Logging (CEL)
+-   * Distributed Device State using Jabber/XMPP PubSub
+-   * Call Completion Supplementary Services support
+-   * Advice of Charge support
+-   * Much, much more!
+-
+- A full list of new features can be found in the CHANGES file.
+-
+- http://svn.digium.com/view/asterisk/branches/1.8/CHANGES?view=markup
+-
+- For a full list of changes in the current release candidate, please see the
+- ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.0-rc4
+
 * Fri Oct  8 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.0-0.7.rc3
 - This release candidate contains fixes since the release candidate as reported by
 - the community. A sampling of the changes in this release candidate include:
diff --git a/sources b/sources
index e244bc5..c77f161 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ad6ce84f1b49f7781e0aa771ac802c3e  asterisk-1.8.0-rc3.tar.gz
-0dc7e9e1b1f8a96fabde021610a67927  asterisk-1.8.0-rc3.tar.gz.asc
+e3eda1b8f19bcd312910ad107341a728  asterisk-1.8.0-rc5.tar.gz
+a4ae8b449f3ac0de47b3bc290c70bf04  asterisk-1.8.0-rc5.tar.gz.asc


More information about the scm-commits mailing list