From 01c31afb2adf6bc929f25b96defc60cb289404af Mon Sep 17 00:00:00 2001 From: InterLinked1 <24227567+InterLinked1@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:30:29 -0500 Subject: [PATCH] install: Update patches to target 22.1.0. --- README.md | 2 +- phreaknet.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba634c1..e63a769 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PhreakScript installs: -- Asterisk 22.0.0 (latest LTS release[1] of Asterisk) +- Asterisk 22.1.0 (latest LTS release[1] of Asterisk) - DAHDI Linux 3.4.0 (with optional DAHDI install flag) - DAHDI Tools 3.4.0 (with optional DAHDI install flag) - wanpipe 7.0.38 (with optional wanpipe install flag) diff --git a/phreaknet.sh b/phreaknet.sh index 75962a8..8e094d4 100755 --- a/phreaknet.sh +++ b/phreaknet.sh @@ -2241,9 +2241,9 @@ phreak_patches() { # $1 = $PATCH_DIR, $2 = $AST_SRC_DIR ## merged into master, not yet in a release version (use asterisk_pr_if, e.g. asterisk_pr_if 399 210100 200600 182100) asterisk_pr_if 901 220100 210600 182600 # astfd compiler fix asterisk_pr_if 903 220100 210600 182600 # voicemail pager email fix + asterisk_pr_if 917 220100 210600 182600 # FreeBSD compilation fixes ## Unmerged patches: remove once merged - asterisk_pr_unconditional 917 # FreeBSD compilation fixes git_patch "config_c_fix_template_inheritance_overrides.patch" # config.c: fix template inheritance/overrides git_patch "config_c_fix_template_writing.patch" # config.c: fix template inheritance/overrides asterisk_pr_unconditional 918 # config.c #tryinclude fixes