aboutsummaryrefslogtreecommitdiffstats
path: root/main/libbsd
Commit message (Collapse)AuthorAgeFilesLines
* main/libbsd: modernise, add checkA. Wilcox2018-02-162-8/+24
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-2/+2
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/libbsd: add harder dependency on musl > 1.1.16-r22William Pitcock2017-10-131-2/+2
| | | | this is needed for fopencookie(3) symbol
* main/libbsd: upgrade to 0.8.6William Pitcock2017-10-122-136/+4
| | | | - drop patch 0003-Fix-build-breaks-due-to-missing-a.out.h.patch, carried upstream
* main/libbsd: enable funopen(3)William Pitcock2017-10-122-58/+1
|
* main/libbsd: fix a.out.h bugTuan M. Hoang2017-04-256-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. Hoang2017-04-222-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 s390xTuan M. Hoang2017-04-212-8/+9
|
* main/libbsd: enable build on ppc64leRoberto Oliveira2017-04-192-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 buildJakub Jirutka2017-04-121-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 buildJakub Jirutka2017-04-121-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 buildJakub Jirutka2017-04-121-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 archesJakub Jirutka2017-04-121-1/+1
|
* main/libbsd: libbsd-dev should unconditionally depend on bsd-compat-headers ↵William Pitcock2017-01-231-2/+3
| | | | to make overlay work
* main/libbsd: upgrade to 0.8.3 (CVE-2016-2090)Daniel Sabogal2016-08-282-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 abuildDaniel Sabogal2016-08-281-15/+9
|
* main/libbsd: upgrade to 0.8.1Natanael Copa2015-12-171-4/+4
| | | | fixes #4613
* main/libbsd: upgrade to 0.8.0Natanael Copa2015-12-171-4/+4
| | | | fixes #4613
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/libbsd: upgrade to 0.7.0Sören Tempel2015-09-094-117/+42
| | | | fixes #4613
* main/libbsd: add missing headersCarlo Landmeter2015-04-291-1/+2
|
* main/libbsd: disable on arm. fails to buildNatanael Copa2014-12-081-1/+1
|
* main/libbsd: fix musl buildTimo Teräs2013-12-182-7/+40
|
* main/libbsd: fix buildBartłomiej Piotrowski2013-11-122-12/+89
|
* main/libbsd: ignore failure of update_config_subBartłomiej Piotrowski2013-11-121-1/+1
|
* main/libbsd: upgrade to 0.6.0Bartłomiej Piotrowski2013-11-121-5/+5
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-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 Piotrowski2013-09-021-5/+5
| | | | This reverts commit f2e582d5bb68f423bad2aaec504d57d7dfed52c6.
* main/libbsd: upgrade to 0.6.0Bartłomiej Piotrowski2013-09-021-5/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/libbsd: move from testingWilliam Pitcock2013-03-281-0/+47