1d14a3349d
- Switch site to github - License is now EPL-1.0 or EDL-1.0 as specified in the new LICENSE file - Update indentation of hash file (two spaces) - Drop first patch (already in version) and second patch (not needed sincef1ff324a4d
) - Fix CVE-2017-7243 as specified in https://github.com/eclipse/tinydtls/issues/12 as well as other security issues:68a1cdaff9
494a40dfbb
2d9f0a8237
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
584 B
Makefile
18 lines
584 B
Makefile
################################################################################
|
|
#
|
|
# tinydtls
|
|
#
|
|
################################################################################
|
|
|
|
TINYDTLS_VERSION = 0.9-rc1
|
|
TINYDTLS_SITE = $(call github,eclipse,tinydtls,v$(TINYDTLS_VERSION))
|
|
TINYDTLS_LICENSE = EPL-1.0 or EDL-1.0
|
|
TINYDTLS_LICENSE_FILES = LICENSE
|
|
TINYDTLS_INSTALL_STAGING = YES
|
|
# From git
|
|
TINYDTLS_AUTORECONF = YES
|
|
# use inttypes.h data types instead of u_intXX_t for musl compatibility
|
|
TINYDTLS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DSHA2_USE_INTTYPES_H"
|
|
|
|
$(eval $(autotools-package))
|