From: Daniel Golle Date: Fri, 8 May 2026 17:12:04 +0000 (+0100) Subject: ell: update to 0.83 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b6d3ba6ad0a8e863c3b069c2bec73ca691afaf01;p=openwrt-packages.git ell: update to 0.83 Embedded Linux Library update. Changes since 0.82: * Fix issue with PKCS#8 unit tests. * Add additional test vectors for AES-CCM. Link: https://git.kernel.org/pub/scm/libs/ell/ell.git/log/?h=0.83 Signed-off-by: Daniel Golle --- diff --git a/libs/ell/Makefile b/libs/ell/Makefile index 48ea121f6..b94430e8c 100644 --- a/libs/ell/Makefile +++ b/libs/ell/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ell -PKG_VERSION:=0.82 +PKG_VERSION:=0.83 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:=2c918e0a9451729830f7ccb502b651c58f764ec37a172447613d4d66c12e22b1 +PKG_MIRROR_HASH:=a590b3ef07f05aa62e8cf4081a07fbb1f835eb6d77e945d7b39afdb1746f4c7a PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-only