Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libasr: move from testing | Natanael Copa | 2015-11-11 | 1 | -52/+0 |
| | | | | needed by opensmtpd | ||||
* | testing/libasr: minor cleanup | Natanael Copa | 2015-11-05 | 1 | -2/+2 |
| | |||||
* | update contributer for ScrumpyJack | Carlo Landmeter | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | testing/libasr: fix incorrect #define which caused all queries to fail | Jonathan Curran | 2015-09-15 | 1 | -4/+4 |
| | | | | | | | | I was testing this library with the upcoming OpenSMTPD aport that I am creating. All dns queries were failing. Upon investigation I found that NETDB_SUCCESS in libasr/src/openbsd-compat/defines.h had an incorrect value of -1 being set (it was being defined since NETDB_SUCCESS is not present in musl). | ||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | testing/libasr: added -doc subpackage | Francesco Colista | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | testing/libasr: fix package | Jonathan Curran | 2015-09-07 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | res_randomid() is not implemented in musl. As such, running `ldd` on the generated .so yields: Error relocating src/libasr-1.0.2/src/.libs/libasr.so.0.0.2: res_randomid: symbol not found This patch implements res_randomid using OpenBSD's implementation. Also changed the source of the tarball to point to the tagged version available at github since it does not assume a specific version of autotools (the older source tarball does). FYI, the included patch is awaiting merging upstream: https://github.com/OpenSMTPD/libasr/pull/10 | ||||
* | testing/libasr: upgrade to 1.0.2 | Natanael Copa | 2015-06-19 | 1 | -4/+4 |
| | |||||
* | testing/libasr: new aport | Francesco Colista | 2015-05-27 | 1 | -0/+47 |