From 8283d572d51ea9a49554a66cc7447956b13e4986 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 4 Mar 2022 21:22:16 +0000 Subject: [PATCH] update to asterisk-16.24.1 AST-2022-004: pjproject: integer underflow on STUN message AST-2022-005: pjproject: undefined behavior after freeing a dialog set AST-2022-006: pjproject: unconstrained malformed multipart SIP message --- telephony/asterisk/16/Makefile | 4 +--- telephony/asterisk/16/distinfo | 4 ++-- telephony/asterisk/16/patches/patch-Makefile | 2 -- telephony/asterisk/16/patches/patch-apps_app_voicemail_c | 2 -- .../asterisk/16/patches/patch-apps_app_voicemail_exports_in | 2 -- .../asterisk/16/patches/patch-autoconf_ast_check_raii_m4 | 2 -- telephony/asterisk/16/patches/patch-build_tools_cflags_xml | 2 -- .../asterisk/16/patches/patch-configs_basic-pbx_asterisk_conf | 2 -- .../patches/patch-configs_samples_ast_debug_tools_conf_sample | 2 -- .../16/patches/patch-configs_samples_asterisk_conf_sample | 2 -- .../16/patches/patch-configs_samples_res_odbc_conf_sample | 2 -- .../asterisk/16/patches/patch-configs_samples_sip_conf_sample | 2 -- telephony/asterisk/16/patches/patch-configure_ac | 2 -- .../asterisk/16/patches/patch-contrib_scripts_ast_coredumper | 2 -- .../asterisk/16/patches/patch-contrib_scripts_safe_asterisk | 2 -- telephony/asterisk/16/patches/patch-main_audiohook_c | 2 -- telephony/asterisk/16/patches/patch-main_dns_core_c | 2 -- telephony/asterisk/16/patches/patch-main_iostream_c | 2 -- telephony/asterisk/16/patches/patch-main_utils_c | 2 -- telephony/asterisk/16/patches/patch-res_res_calendar_caldav_c | 2 -- .../asterisk/16/patches/patch-res_res_calendar_icalendar_c | 2 -- .../asterisk/16/patches/patch-res_res_http_media_cache_c | 2 -- telephony/asterisk/16/patches/patch-res_res_odbc_c | 2 -- telephony/asterisk/16/patches/patch-res_res_pjsip_history_c | 2 -- telephony/asterisk/16/patches/patch-res_res_pjsip_location_c | 2 -- .../asterisk/16/patches/patch-res_res_pjsip_pjsip_options_c | 2 -- telephony/asterisk/16/patches/patch-res_res_pjsip_pubsub_c | 2 -- telephony/asterisk/16/patches/patch-res_res_pjsip_registrar_c | 2 -- telephony/asterisk/16/patches/patch-res_res_rtp_asterisk_c | 2 -- telephony/asterisk/16/patches/patch-sounds_sounds_xml | 2 -- telephony/asterisk/16/patches/patch-third-party_apply_patches | 2 -- .../asterisk/16/patches/patch-third-party_pjproject_Makefile | 2 -- .../patch-third-party_pjproject_source_pjlib_build_Makefile | 2 -- ...-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c | 2 -- ...tch-third-party_pjproject_source_pjmedia_src_pjmedia_sdp_c | 2 -- telephony/asterisk/16/pkg/PLIST-calendar | 1 - telephony/asterisk/16/pkg/PLIST-http_post | 1 - telephony/asterisk/16/pkg/PLIST-kqueue | 1 - telephony/asterisk/16/pkg/PLIST-ldap | 1 - telephony/asterisk/16/pkg/PLIST-lua | 1 - telephony/asterisk/16/pkg/PLIST-main | 1 - telephony/asterisk/16/pkg/PLIST-odbc | 1 - telephony/asterisk/16/pkg/PLIST-pgsql | 1 - telephony/asterisk/16/pkg/PLIST-snmp | 1 - telephony/asterisk/16/pkg/PLIST-speex | 1 - telephony/asterisk/16/pkg/PLIST-tds | 1 - 46 files changed, 3 insertions(+), 82 deletions(-) diff --git a/telephony/asterisk/16/Makefile b/telephony/asterisk/16/Makefile index e833d4ce823..f5532aacb1b 100644 --- a/telephony/asterisk/16/Makefile +++ b/telephony/asterisk/16/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2022/02/10 22:06:51 sthen Exp $ - -VER= 16.24.0 +VER= 16.24.1 PJ_V= 2.10 SHLIB_V= 0.0 VERSION_SPEC= >=16.0,<17.0 diff --git a/telephony/asterisk/16/distinfo b/telephony/asterisk/16/distinfo index e861104bf27..42070b83b3d 100644 --- a/telephony/asterisk/16/distinfo +++ b/telephony/asterisk/16/distinfo @@ -1,4 +1,4 @@ -SHA256 (asterisk-16.24.0.tar.gz) = yGbRXOFb2MErbWmmCSkARy0GakQLNSJ1y84eUH5g/Fg= +SHA256 (asterisk-16.24.1.tar.gz) = cyfDP6WScx4PG4JRzAsj1jeNDsHBSiVpJSy1XqVOd7g= SHA256 (pjproject-2.10.tar.bz2) = LooaSgBWLKiO6IvbaNoqnZg8RiiPc0BzKHuRamNrFZM= -SIZE (asterisk-16.24.0.tar.gz) = 27987904 +SIZE (asterisk-16.24.1.tar.gz) = 27969456 SIZE (pjproject-2.10.tar.bz2) = 7339188 diff --git a/telephony/asterisk/16/patches/patch-Makefile b/telephony/asterisk/16/patches/patch-Makefile index 510676bcfa8..4405d42bb76 100644 --- a/telephony/asterisk/16/patches/patch-Makefile +++ b/telephony/asterisk/16/patches/patch-Makefile @@ -1,5 +1,3 @@ -$OpenBSD: patch-Makefile,v 1.1 2021/11/02 12:47:08 sthen Exp $ - - don't force compiler flags - don't unconditionally set -ftrampolines, it is gcc-only. (Blocksruntime isn't working correctly on OpenBSD anyway so clang diff --git a/telephony/asterisk/16/patches/patch-apps_app_voicemail_c b/telephony/asterisk/16/patches/patch-apps_app_voicemail_c index 75645004f11..e1f26bfd106 100644 --- a/telephony/asterisk/16/patches/patch-apps_app_voicemail_c +++ b/telephony/asterisk/16/patches/patch-apps_app_voicemail_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-apps_app_voicemail_c,v 1.2 2021/12/10 11:19:59 sthen Exp $ - test for alpine-2.22's c-client and cope with API change. parts borrowed from slackware patch for PHP with alpine-2.22. diff --git a/telephony/asterisk/16/patches/patch-apps_app_voicemail_exports_in b/telephony/asterisk/16/patches/patch-apps_app_voicemail_exports_in index cddd409cebb..fd96129054a 100644 --- a/telephony/asterisk/16/patches/patch-apps_app_voicemail_exports_in +++ b/telephony/asterisk/16/patches/patch-apps_app_voicemail_exports_in @@ -1,5 +1,3 @@ -$OpenBSD: patch-apps_app_voicemail_exports_in,v 1.1 2021/11/02 12:47:08 sthen Exp $ - test for alpine-2.22's c-client and cope with API change. parts borrowed from slackware patch for PHP with alpine-2.22. diff --git a/telephony/asterisk/16/patches/patch-autoconf_ast_check_raii_m4 b/telephony/asterisk/16/patches/patch-autoconf_ast_check_raii_m4 index be103c17bcf..adbae6205ac 100644 --- a/telephony/asterisk/16/patches/patch-autoconf_ast_check_raii_m4 +++ b/telephony/asterisk/16/patches/patch-autoconf_ast_check_raii_m4 @@ -1,5 +1,3 @@ -$OpenBSD: patch-autoconf_ast_check_raii_m4,v 1.1 2021/11/02 12:47:08 sthen Exp $ - Index: autoconf/ast_check_raii.m4 --- autoconf/ast_check_raii.m4.orig +++ autoconf/ast_check_raii.m4 diff --git a/telephony/asterisk/16/patches/patch-build_tools_cflags_xml b/telephony/asterisk/16/patches/patch-build_tools_cflags_xml index 58242ed574a..dcf472cf7cf 100644 --- a/telephony/asterisk/16/patches/patch-build_tools_cflags_xml +++ b/telephony/asterisk/16/patches/patch-build_tools_cflags_xml @@ -1,5 +1,3 @@ -$OpenBSD: patch-build_tools_cflags_xml,v 1.1 2021/11/02 12:47:08 sthen Exp $ - Index: build_tools/cflags.xml --- build_tools/cflags.xml.orig +++ build_tools/cflags.xml diff --git a/telephony/asterisk/16/patches/patch-configs_basic-pbx_asterisk_conf b/telephony/asterisk/16/patches/patch-configs_basic-pbx_asterisk_conf index 2fc7fcd6847..e0fa47d5308 100644 --- a/telephony/asterisk/16/patches/patch-configs_basic-pbx_asterisk_conf +++ b/telephony/asterisk/16/patches/patch-configs_basic-pbx_asterisk_conf @@ -1,5 +1,3 @@ -$OpenBSD: patch-configs_basic-pbx_asterisk_conf,v 1.1 2022/01/07 20:06:26 sthen Exp $ - Index: configs/basic-pbx/asterisk.conf --- configs/basic-pbx/asterisk.conf.orig +++ configs/basic-pbx/asterisk.conf diff --git a/telephony/asterisk/16/patches/patch-configs_samples_ast_debug_tools_conf_sample b/telephony/asterisk/16/patches/patch-configs_samples_ast_debug_tools_conf_sample index bf28b37fd86..195df027010 100644 --- a/telephony/asterisk/16/patches/patch-configs_samples_ast_debug_tools_conf_sample +++ b/telephony/asterisk/16/patches/patch-configs_samples_ast_debug_tools_conf_sample @@ -1,5 +1,3 @@ -$OpenBSD: patch-configs_samples_ast_debug_tools_conf_sample,v 1.2 2021/12/10 11:19:59 sthen Exp $ - Index: configs/samples/ast_debug_tools.conf.sample --- configs/samples/ast_debug_tools.conf.sample.orig +++ configs/samples/ast_debug_tools.conf.sample diff --git a/telephony/asterisk/16/patches/patch-configs_samples_asterisk_conf_sample b/telephony/asterisk/16/patches/patch-configs_samples_asterisk_conf_sample index a5b292ae6fc..586a0ba5913 100644 --- a/telephony/asterisk/16/patches/patch-configs_samples_asterisk_conf_sample +++ b/telephony/asterisk/16/patches/patch-configs_samples_asterisk_conf_sample @@ -1,5 +1,3 @@ -$OpenBSD: patch-configs_samples_asterisk_conf_sample,v 1.1 2021/11/02 12:47:08 sthen Exp $ - Index: configs/samples/asterisk.conf.sample --- configs/samples/asterisk.conf.sample.orig +++ configs/samples/asterisk.conf.sample diff --git a/telephony/asterisk/16/patches/patch-configs_samples_res_odbc_conf_sample b/telephony/asterisk/16/patches/patch-configs_samples_res_odbc_conf_sample index b52be1b7e99..abc62ab3998 100644 --- a/telephony/asterisk/16/patches/patch-configs_samples_res_odbc_conf_sample +++ b/telephony/asterisk/16/patches/patch-configs_samples_res_odbc_conf_sample @@ -1,5 +1,3 @@ -$OpenBSD: patch-configs_samples_res_odbc_conf_sample,v 1.1 2021/11/02 12:47:08 sthen Exp $ - Index: configs/samples/res_odbc.conf.sample --- configs/samples/res_odbc.conf.sample.orig +++ configs/samples/res_odbc.conf.sample diff --git a/telephony/asterisk/16/patches/patch-configs_samples_sip_conf_sample b/telephony/asterisk/16/patches/patch-configs_samples_sip_conf_sample index 605c0b552a4..f5d22da3d6b 100644 --- a/telephony/asterisk/16/patches/patch-configs_samples_sip_conf_sample +++ b/telephony/asterisk/16/patches/patch-configs_samples_sip_conf_sample @@ -1,5 +1,3 @@ -$OpenBSD: patch-configs_samples_sip_conf_sample,v 1.1 2021/11/02 12:47:08 sthen Exp $ - Index: configs/samples/sip.conf.sample --- configs/samples/sip.conf.sample.orig +++ configs/samples/sip.conf.sample diff --git a/telephony/asterisk/16/patches/patch-configure_ac b/telephony/asterisk/16/patches/patch-configure_ac index 0f4ba03517f..09a918e8409 100644 --- a/telephony/asterisk/16/patches/patch-configure_ac +++ b/telephony/asterisk/16/patches/patch-configure_ac @@ -1,5 +1,3 @@ -$OpenBSD: patch-configure_ac,v 1.3 2022/02/10 22:06:51 sthen Exp $ - test for alpine-2.22's c-client and cope with API change. parts borrowed from slackware patch for PHP with alpine-2.22. diff --git a/telephony/asterisk/16/patches/patch-contrib_scripts_ast_coredumper b/telephony/asterisk/16/patches/patch-contrib_scripts_ast_coredumper index 7ff2a5e60c6..8a452f66005 100644 --- a/telephony/asterisk/16/patches/patch-contrib_scripts_ast_coredumper +++ b/telephony/asterisk/16/patches/patch-contrib_scripts_ast_coredumper @@ -1,5 +1,3 @@ -$OpenBSD: patch-contrib_scripts_ast_coredumper,v 1.3 2022/02/10 22:06:51 sthen Exp $ - Index: contrib/scripts/ast_coredumper --- contrib/scripts/ast_coredumper.orig +++ contrib/scripts/ast_coredumper diff --git a/telephony/asterisk/16/patches/patch-contrib_scripts_safe_asterisk b/telephony/asterisk/16/patches/patch-contrib_scripts_safe_asterisk index 359ef1ba8a8..607bddf732a 100644 --- a/telephony/asterisk/16/patches/patch-contrib_scripts_safe_asterisk +++ b/telephony/asterisk/16/patches/patch-contrib_scripts_safe_asterisk @@ -1,5 +1,3 @@ -$OpenBSD: patch-contrib_scripts_safe_asterisk,v 1.1 2021/11/02 12:47:08 sthen Exp $ - Index: contrib/scripts/safe_asterisk --- contrib/scripts/safe_asterisk.orig +++ contrib/scripts/safe_asterisk diff --git a/telephony/asterisk/16/patches/patch-main_audiohook_c b/telephony/asterisk/16/patches/patch-main_audiohook_c index 6e9363015e9..b250b50a725 100644 --- a/telephony/asterisk/16/patches/patch-main_audiohook_c +++ b/telephony/asterisk/16/patches/patch-main_audiohook_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-main_audiohook_c,v 1.2 2021/12/10 11:19:59 sthen Exp $ - Raise level of audiohook debug messages, they are very frequent on OpenBSD making any debug levels unusable. diff --git a/telephony/asterisk/16/patches/patch-main_dns_core_c b/telephony/asterisk/16/patches/patch-main_dns_core_c index d7eeda772d3..2204f1f03dc 100644 --- a/telephony/asterisk/16/patches/patch-main_dns_core_c +++ b/telephony/asterisk/16/patches/patch-main_dns_core_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-main_dns_core_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - cope with ancient nameser.h Index: main/dns_core.c diff --git a/telephony/asterisk/16/patches/patch-main_iostream_c b/telephony/asterisk/16/patches/patch-main_iostream_c index e142d782ba4..ab8dca02ab3 100644 --- a/telephony/asterisk/16/patches/patch-main_iostream_c +++ b/telephony/asterisk/16/patches/patch-main_iostream_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-main_iostream_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: main/iostream.c --- main/iostream.c.orig +++ main/iostream.c diff --git a/telephony/asterisk/16/patches/patch-main_utils_c b/telephony/asterisk/16/patches/patch-main_utils_c index 05f150d5485..304374aadc1 100644 --- a/telephony/asterisk/16/patches/patch-main_utils_c +++ b/telephony/asterisk/16/patches/patch-main_utils_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-main_utils_c,v 1.3 2022/02/10 22:06:51 sthen Exp $ - Index: main/utils.c --- main/utils.c.orig +++ main/utils.c diff --git a/telephony/asterisk/16/patches/patch-res_res_calendar_caldav_c b/telephony/asterisk/16/patches/patch-res_res_calendar_caldav_c index 38d774d5978..a689772130d 100644 --- a/telephony/asterisk/16/patches/patch-res_res_calendar_caldav_c +++ b/telephony/asterisk/16/patches/patch-res_res_calendar_caldav_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_calendar_caldav_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: res/res_calendar_caldav.c --- res/res_calendar_caldav.c.orig +++ res/res_calendar_caldav.c diff --git a/telephony/asterisk/16/patches/patch-res_res_calendar_icalendar_c b/telephony/asterisk/16/patches/patch-res_res_calendar_icalendar_c index 7185135a567..4229ea53262 100644 --- a/telephony/asterisk/16/patches/patch-res_res_calendar_icalendar_c +++ b/telephony/asterisk/16/patches/patch-res_res_calendar_icalendar_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_calendar_icalendar_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: res/res_calendar_icalendar.c --- res/res_calendar_icalendar.c.orig +++ res/res_calendar_icalendar.c diff --git a/telephony/asterisk/16/patches/patch-res_res_http_media_cache_c b/telephony/asterisk/16/patches/patch-res_res_http_media_cache_c index 02a572081ce..69e4cf26166 100644 --- a/telephony/asterisk/16/patches/patch-res_res_http_media_cache_c +++ b/telephony/asterisk/16/patches/patch-res_res_http_media_cache_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_http_media_cache_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: res/res_http_media_cache.c --- res/res_http_media_cache.c.orig +++ res/res_http_media_cache.c diff --git a/telephony/asterisk/16/patches/patch-res_res_odbc_c b/telephony/asterisk/16/patches/patch-res_res_odbc_c index ef41ad49c5b..6f73b87a52f 100644 --- a/telephony/asterisk/16/patches/patch-res_res_odbc_c +++ b/telephony/asterisk/16/patches/patch-res_res_odbc_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_odbc_c,v 1.2 2021/12/10 11:19:59 sthen Exp $ - Index: res/res_odbc.c --- res/res_odbc.c.orig +++ res/res_odbc.c diff --git a/telephony/asterisk/16/patches/patch-res_res_pjsip_history_c b/telephony/asterisk/16/patches/patch-res_res_pjsip_history_c index a3787015a0e..d23818b7e4f 100644 --- a/telephony/asterisk/16/patches/patch-res_res_pjsip_history_c +++ b/telephony/asterisk/16/patches/patch-res_res_pjsip_history_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_pjsip_history_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: res/res_pjsip_history.c --- res/res_pjsip_history.c.orig +++ res/res_pjsip_history.c diff --git a/telephony/asterisk/16/patches/patch-res_res_pjsip_location_c b/telephony/asterisk/16/patches/patch-res_res_pjsip_location_c index 89338154682..34aff3f94ae 100644 --- a/telephony/asterisk/16/patches/patch-res_res_pjsip_location_c +++ b/telephony/asterisk/16/patches/patch-res_res_pjsip_location_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_pjsip_location_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: res/res_pjsip/location.c --- res/res_pjsip/location.c.orig +++ res/res_pjsip/location.c diff --git a/telephony/asterisk/16/patches/patch-res_res_pjsip_pjsip_options_c b/telephony/asterisk/16/patches/patch-res_res_pjsip_pjsip_options_c index 12c81c7c61f..d15b7e7c747 100644 --- a/telephony/asterisk/16/patches/patch-res_res_pjsip_pjsip_options_c +++ b/telephony/asterisk/16/patches/patch-res_res_pjsip_pjsip_options_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_pjsip_pjsip_options_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: res/res_pjsip/pjsip_options.c --- res/res_pjsip/pjsip_options.c.orig +++ res/res_pjsip/pjsip_options.c diff --git a/telephony/asterisk/16/patches/patch-res_res_pjsip_pubsub_c b/telephony/asterisk/16/patches/patch-res_res_pjsip_pubsub_c index deda0de4a64..20c029ef61d 100644 --- a/telephony/asterisk/16/patches/patch-res_res_pjsip_pubsub_c +++ b/telephony/asterisk/16/patches/patch-res_res_pjsip_pubsub_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_pjsip_pubsub_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: res/res_pjsip_pubsub.c --- res/res_pjsip_pubsub.c.orig +++ res/res_pjsip_pubsub.c diff --git a/telephony/asterisk/16/patches/patch-res_res_pjsip_registrar_c b/telephony/asterisk/16/patches/patch-res_res_pjsip_registrar_c index 00d9eb779a3..32a5043105a 100644 --- a/telephony/asterisk/16/patches/patch-res_res_pjsip_registrar_c +++ b/telephony/asterisk/16/patches/patch-res_res_pjsip_registrar_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_pjsip_registrar_c,v 1.2 2021/12/10 11:19:59 sthen Exp $ - Index: res/res_pjsip_registrar.c --- res/res_pjsip_registrar.c.orig +++ res/res_pjsip_registrar.c diff --git a/telephony/asterisk/16/patches/patch-res_res_rtp_asterisk_c b/telephony/asterisk/16/patches/patch-res_res_rtp_asterisk_c index c595053522c..fc04cce7a9a 100644 --- a/telephony/asterisk/16/patches/patch-res_res_rtp_asterisk_c +++ b/telephony/asterisk/16/patches/patch-res_res_rtp_asterisk_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-res_res_rtp_asterisk_c,v 1.2 2022/02/10 22:06:51 sthen Exp $ - libressl *does* have this now Index: res/res_rtp_asterisk.c diff --git a/telephony/asterisk/16/patches/patch-sounds_sounds_xml b/telephony/asterisk/16/patches/patch-sounds_sounds_xml index c63f983d4f8..02f8b362cfe 100644 --- a/telephony/asterisk/16/patches/patch-sounds_sounds_xml +++ b/telephony/asterisk/16/patches/patch-sounds_sounds_xml @@ -1,5 +1,3 @@ -$OpenBSD: patch-sounds_sounds_xml,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: sounds/sounds.xml --- sounds/sounds.xml.orig +++ sounds/sounds.xml diff --git a/telephony/asterisk/16/patches/patch-third-party_apply_patches b/telephony/asterisk/16/patches/patch-third-party_apply_patches index 0a74de0dc2f..9fe389c7815 100644 --- a/telephony/asterisk/16/patches/patch-third-party_apply_patches +++ b/telephony/asterisk/16/patches/patch-third-party_apply_patches @@ -1,5 +1,3 @@ -$OpenBSD: patch-third-party_apply_patches,v 1.2 2022/02/10 22:06:51 sthen Exp $ - Index: third-party/apply_patches --- third-party/apply_patches.orig +++ third-party/apply_patches diff --git a/telephony/asterisk/16/patches/patch-third-party_pjproject_Makefile b/telephony/asterisk/16/patches/patch-third-party_pjproject_Makefile index 67ba046ba62..0b180dae049 100644 --- a/telephony/asterisk/16/patches/patch-third-party_pjproject_Makefile +++ b/telephony/asterisk/16/patches/patch-third-party_pjproject_Makefile @@ -1,5 +1,3 @@ -$OpenBSD: patch-third-party_pjproject_Makefile,v 1.2 2022/02/10 22:06:51 sthen Exp $ - Index: third-party/pjproject/Makefile --- third-party/pjproject/Makefile.orig +++ third-party/pjproject/Makefile diff --git a/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjlib_build_Makefile b/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjlib_build_Makefile index 3cca22c422e..2606860a6d7 100644 --- a/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjlib_build_Makefile +++ b/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjlib_build_Makefile @@ -1,5 +1,3 @@ -$OpenBSD: patch-third-party_pjproject_source_pjlib_build_Makefile,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: third-party/pjproject/source/pjlib/build/Makefile --- third-party/pjproject/source/pjlib/build/Makefile.orig +++ third-party/pjproject/source/pjlib/build/Makefile diff --git a/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c b/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c index fd8d6bad9d3..853aaa39ebe 100644 --- a/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c +++ b/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - Index: third-party/pjproject/source/pjlib/src/pj/ssl_sock_ossl.c --- third-party/pjproject/source/pjlib/src/pj/ssl_sock_ossl.c.orig +++ third-party/pjproject/source/pjlib/src/pj/ssl_sock_ossl.c diff --git a/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjmedia_src_pjmedia_sdp_c b/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjmedia_src_pjmedia_sdp_c index 6fda1f93424..d002d514be2 100644 --- a/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjmedia_src_pjmedia_sdp_c +++ b/telephony/asterisk/16/patches/patch-third-party_pjproject_source_pjmedia_src_pjmedia_sdp_c @@ -1,5 +1,3 @@ -$OpenBSD: patch-third-party_pjproject_source_pjmedia_src_pjmedia_sdp_c,v 1.1 2021/11/02 12:47:09 sthen Exp $ - asterisk: vfprintf %s NULL in "%.*s %.*s/%u%s%.*s" Index: third-party/pjproject/source/pjmedia/src/pjmedia/sdp.c diff --git a/telephony/asterisk/16/pkg/PLIST-calendar b/telephony/asterisk/16/pkg/PLIST-calendar index c946280ac27..b8cad6a93d0 100644 --- a/telephony/asterisk/16/pkg/PLIST-calendar +++ b/telephony/asterisk/16/pkg/PLIST-calendar @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-calendar,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @so lib/asterisk/modules/res_calendar.so @so lib/asterisk/modules/res_calendar_caldav.so diff --git a/telephony/asterisk/16/pkg/PLIST-http_post b/telephony/asterisk/16/pkg/PLIST-http_post index 376af2ed91e..41c4dd670cc 100644 --- a/telephony/asterisk/16/pkg/PLIST-http_post +++ b/telephony/asterisk/16/pkg/PLIST-http_post @@ -1,3 +1,2 @@ -@comment $OpenBSD: PLIST-http_post,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @so lib/asterisk/modules/res_http_post.so diff --git a/telephony/asterisk/16/pkg/PLIST-kqueue b/telephony/asterisk/16/pkg/PLIST-kqueue index 0abf7869cc3..f86763c002a 100644 --- a/telephony/asterisk/16/pkg/PLIST-kqueue +++ b/telephony/asterisk/16/pkg/PLIST-kqueue @@ -1,3 +1,2 @@ -@comment $OpenBSD: PLIST-kqueue,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @so lib/asterisk/modules/res_timing_kqueue.so diff --git a/telephony/asterisk/16/pkg/PLIST-ldap b/telephony/asterisk/16/pkg/PLIST-ldap index 14a6570eb7c..0dbe3b30e28 100644 --- a/telephony/asterisk/16/pkg/PLIST-ldap +++ b/telephony/asterisk/16/pkg/PLIST-ldap @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-ldap,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @so lib/asterisk/modules/res_config_ldap.so share/examples/asterisk/asterisk.ldap-schema diff --git a/telephony/asterisk/16/pkg/PLIST-lua b/telephony/asterisk/16/pkg/PLIST-lua index c95a70f4c12..14cca0ea9f1 100644 --- a/telephony/asterisk/16/pkg/PLIST-lua +++ b/telephony/asterisk/16/pkg/PLIST-lua @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-lua,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @conflict asterisk-<16.9.0p0 @so lib/asterisk/modules/pbx_lua.so diff --git a/telephony/asterisk/16/pkg/PLIST-main b/telephony/asterisk/16/pkg/PLIST-main index 28bf3240c86..9eb3e347ab4 100644 --- a/telephony/asterisk/16/pkg/PLIST-main +++ b/telephony/asterisk/16/pkg/PLIST-main @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-main,v 1.2 2022/02/10 22:06:51 sthen Exp $ @option is-branch @newgroup _asterisk:545 @newuser _asterisk:545:_asterisk:daemon:asterisk user:/nonexistent:/sbin/nologin diff --git a/telephony/asterisk/16/pkg/PLIST-odbc b/telephony/asterisk/16/pkg/PLIST-odbc index 9b88196a53c..013d069926f 100644 --- a/telephony/asterisk/16/pkg/PLIST-odbc +++ b/telephony/asterisk/16/pkg/PLIST-odbc @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-odbc,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch include/asterisk/res_odbc.h @so lib/asterisk/modules/cdr_adaptive_odbc.so diff --git a/telephony/asterisk/16/pkg/PLIST-pgsql b/telephony/asterisk/16/pkg/PLIST-pgsql index a6852798922..1ba2183cd97 100644 --- a/telephony/asterisk/16/pkg/PLIST-pgsql +++ b/telephony/asterisk/16/pkg/PLIST-pgsql @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-pgsql,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @so lib/asterisk/modules/cdr_pgsql.so @so lib/asterisk/modules/cel_pgsql.so diff --git a/telephony/asterisk/16/pkg/PLIST-snmp b/telephony/asterisk/16/pkg/PLIST-snmp index 706a38c3ca8..86ce36b7d47 100644 --- a/telephony/asterisk/16/pkg/PLIST-snmp +++ b/telephony/asterisk/16/pkg/PLIST-snmp @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-snmp,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @so lib/asterisk/modules/res_snmp.so share/examples/asterisk/default/res_snmp.conf diff --git a/telephony/asterisk/16/pkg/PLIST-speex b/telephony/asterisk/16/pkg/PLIST-speex index b52fc1929c2..c1b0e26e65c 100644 --- a/telephony/asterisk/16/pkg/PLIST-speex +++ b/telephony/asterisk/16/pkg/PLIST-speex @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-speex,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @so lib/asterisk/modules/codec_speex.so @so lib/asterisk/modules/format_ogg_speex.so diff --git a/telephony/asterisk/16/pkg/PLIST-tds b/telephony/asterisk/16/pkg/PLIST-tds index c358136cc7c..c8cd4925022 100644 --- a/telephony/asterisk/16/pkg/PLIST-tds +++ b/telephony/asterisk/16/pkg/PLIST-tds @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST-tds,v 1.1 2021/11/02 12:47:09 sthen Exp $ @option is-branch @so lib/asterisk/modules/cdr_tds.so @so lib/asterisk/modules/cel_tds.so