Fixes, improved error message output, improved testing. Some new features, see release notes.
Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.8 Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.9 Link: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.10 Signed-off-by: Alexander Dahl <[email protected]> --- rules/libfaketime.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libfaketime.make b/rules/libfaketime.make index e9c56c5d1..b3ea8edc8 100644 --- a/rules/libfaketime.make +++ b/rules/libfaketime.make @@ -8,8 +8,8 @@ PACKAGES-$(PTXCONF_LIBFAKETIME) += libfaketime -LIBFAKETIME_VERSION := 0.9.7 -LIBFAKETIME_MD5 := 8617e2c6caf0977b3ce9a271f867302c +LIBFAKETIME_VERSION := 0.9.10 +LIBFAKETIME_MD5 := bbeaa43f514fc8e637e5efdac53e2671 LIBFAKETIME := libfaketime-$(LIBFAKETIME_VERSION) LIBFAKETIME_SUFFIX := tar.gz LIBFAKETIME_URL := https://github.com/wolfcw/libfaketime/archive/v$(LIBFAKETIME_VERSION).$(LIBFAKETIME_SUFFIX) base-commit: 5bce7bd2012d3582d97fe579d6c5cefedf37f46a -- 2.39.5
