From eaddc2c71ad2f4fbed872c930acd75a5232a14cb Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Jun 15 2012 00:52:12 +0000 Subject: 10.5.1 --- diff --git a/.gitignore b/.gitignore index a5cc2bb..e60244f 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,5 @@ asterisk-1.8.0-beta3.tar.gz.asc /asterisk-10.4.1.tar.gz.asc /asterisk-10.4.2.tar.gz /asterisk-10.4.2.tar.gz.asc +/asterisk-10.5.1.tar.gz +/asterisk-10.5.1.tar.gz.asc diff --git a/asterisk.spec b/asterisk.spec index 533a519..733d12d 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -28,7 +28,7 @@ Summary: The Open Source PBX Name: asterisk -Version: 10.4.2 +Version: 10.5.1 Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist} License: GPLv2 Group: Applications/Internet @@ -711,8 +711,6 @@ rm -f %{buildroot}%{_sysconfdir}/asterisk/res_ldap.conf rm -f %{buildroot}%{_sysconfdir}/dirsrv/schema/99asterisk.ldif %endif -rm %{buildroot}%{_sysconfdir}/asterisk/usbradio.conf - %clean rm -rf %{buildroot} @@ -1058,7 +1056,6 @@ fi %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/queues.conf %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_pktccops.conf %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_stun_monitor.conf -%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/rpt.conf %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/rtp.conf %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/say.conf %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/sip.conf @@ -1362,6 +1359,67 @@ fi %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Fri Jun 15 2012 Jeffrey Ollie - 10.5.1-1 +- The Asterisk Development Team has announced a security release for Asterisk 10. +- This security release is released as version 10.5.1. +- +- The release is available for immediate download at +- http://downloads.asterisk.org/pub/telephony/asterisk/releases +- +- The release of Asterisk 10.5.1 resolves the following issue: +- +- * A remotely exploitable crash vulnerability was found in the Skinny (SCCP) +- Channel driver. When an SCCP client sends an Off Hook message, followed by +- a Key Pad Button Message, a structure that was previously set to NULL is +- dereferenced. This allows remote authenticated connections the ability to +- cause a crash in the server, denying services to legitimate users. +- +- This issue and its resolution is described in the security advisory. +- +- For more information about the details of this vulnerability, please read +- security advisory AST-2012-009, which was released at the same time as this +- announcement. +- +- For a full list of changes in the current releases, please see the ChangeLog: +- +- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-10.5.1 +- +- The security advisory is available at: +- +- * http://downloads.asterisk.org/pub/security/AST-2012-009.pdf + +* Fri Jun 15 2012 Jeffrey Ollie - 10.5.0-1 +- The Asterisk Development Team has announced the release of Asterisk 10.5.0. +- This release is available for immediate download at +- http://downloads.asterisk.org/pub/telephony/asterisk +- +- The release of Asterisk 10.5.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: +- +- * --- Turn off warning message when bind address is set to any. +- (Closes issue ASTERISK-19456. Reported by Michael L. Young) +- +- * --- Prevent overflow in calculation in ast_tvdiff_ms on 32-bit +- machines +- (Closes issue ASTERISK-19727. Reported by Ben Klang) +- +- * --- Make DAHDISendCallreroutingFacility wait 5 seconds for a reply +- before disconnecting the call. +- (Closes issue ASTERISK-19708. Reported by mehdi Shirazi) +- +- * --- Fix recalled party B feature flags for a failed DTMF atxfer. +- (Closes issue ASTERISK-19383. Reported by lgfsantos) +- +- * --- Fix DTMF atxfer running h exten after the wrong bridge ends. +- (Closes issue ASTERISK-19717. Reported by Mario) +- +- For a full list of changes in this release, please see the ChangeLog: +- +- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.5.0 + * Wed May 30 2012 Jeffrey Ollie - 10.4.2-1 - The Asterisk Development Team has announced the release of Asterisk 10.4.2. - This release is available for immediate download at diff --git a/menuselect.makeopts b/menuselect.makeopts index f2f69d3..63d966b 100644 --- a/menuselect.makeopts +++ b/menuselect.makeopts @@ -14,7 +14,7 @@ MENUSELECT_MOH= MENUSELECT_OPTS_app_voicemail= MENUSELECT_PBX= MENUSELECT_RES=res_config_sqlite res_timing_kqueue res_ais -MENUSELECT_TESTS=test_skel test_heap test_sched test_astobj2 test_dlinklists test_acl test_aoc test_app test_ast_format_str_reduce test_devicestate test_event test_func_file test_gosub test_pbx test_stringfields test_strings test_substitution test_time test_utils test_amihooks test_locale test_logger test_security_events test_poll test_expr test_netsock2 test_db test_format_api test_linkedlists +MENUSELECT_TESTS=test_skel test_heap test_sched test_astobj2 test_dlinklists test_acl test_aoc test_app test_ast_format_str_reduce test_devicestate test_event test_func_file test_gosub test_pbx test_stringfields test_strings test_substitution test_time test_utils test_amihooks test_locale test_logger test_security_events test_poll test_expr test_netsock2 test_db test_format_api test_linkedlists test_config MENUSELECT_UTILS=aelparse astcanary astdb2sqlite3 astman check_expr check_expr2 conf2ael muted refcounter smsq stereorize streamplayer MENUSELECT_DEPSFAILED=MENUSELECT_APPS=app_osplookup MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_h323 diff --git a/sources b/sources index a1772f4..b01170c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -9aac2c08704ff0af72021ed8ff6861b9 asterisk-10.4.2.tar.gz -f84c96be1c18bb5f4e254fe32b906909 asterisk-10.4.2.tar.gz.asc +fbbea8a1ed26144cfa94b54df4adb3fd asterisk-10.5.1.tar.gz +42b4e85b5eea7a457c7e30327d895924 asterisk-10.5.1.tar.gz.asc