[packages/asterisk] Version: 12.1.0

jajcus jajcus at pld-linux.org
Tue Mar 4 12:24:14 CET 2014


commit 954aa047c4e7f1d360f7bf6bf3fce40f83e8f6e5
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Mar 4 12:23:57 2014 +0100

    Version: 12.1.0

 asterisk.spec       | 11 ++++++++---
 menuselect.makedeps |  6 +++++-
 menuselect.makeopts |  4 ++--
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/asterisk.spec b/asterisk.spec
index faa433c..b71a8f8 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -25,12 +25,12 @@
 Summary:	Asterisk PBX
 Summary(pl.UTF-8):	Centralka (PBX) Asterisk
 Name:		asterisk
-Version:	12.0.0
+Version:	12.1.0
 Release:	1
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://downloads.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz
-# Source0-md5:	1226dabeba5637e6114936ea9e916b88
+# Source0-md5:	87a7894f47d4420c4f4e1a3618a0259d
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
 Source3:	%{name}.tmpfiles
@@ -1106,6 +1106,7 @@ chown -R asterisk:asterisk /var/lib/asterisk
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_ari_device_states.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_ari_endpoints.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_ari_events.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_ari_mailboxes.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_ari_model.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_ari_playbacks.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_ari_recordings.so
@@ -1397,12 +1398,15 @@ chown -R asterisk:asterisk /var/lib/asterisk
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_logger.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_messaging.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_mwi.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_mwi_body_generator.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_nat.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_notify.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_one_touch_record_info.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_outbound_authenticator_digest.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_outbound_registration.so
-%attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_pidf.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_path.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_pidf_body_generator.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_pidf_eyebeam_body_supplement.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_pubsub.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_refer.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_registrar.so
@@ -1412,6 +1416,7 @@ chown -R asterisk:asterisk /var/lib/asterisk
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_session.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_t38.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_transport_websocket.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_pjsip_xpidf_body_generator.so
 %endif
 
 %if %{with portaudio}
diff --git a/menuselect.makedeps b/menuselect.makedeps
index 5651b41..1081a0a 100644
--- a/menuselect.makedeps
+++ b/menuselect.makedeps
@@ -71,12 +71,15 @@ MENUSELECT_DEPENDS_res_pjsip_log_forwarder=PJPROJECT
 MENUSELECT_DEPENDS_res_pjsip_logger=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_messaging=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_mwi=PJPROJECT 
+MENUSELECT_DEPENDS_res_pjsip_mwi_body_generator=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_nat=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_notify=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_one_touch_record_info=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_outbound_authenticator_digest=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_outbound_registration=PJPROJECT 
-MENUSELECT_DEPENDS_res_pjsip_pidf=PJPROJECT 
+MENUSELECT_DEPENDS_res_pjsip_path=PJPROJECT 
+MENUSELECT_DEPENDS_res_pjsip_pidf_body_generator=PJPROJECT 
+MENUSELECT_DEPENDS_res_pjsip_pidf_eyebeam_body_supplement=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_pubsub=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_refer=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_registrar=PJPROJECT 
@@ -86,6 +89,7 @@ MENUSELECT_DEPENDS_res_pjsip_sdp_rtp=PJPROJECT
 MENUSELECT_DEPENDS_res_pjsip_session=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_t38=PJPROJECT 
 MENUSELECT_DEPENDS_res_pjsip_transport_websocket=PJPROJECT 
+MENUSELECT_DEPENDS_res_pjsip_xpidf_body_generator=PJPROJECT 
 MENUSELECT_DEPENDS_res_rtp_asterisk=PJPROJECT 
 MENUSELECT_DEPENDS_res_srtp=SRTP 
 MENUSELECT_DEPENDS_res_stasis_test=TEST_FRAMEWORK 
diff --git a/menuselect.makeopts b/menuselect.makeopts
index 69f9e10..e579f0e 100644
--- a/menuselect.makeopts
+++ b/menuselect.makeopts
@@ -8,7 +8,7 @@ MENUSELECT_CODECS=
 MENUSELECT_FORMATS=
 MENUSELECT_FUNCS=
 MENUSELECT_PBX=
-MENUSELECT_RES=res_stasis_test res_timing_kqueue 
+MENUSELECT_RES=res_mwi_external res_mwi_external_ami res_stasis_test res_timing_kqueue 
 MENUSELECT_TESTS=test_abstract_jb test_acl test_amihooks test_aoc test_app test_ari test_ari_model test_ast_format_str_reduce test_astobj2 test_astobj2_thrash test_bucket test_cdr test_cel test_config test_db test_devicestate test_dlinklists test_endpoints test_event test_expr test_format_api test_func_file test_gosub test_hashtab_thrash test_heap test_jitterbuf test_json test_linkedlists test_locale test_logger test_netsock2 test_optional_api test_pbx test_poll test_res_stasis test_sched test_scoped_lock test_security_events test_skel test_sorcery test_sorcery_astdb test_sorcery_realtime test_stasis test_stasis_channels test_stasis_endpoints test_stringfields test_strings test_substitution test_taskprocessor test_threadpool test_time test_utils test_uuid test_voicemail_api test_xml_escape 
 MENUSELECT_CFLAGS=LOADABLE_MODULES 
 MENUSELECT_OPTS_app_voicemail=FILE_STORAGE
@@ -18,7 +18,7 @@ MENUSELECT_EMBED=
 MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM 
 MENUSELECT_MOH=MOH-OPSOUND-WAV 
 MENUSELECT_EXTRA_SOUNDS=
-MENUSELECT_BUILD_DEPS=bridge_holding app_voicemail app_cdr app_confbridge res_monitor res_speech res_agi res_stasis res_adsi res_smdi res_odbc res_xmpp res_pjsip res_pjsip_session res_crypto res_http_websocket res_pktccops res_jabber res_ael_share res_ari res_sorcery_config res_pjsip_pubsub res_pjsip_exten_state res_stasis_recording res_statsd res_fax G711_NEW_ALGORITHM 
+MENUSELECT_BUILD_DEPS=bridge_holding app_voicemail app_cdr app_confbridge res_monitor res_speech res_agi res_stasis res_adsi res_smdi res_odbc res_xmpp res_pjsip res_pjsip_session res_crypto res_http_websocket res_pktccops res_jabber res_ael_share res_ari res_mwi_external res_sorcery_config res_pjsip_pubsub res_pjsip_exten_state res_stasis_recording res_statsd res_fax G711_NEW_ALGORITHM 
 MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_misdn
 MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_nbs
 MENUSELECT_DEPSFAILED=MENUSELECT_RES=res_stasis_test
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/asterisk.git/commitdiff/954aa047c4e7f1d360f7bf6bf3fce40f83e8f6e5



More information about the pld-cvs-commit mailing list