1f6c7d6e0f
- Remove patch (already in version)
- Update site to get the latest version
- Update hash of license file (update in year, new file and author)
- Remove !(BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU) dependency,
__register_at_fork availability is correclty checked since
b0ebb0d4c2
- Includes Several security related fixes for nlist() reported by Daniel
Hodson and one by Coverity Scan, see
https://lists.freedesktop.org/archives/libbsd/2019-August/000229.html
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
488 B
Makefile
16 lines
488 B
Makefile
################################################################################
|
|
#
|
|
# libbsd
|
|
#
|
|
################################################################################
|
|
|
|
LIBBSD_VERSION = 0.10.0
|
|
LIBBSD_SOURCE = libbsd-$(LIBBSD_VERSION).tar.xz
|
|
LIBBSD_SITE = https://libbsd.freedesktop.org/releases
|
|
LIBBSD_LICENSE = BSD-2-Clause, BSD-3-Clause, BSD-4-Clause, BSD-5-Clause, \
|
|
MIT, ISC, Beerware
|
|
LIBBSD_LICENSE_FILES = COPYING
|
|
LIBBSD_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|