mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/ell: bump version to 0.44
- Changelog (since 0.43, from [1]):
ver 0.44:
Fix issue with allowing zero byte input for AEAD cipher.
Fix issue with filling in DNS info in DHCP lease objects.
Add support neighbor discovery utility helpers.
[1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
81ffda4ff3
commit
d206c4279b
@@ -1,5 +1,5 @@
|
||||
# From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
|
||||
sha256 b6c75895ad64bf78f5b5c464de871048d02f9403be518084e0d64b58f508c9fc ell-0.43.tar.xz
|
||||
sha256 41a6f8fa4d285b52cb7a5a87bda3e7370ecaac02d94aaa7ec1a23f0480b8bc3f ell-0.44.tar.xz
|
||||
|
||||
# License files
|
||||
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ELL_VERSION = 0.43
|
||||
ELL_VERSION = 0.44
|
||||
ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
|
||||
ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
|
||||
ELL_LICENSE = LGPL-2.1+
|
||||
|
||||
Reference in New Issue
Block a user