]> git.ipfire.org Git - thirdparty/asterisk.git/commit
apply_patches: Sort patch list before applying
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 6 Jul 2023 12:37:50 +0000 (06:37 -0600)
committerAsteriskCI2 <gjoseph@sangoma.com>
Thu, 6 Jul 2023 14:04:16 +0000 (14:04 +0000)
commit6dc6d11671486238ee5295771f1d5444e0936e18
treecd02b1c6026ebc4648d6996128dc32b42361b10e
parent452e0d72587d66eb2b4086c2df9f112b41998759
apply_patches: Sort patch list before applying

The apply_patches script wasn't sorting the list of patches in
the "patches" directory before applying them. This left the list
in an indeterminate order. In most cases, the list is actually
sorted but rarely, they can be out of order and cause dependent
patches to fail to apply.

We now sort the list but the "sort" program wasn't in the
configure scripts so we needed to add that and regenerate
the scripts as well.

Resolves: #193
configure
configure.ac
makeopts.in
menuselect/configure
third-party/apply_patches