mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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 <daniel@makrotopia.org>
This commit is contained in:
committed by
Alexandru Ardelean
parent
4c2d847a31
commit
b6d3ba6ad0
+2
-2
@@ -1,13 +1,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ell
|
PKG_NAME:=ell
|
||||||
PKG_VERSION:=0.82
|
PKG_VERSION:=0.83
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/ell/ell.git
|
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/ell/ell.git
|
||||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||||
PKG_MIRROR_HASH:=2c918e0a9451729830f7ccb502b651c58f764ec37a172447613d4d66c12e22b1
|
PKG_MIRROR_HASH:=a590b3ef07f05aa62e8cf4081a07fbb1f835eb6d77e945d7b39afdb1746f4c7a
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
|
|||||||
Reference in New Issue
Block a user