Skip to content

Commit 157d8d3

Browse files
authored
install: Update patches to target 22.1.0. (#50)
1 parent ef51cfa commit 157d8d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
PhreakScript installs:
66

7-
- Asterisk 22.0.0 (latest LTS release[1] of Asterisk)
7+
- Asterisk 22.1.0 (latest LTS release[1] of Asterisk)
88
- DAHDI Linux 3.4.0 (with optional DAHDI install flag)
99
- DAHDI Tools 3.4.0 (with optional DAHDI install flag)
1010
- wanpipe 7.0.38 (with optional wanpipe install flag)

phreaknet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,9 +2241,9 @@ phreak_patches() { # $1 = $PATCH_DIR, $2 = $AST_SRC_DIR
22412241
## merged into master, not yet in a release version (use asterisk_pr_if, e.g. asterisk_pr_if 399 210100 200600 182100)
22422242
asterisk_pr_if 901 220100 210600 182600 # astfd compiler fix
22432243
asterisk_pr_if 903 220100 210600 182600 # voicemail pager email fix
2244+
asterisk_pr_if 917 220100 210600 182600 # FreeBSD compilation fixes
22442245

22452246
## Unmerged patches: remove once merged
2246-
asterisk_pr_unconditional 917 # FreeBSD compilation fixes
22472247
git_patch "config_c_fix_template_inheritance_overrides.patch" # config.c: fix template inheritance/overrides
22482248
git_patch "config_c_fix_template_writing.patch" # config.c: fix template inheritance/overrides
22492249
asterisk_pr_unconditional 918 # config.c #tryinclude fixes

0 commit comments

Comments
 (0)