From e834d23cd792ee57ea80f37ce01d9d50756dba1d Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Sun, 3 Aug 2025 16:00:09 +0200 Subject: [PATCH] package/ell: bump version to 0.79 Changelog (see [1]): ver 0.79: Fix issue with D-Bus client and watch removal handling. Fix issue with D-Bus client and service name handling. Fix issue with D-Bus proxy and filter rule handling. ver 0.78: Fix issue with random ECC scalar generation. ver 0.77: Add support for precheck feature for unit tests. Add support for license variable for pkg-config. ver 0.76: Fix issue with random scalar generation. ver 0.75: Add support for converting OID octets to strings. Add support for NIST P-224 cuve usage with ECDH. Add support for NIST P-521 cuve usage with ECDH. Add support for SHA-3 series of hashing algorithms. ver 0.74: Add support for NIST P-192 curve usage with ECDH. Add support for SHA-224 based checksums and HMACs. ver 0.73: Fix issue with parsing hwdb.bin child structures. ver 0.72: Add support for the Test Anything Protocol. ver 0.71: Fix issue with GCC 15 and -std=c23 build errors. ver 0.70: Add support for helper function for safe memcpy. [1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.79 Signed-off-by: Peter Seiderer Signed-off-by: Julien Olivain --- package/ell/ell.hash | 2 +- package/ell/ell.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ell/ell.hash b/package/ell/ell.hash index 4f67cbae21..418d1a9a2a 100644 --- a/package/ell/ell.hash +++ b/package/ell/ell.hash @@ -1,5 +1,5 @@ # From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc -sha256 6cfc0888edc94de9f0623798609587b2cc11b92b892945f317e8d199afe7b12e ell-0.69.tar.xz +sha256 28dabdb1966fd2e47363c44e041de507e9420411b846947efa01b4cb0cda0d6b ell-0.79.tar.xz # License files sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING diff --git a/package/ell/ell.mk b/package/ell/ell.mk index 6d4e8a5ae7..a0ae7a68c8 100644 --- a/package/ell/ell.mk +++ b/package/ell/ell.mk @@ -4,7 +4,7 @@ # ################################################################################ -ELL_VERSION = 0.69 +ELL_VERSION = 0.79 ELL_SOURCE = ell-$(ELL_VERSION).tar.xz ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell ELL_LICENSE = LGPL-2.1+