From: Daniel Golle Date: Mon, 10 Feb 2025 03:24:27 +0000 (+0000) Subject: ell: update to version 0.71 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4b43dc2d32b8c64540d02c33d5080284fce9f20c;p=feed%2Fpackages.git ell: update to version 0.71 Upstream changes: f99041d Release 0.71 19e448a test-rtnl: fix -std=c23 build failure 22a4388 dbus: fix -std=c23 build failure 65a5b0b cert: fix -std=c23 build failure 91bc3da settings: fix -std=c23 build failure Signed-off-by: Daniel Golle --- diff --git a/libs/ell/Makefile b/libs/ell/Makefile index c2c8843325..b39ed09524 100644 --- a/libs/ell/Makefile +++ b/libs/ell/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ell -PKG_VERSION:=0.70 +PKG_VERSION:=0.71 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:=b077e3de93ec18108780fc5840d0b678f9cb6b5c0f5ad1ca4c7e3e15ef9fdca6 +PKG_MIRROR_HASH:=e8bbbea6704bd833ff48896d9740a12350287ed687be130b61b2642d0786da29 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-only