package/ell: bump version to 0.31
authorPeter Seiderer <ps.report@gmx.net>
Tue, 2 Jun 2020 22:17:44 +0000 (00:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 4 Jun 2020 21:19:33 +0000 (23:19 +0200)
- removed 0001-ell-ecc.h-fix-build-with-uclibc.patch
  (upstream applied [1])

- update 0002-ell-rtnl-fix-compile-with-older-toolchains.patch
 (add upstream link)

[1] https://git.kernel.org/pub/scm/libs/ell/ell.git/commit/?id=aa30f1884cf72d590fdca1db11d4fb2c2d526141

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ell/0001-ell-ecc.h-fix-build-with-uclibc.patch [deleted file]
package/ell/0002-ell-rtnl-fix-compile-with-older-toolchains.patch
package/ell/ell.hash
package/ell/ell.mk

diff --git a/package/ell/0001-ell-ecc.h-fix-build-with-uclibc.patch b/package/ell/0001-ell-ecc.h-fix-build-with-uclibc.patch
deleted file mode 100644 (file)
index f64e3d9..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-From 3ca3044859f40d7c595daf0a93393352e4999fb7 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Thu, 30 May 2019 23:46:27 +0200
-Subject: [PATCH] ell/ecc.h: fix build with uclibc
-
-ssize_t is defined in sys/types.h
-
-Fixes:
- - http://autobuild.buildroot.org/results/444c9deb728fb041e560d940145f96cc4f455080
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- ell/ecc.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/ell/ecc.h b/ell/ecc.h
-index 26a5889..65c49e8 100644
---- a/ell/ecc.h
-+++ b/ell/ecc.h
-@@ -27,6 +27,8 @@
- extern "C" {
- #endif
-+#include <sys/types.h> // for ssize_t
-+
- #define L_ECC_MAX_DIGITS 6
- #define L_ECC_SCALAR_MAX_BYTES                L_ECC_MAX_DIGITS * 8
- #define L_ECC_POINT_MAX_BYTES         L_ECC_SCALAR_MAX_BYTES * 2
--- 
-2.20.1
-
index a9828f1904acb41bd5417d103b01841ace989fea..ba6cafa7a8017e5f95353e4327088acc48fa1244 100644 (file)
@@ -17,6 +17,7 @@ Fixes:
   ell/rtnl.c: In function 'l_rtnl_route_extract':
   ell/rtnl.c:120:8: error: 'RTA_PREF' undeclared (first use in this function)
 
+[Upstream: https://lists.ofono.org/hyperkitty/list/ell@lists.01.org/thread/TOJ5XEY7X6WMOMJHX4KWI5LFEOX2QTBQ]
 Signed-off-by: Peter Seiderer <ps.report@gmx.net>
 ---
  configure.ac | 2 ++
index 58e624baed5edb5b923bb7b945d74451efd7494b..526417bf33478f5a0790161662917c8d7560506b 100644 (file)
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  15abb7eff187002ce36a27f6752cd4ec815da0ab658608b1cd36a63f7a84237e  ell-0.30.tar.gz
+sha256  5933faff0b94455bc05c9885d138ca295f5e9cc6e2eecdf203e4dba45d08fd80  ell-0.31.tar.gz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
index 45d3df34ed2ab4891367a0794e7eeb8370dc6a46..da39ccc8232a87a1cd5ad5e4937aafede99da25f 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ELL_VERSION = 0.30
+ELL_VERSION = 0.31
 ELL_SITE = https://git.kernel.org/pub/scm/libs/ell/ell.git
 ELL_SITE_METHOD = git
 ELL_LICENSE = LGPL-2.1+