Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-09 | Update repo url, since github doesn't support git:// anymore | l0gic | |
Thanks for noticing, jjguti. | |||
2022-01-24 | update pkgver | l0gic | |
2021-12-01 | Fix build in wrong stage | l0gic | |
Good catch, and thanks for the patch, jjguti. | |||
2021-06-18 | Fix libr_util.so linking issue | l0gic | |
libr_util.so fails to link with PIE, so we explicitly remove it from CFLAGS. ``` (.text+0x24): undefined reference to `main' collect2: error: ld returned 1 exit status ``` This also includes the fix for CVE-2021-32613. | |||
2021-02-02 | Apply bratus' patch for exposing pkgver in provies=() | l0gic | |
2020-12-26 | Remove redundant steps | l0gic | |
2020-08-20 | Fix build fail. Credit goes to bratus | l0gic | |
2020-05-19 | Switch to meson/ninja build | l0gic | |
build() and package() have been taken from community/radare2. This fixes ld issues with openssl. | |||
2018-12-07 | Change pkgver with bartus' suggestion and stop removing srcdir | l0gic | |
2018-03-28 | Change package version format as suggested by bartus | l0gic | |
2016-01-28 | Revert "Fix dependencies according to guidelines" | l0gic | |
This reverts commit b577a16b41af1d0884f0ef5d75b2d18cc65337fe. | |||
2016-01-21 | Changed the capstone dependency to capstone-git | schrotthaufen | |
This change was needed, because radare2 uses features, which are not yet part of the stable capstone release. | |||
2015-07-15 | Fix dependencies according to guidelines | schrotthaufen | |
Removed ./autogen.sh line, since 1) it's not strictly neccessary 2) it requires acr to be installed | |||
2015-07-04 | Initial import | schrotthaufen | |