CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/05/07 13:35:11
Modified files:
telephony/asterisk: Makefile distinfo
telephony/asterisk/patches: patch-res_res_rtp_asterisk_c
Added files:
telephony/asterisk/patches:
patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c
Log message:
update to asterisk-18.4.0
add a patch from tb@ to fix upcoming build breakage with libressl;
we do have SSL_CIPHER_get_id() and SSL_set_session() so no need to #define
them; currently tis works but SSL_CIPHER is going to become opaque which
will break the redefinitions.