Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-09 | upgpkg: asterisk 17.7.0-1 | Caleb Maclennan | |
upstream release | |||
2020-07-30 | upgpkg: asterisk 17.6.0-1 | Caleb Maclennan | |
upstream release | |||
2020-06-27 | upgpkg: asterisk 17.5.1-1 | Caleb Maclennan | |
upstream release | |||
2020-06-12 | upgpkg: asterisk 17.5.0-1 | Caleb Maclennan | |
upstream release | |||
2020-05-29 | Link to HTTPS | Caleb Maclennan | |
2020-05-01 | upgpkg: asterisk 17.4.0-1 | Caleb Maclennan | |
upstream release | |||
2020-03-14 | Update to 17.3.0 | Caleb Maclennan | |
2020-02-27 | Simplify scripting | Caleb Maclennan | |
2020-02-27 | Add missing config backup declarations | Caleb Maclennan | |
Also, auto generate list to avoid future such oversights... | |||
2020-02-27 | Package headers, cleanup packaging | Caleb Maclennan | |
2020-02-26 | Oops, fix out of step meta data | Caleb Maclennan | |
2020-02-26 | Drop radiousclient-ng optdepends, removed from AUR in 2017 | Caleb Maclennan | |
2020-02-22 | Bumped to 17.2.0 and added Caleb as co-maintainer | Nigel Kukard | |
2019-12-27 | Updated to 17.1.0 | Nigel Kukard | |
2019-11-28 | Updated to 17.0.1 | Nigel Kukard | |
2019-11-21 | Updated to 17.0.0 | Nigel Kukard | |
2019-11-02 | Updated to 16.6.1 | Nigel Kukard | |
2019-11-02 | Cleaned up PKGBUILD | Nigel Kukard | |
2019-10-10 | Bumped to version 16.6.0 | Nigel Kukard | |
2019-10-05 | Bumped to version 16.5.1 | Nigel Kukard | |
2019-08-14 | Regenerated .SRCINFO and bumped pkgrel | Nigel Kukard | |
2019-08-14 | Fix most illegal instructions when shipping asterisk. | Denis 'GNUtoo' Carikli | |
While this works in AUR, because users are building the PKGBUILD, distributions wanting to use this PKGBUILD as-is and ship packages produced with it will result in illegal instructions at runtime. Without that fix, if you build this packages on a machine with a processor that supports avx (Advanced Vector Extensions), libpjsip.so.2 ended up with vpxor instructions that were also executed on machines with a processor that did not have such extension, which resulted in an illegal instruction at asterisk startup if the machine running it didn't have AVX. Though for some reason, with this patch, building asterisk on a machine with avx still results in res_pjsip_send_to_voicemail.so having one vpxor instruction. Hopefully even with that, asterisk can still start on machines that do not have AVX. To fix most illegal instructions: - Native builds were disabled by using the ChangeLog documentation: "Those who need different -march= values, please, go for ./configure make menuselect.makeopts or make menuselect ./menuselect/menuselect --disable BUILD_NATIVE" - The build configuration was changed to use an external pjproject library. The AUR PKGBUILD for pjproject also had several fixes to prevent it from causing illegal instructions. On x86_64 I verified that most asterisk ELF files did not have vpxor instructions anymore with: $ pacman -Q -l asterisk | \ awk '{print $2}' | xargs file | grep ELF | \ sed 's#:.*##' | xargs objdump -D | grep vpxor Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||
2019-07-25 | Updated to 16.5.0 | Nigel Kukard | |
2019-06-01 | 16.4.0 | DX37 | |
2019-04-07 | 16.3.0 | DX37 | |
2019-03-11 | 16.2.1 | DX37 | |
2019-02-16 | 16.2.0 | DX37 | |
2018-12-29 | 16.1.1; fix chown without actual creating asterisk user; stop service ↵ | DX37 | |
instead of killing process | |||
2018-12-13 | 16.1.0 | DX37 | |
2018-11-15 | 16.0.1 | DX37 | |
2018-10-10 | 16.0.0 | DX37 | |
2018-09-25 | 15.6.1 | DX37 | |
2018-09-10 | kill daemon after pkg remove | DX37 | |
2018-09-10 | changes | DX37 | |
- using sysusers for creating asterisk user/group - using https instead of http for src download - using bundled and patched pjproject - using bundled systemd service and socket units | |||
2018-09-10 | remove gitignore | DX37 | |
2018-09-06 | 15.6.0 | DX37 | |
2018-07-18 | 15.5.0 | DX37 | |
2018-06-12 | 15.4.1 | DX37 | |
2018-06-11 | 15.4.0 | DX37 | |
2018-03-01 | Add .gitignore file for easier repository management | Caleb Maclennan | |
2018-02-28 | Bump to 15.2.2 | Caleb Maclennan | |
2018-02-13 | Bump to 15.2.0 and use external pjproject again | Caleb Maclennan | |
2018-02-11 | Take over maintenence and make a few cosmetic cleanups | Caleb Maclennan | |
2017-11-05 | Bump to 15.1.0 | Xavier Devlamynck | |
2017-10-03 | Bump to 15.0.0 | Xavier Devlamynck | |
2017-09-04 | Bump to 14.6.1 | Xavier Devlamynck | |
2017-07-26 | Fix dependency + configure options | Xavier Devlamynck | |
2017-07-25 | Bump to 14.6.0 | Xavier Devlamynck | |
2017-06-26 | Bump to 14.5.0 | Xavier Devlamynck | |
2017-05-01 | Bump to 14.4.0 | Xavier Devlamynck | |