[asterisk/f18] 10.8.0

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Sep 26 17:06:00 UTC 2012


commit 7ca9f3f18790a6f49a11ed0d4c32093238a5cb7b
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Sep 26 12:05:51 2012 -0500

    10.8.0

 .gitignore          |    2 ++
 asterisk.spec       |   41 +++++++++++++++++++++++++++++++++++++++--
 menuselect.makeopts |    4 ++--
 sources             |    4 ++--
 4 files changed, 45 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fe2b28..fd538ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,3 +80,5 @@ asterisk-1.8.0-beta3.tar.gz.asc
 /asterisk-10.5.2.tar.gz.asc
 /asterisk-10.7.1.tar.gz
 /asterisk-10.7.1.tar.gz.asc
+/asterisk-10.8.0.tar.gz
+/asterisk-10.8.0.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index 587cc64..ff798a6 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -28,8 +28,8 @@
 
 Summary: The Open Source PBX
 Name: asterisk
-Version: 10.7.1
-Release: 2%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Version: 10.8.0
+Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -100,6 +100,9 @@ BuildRequires: SDL_image-devel%{?_isa}
 # cli
 BuildRequires: libedit-devel%{?_isa}
 
+# codec_ilbc
+BuildRequires:    ilbc-devel%{?_isa}
+
 Requires(pre):    %{_sbindir}/useradd
 Requires(pre):    %{_sbindir}/groupadd
 %if %{systemd}
@@ -885,6 +888,7 @@ fi
 %{_libdir}/asterisk/modules/codec_g722.so
 %{_libdir}/asterisk/modules/codec_g726.so
 %{_libdir}/asterisk/modules/codec_gsm.so
+%{_libdir}/asterisk/modules/codec_ilbc.so
 %{_libdir}/asterisk/modules/codec_lpc10.so
 %{_libdir}/asterisk/modules/codec_resample.so
 %{_libdir}/asterisk/modules/codec_speex.so
@@ -896,6 +900,7 @@ fi
 %{_libdir}/asterisk/modules/format_gsm.so
 %{_libdir}/asterisk/modules/format_h263.so
 %{_libdir}/asterisk/modules/format_h264.so
+%{_libdir}/asterisk/modules/format_ilbc.so
 %{_libdir}/asterisk/modules/format_jpeg.so
 %{_libdir}/asterisk/modules/format_ogg_vorbis.so
 %{_libdir}/asterisk/modules/format_pcm.so
@@ -1359,6 +1364,38 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Wed Sep 26 2012 Jeffrey Ollie <jeff at ocjtech.us> - 10.8.0-1
+- The Asterisk Development Team has announced the release of Asterisk 10.8.0.
+- This release is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/asterisk
+-
+- The release of Asterisk 10.8.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:
+-
+- * --- AST-2012-012: Resolve AMI User Unauthorized Shell Access through
+-       ExternalIVR
+-   (Closes issue ASTERISK-20132. Reported by Zubair Ashraf of IBM X-Force Research)
+-
+- * --- AST-2012-013: Resolve ACL rules being ignored during calls by
+-       some IAX2 peers
+-   (Closes issue ASTERISK-20186. Reported by Alan Frisch)
+-
+- * --- Handle extremely out of order RFC 2833 DTMF
+-   (Closes issue ASTERISK-18404. Reported by Stephane Chazelas)
+-
+- * --- Resolve severe memory leak in CEL logging modules.
+-   (Closes issue AST-916. Reported by Thomas Arimont)
+-
+- * --- Only re-create an SRTP session when needed
+-   (Issue ASTERISK-20194. Reported by Nicolo Mazzon)
+-
+- For a full list of changes in this release, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.8.0
+
 * Tue Sep 04 2012 Dan HorĂ¡k <dan[at]danny.cz> - 10.7.1-2
 - fix build on s390
 
diff --git a/menuselect.makeopts b/menuselect.makeopts
index 63d966b..1dfc563 100644
--- a/menuselect.makeopts
+++ b/menuselect.makeopts
@@ -4,11 +4,11 @@ MENUSELECT_BRIDGES=
 MENUSELECT_CDR=cdr_sqlite
 MENUSELECT_CFLAGS=LOADABLE_MODULES
 MENUSELECT_CHANNELS=chan_h323 chan_nbs chan_vpb
-MENUSELECT_CODECS=codec_ilbc
+MENUSELECT_CODECS=
 MENUSELECT_CORE_SOUNDS=
 MENUSELECT_EMBED=
 MENUSELECT_EXTRA_SOUNDS=
-MENUSELECT_FORMATS=format_ilbc
+MENUSELECT_FORMATS=
 MENUSELECT_FUNCS=
 MENUSELECT_MOH=
 MENUSELECT_OPTS_app_voicemail=
diff --git a/sources b/sources
index 125b6a4..5f21665 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-dcf0a017e2644c459f700d0df334f37d  asterisk-10.7.1.tar.gz
-5306c6fb71ae8251e2b346e74039deb6  asterisk-10.7.1.tar.gz.asc
+c4fd0e804a6d804a8909f8ce0ac65694  asterisk-10.8.0.tar.gz
+4231dae9456eb25dab2f8a4ca38d862f  asterisk-10.8.0.tar.gz.asc


More information about the scm-commits mailing list