update to asterisk-19.6.0

This commit is contained in:
sthen 2022-08-18 19:17:31 +00:00
parent 6122fd6009
commit 60c2b97d86
5 changed files with 27 additions and 8 deletions

View File

@ -1,8 +1,7 @@
VER= 19.5.0
PJ_V= 2.12
VER= 19.6.0
PJ_V= 2.12.1
SHLIB_V= 0.0
VERSION_SPEC= >=19.0,<20.0
# no PORTROACH marker for the highest branch, to allow finding new branches
REVISION= 1
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (asterisk-19.5.0.tar.gz) = 8XdXOP6WedZgL4OpbsZzUyT+elCAD8Ccl6cMx8fPAMg=
SHA256 (pjproject-2.12.tar.gz) = s7lNm+SrqPbS0csWRgPoGwpu4XNS+eK6W1jjJeYQylo=
SIZE (asterisk-19.5.0.tar.gz) = 27880937
SIZE (pjproject-2.12.tar.gz) = 9658564
SHA256 (asterisk-19.6.0.tar.gz) = Sjgtlln13ebmVN/Vx9wbSRzKpiUVd8bFG5S8CaqMZXI=
SHA256 (pjproject-2.12.1.tar.gz) = 0P7vaWOweTToIbpDKK7LTDY1hRXBs+UH2lh0VV1xNTM=
SIZE (asterisk-19.6.0.tar.gz) = 27949924
SIZE (pjproject-2.12.1.tar.gz) = 9660659

View File

@ -0,0 +1,16 @@
Index: Makefile.rules
--- Makefile.rules.orig
+++ Makefile.rules
@@ -213,10 +213,10 @@ endif
# extern const size_t _binary_abc_def_xml_size;
%.o: %.xml
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
- $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
+ $(CMD_PREFIX) $(CC) ${LLD_EMUL} -g -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
%.o: %.xslt
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
- $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
+ $(CMD_PREFIX) $(CC) ${LLD_EMUL} -g -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
dist-clean:: clean

View File

@ -1,7 +1,7 @@
Index: main/utils.c
--- main/utils.c.orig
+++ main/utils.c
@@ -2661,6 +2661,8 @@ int ast_get_tid(void)
@@ -2722,6 +2722,8 @@ int ast_get_tid(void)
long lwpid;
thr_self(&lwpid); /* available since sys/thr.h creation 2003 */
ret = lwpid;

View File

@ -152,6 +152,7 @@ include/asterisk/res_aeap.h
include/asterisk/res_aeap_message.h
include/asterisk/res_audiosocket.h
include/asterisk/res_fax.h
include/asterisk/res_geolocation.h
include/asterisk/res_hep.h
include/asterisk/res_mwi_external.h
include/asterisk/res_odbc_transaction.h
@ -453,6 +454,7 @@ lib/asterisk/modules/
@so lib/asterisk/modules/res_format_attr_siren14.so
@so lib/asterisk/modules/res_format_attr_siren7.so
@so lib/asterisk/modules/res_format_attr_vp8.so
@so lib/asterisk/modules/res_geolocation.so
@so lib/asterisk/modules/res_hep.so
@so lib/asterisk/modules/res_hep_pjsip.so
@so lib/asterisk/modules/res_hep_rtcp.so
@ -481,6 +483,7 @@ lib/asterisk/modules/
@so lib/asterisk/modules/res_pjsip_endpoint_identifier_ip.so
@so lib/asterisk/modules/res_pjsip_endpoint_identifier_user.so
@so lib/asterisk/modules/res_pjsip_exten_state.so
@so lib/asterisk/modules/res_pjsip_geolocation.so
@so lib/asterisk/modules/res_pjsip_header_funcs.so
@so lib/asterisk/modules/res_pjsip_history.so
@so lib/asterisk/modules/res_pjsip_logger.so
@ -697,6 +700,7 @@ share/examples/asterisk/default/extensions_minivm.conf
share/examples/asterisk/default/features.conf
share/examples/asterisk/default/festival.conf
share/examples/asterisk/default/followme.conf
share/examples/asterisk/default/geolocation.conf
share/examples/asterisk/default/hep.conf
share/examples/asterisk/default/http.conf
share/examples/asterisk/default/iax.conf