From 821a5a0b86bf137285ad9cecbea44e7a600048df Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 4 Jul 2025 16:23:12 +0100 Subject: [PATCH] ell: update to 0.78 Apart from documentation and improvement to unit tests, the new version also comes with a small fix: 4f77dca ecc: Check return value of l_getrandom() Signed-off-by: Daniel Golle --- libs/ell/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ell/Makefile b/libs/ell/Makefile index 5705ffc75b..0bb4a95a77 100644 --- a/libs/ell/Makefile +++ b/libs/ell/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ell -PKG_VERSION:=0.76 +PKG_VERSION:=0.78 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/ell/ell.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=8ac8d7c368774bae174946f8783f28a762908c3ae919678bd3fe26101f69e1a3 +PKG_MIRROR_HASH:=f748e96575dc3eb6b98a3feb6334b8df011c304d7c9ee467d797121f5281d408 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-only -- 2.30.2