Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libbsd: fix a.out.h bug | Tuan M. Hoang | 2017-04-25 | 6 | -119/+558 |
| | | | | | | Ref https://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-support/libbsd/libbsd https://patchwork.openembedded.org/patch/133637/ | ||||
* | main/libbsd: add N_SYMOFF N_BADMAG for netcat-openbsd (fix s390x) | Tuan M. Hoang | 2017-04-22 | 2 | -3/+24 |
| | | | | | | | Building main/netcat-openbsd requires N_SYMOFF N_BADMAG. These two definitions are also copied from a.out.h. The build turns out good, then main/libvirt also good. In the future usage, this a.out.h thing should be taken into accounts for bugs. | ||||
* | main/libbsd: fix build on s390x | Tuan M. Hoang | 2017-04-21 | 2 | -8/+9 |
| | |||||
* | main/libbsd: enable build on ppc64le | Roberto Oliveira | 2017-04-19 | 2 | -7/+65 |
| | | | | | | | | | | | Libbsd includes a.out.h header to get some definitions, like struct nlist, struct exec. In Alpine x86_64 this header is provided by linux-headers package (linux/a.out.h), in Ubuntu ppc64le it is provided by glibc (a.out.h), but in Alpine ppc64le it is not available. A workaround for this problem is to define the types that are being used by libbsd instead of including the invalid header for ppc64le. | ||||
* | main/libbsd: disable on aarch64, fails to build | Jakub Jirutka | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | nlist.c:43:25: fatal error: linux/a.out.h: No such file or directory #include <linux/a.out.h> ^ compilation terminated. | ||||
* | main/libbsd: disable on ppc64le, fails to build | Jakub Jirutka | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | nlist.c:43:25: fatal error: linux/a.out.h: No such file or directory #include <linux/a.out.h> ^ compilation terminated. | ||||
* | main/libbsd: disable on armhf, fails to build | Jakub Jirutka | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | nlist.c:43:25: fatal error: linux/a.out.h: No such file or directory #include <linux/a.out.h> ^ compilation terminated. | ||||
* | main/libbsd: try to enable on all arches | Jakub Jirutka | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | main/libbsd: libbsd-dev should unconditionally depend on bsd-compat-headers ↵ | William Pitcock | 2017-01-23 | 1 | -2/+3 |
| | | | | to make overlay work | ||||
* | main/libbsd: upgrade to 0.8.3 (CVE-2016-2090) | Daniel Sabogal | 2016-08-28 | 2 | -26/+25 |
| | | | | | | CVE-2016-2090 fixed in 0.8.2 https://lists.freedesktop.org/archives/libbsd/2016-April/000133.html https://lists.freedesktop.org/archives/libbsd/2016-April/000134.html | ||||
* | main/libbsd: improve abuild | Daniel Sabogal | 2016-08-28 | 1 | -15/+9 |
| | |||||
* | main/libbsd: upgrade to 0.8.1 | Natanael Copa | 2015-12-17 | 1 | -4/+4 |
| | | | | fixes #4613 | ||||
* | main/libbsd: upgrade to 0.8.0 | Natanael Copa | 2015-12-17 | 1 | -4/+4 |
| | | | | fixes #4613 | ||||
* | 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. | ||||
* | main/libbsd: upgrade to 0.7.0 | Sören Tempel | 2015-09-09 | 4 | -117/+42 |
| | | | | fixes #4613 | ||||
* | main/libbsd: add missing headers | Carlo Landmeter | 2015-04-29 | 1 | -1/+2 |
| | |||||
* | main/libbsd: disable on arm. fails to build | Natanael Copa | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | main/libbsd: fix musl build | Timo Teräs | 2013-12-18 | 2 | -7/+40 |
| | |||||
* | main/libbsd: fix build | Bartłomiej Piotrowski | 2013-11-12 | 2 | -12/+89 |
| | |||||
* | main/libbsd: ignore failure of update_config_sub | Bartłomiej Piotrowski | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | main/libbsd: upgrade to 0.6.0 | Bartłomiej Piotrowski | 2013-11-12 | 1 | -5/+5 |
| | |||||
* | main/[various]: update config.sub (and remove charset.alias) | Timo Teräs | 2013-09-29 | 1 | -0/+1 |
| | | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required. | ||||
* | Revert "main/libbsd: upgrade to 0.6.0" | Bartłomiej Piotrowski | 2013-09-02 | 1 | -5/+5 |
| | | | | This reverts commit f2e582d5bb68f423bad2aaec504d57d7dfed52c6. | ||||
* | main/libbsd: upgrade to 0.6.0 | Bartłomiej Piotrowski | 2013-09-02 | 1 | -5/+5 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+4 |
| | |||||
* | main/libbsd: move from testing | William Pitcock | 2013-03-28 | 1 | -0/+47 |