summaryrefslogtreecommitdiffstats
path: root/package/fwup
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-09-10 18:54:43 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-09-12 23:30:01 +0200
commit826daee611081a0a5ac81df9cf0dda659a0f1901 (patch)
tree8f047e7ca33abff11fc523dc450f177afc6d01c0 /package/fwup
parent2543544e8d7e319c2353957d710a2ec792777db1 (diff)
downloadbuildroot-826daee611081a0a5ac81df9cf0dda659a0f1901.tar.gz
buildroot-826daee611081a0a5ac81df9cf0dda659a0f1901.zip
package/fwup: bump version to 0.15.4
Removed patch applied upstream: https://github.com/fhunleth/fwup/commit/0301cb4ffbf4705316ba017516745a535d66d552#diff-ce18c9a5ee5a2f36921fbc12b00cc0dd Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/fwup')
-rw-r--r--package/fwup/0001-Fix-uclibc-build.patch36
-rw-r--r--package/fwup/fwup.hash2
-rw-r--r--package/fwup/fwup.mk2
3 files changed, 2 insertions, 38 deletions
diff --git a/package/fwup/0001-Fix-uclibc-build.patch b/package/fwup/0001-Fix-uclibc-build.patch
deleted file mode 100644
index f7bf245049..0000000000
--- a/package/fwup/0001-Fix-uclibc-build.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 0301cb4ffbf4705316ba017516745a535d66d552 Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <bernd.kuhls@t-online.de>
-Date: Sun, 28 May 2017 16:56:39 +0200
-Subject: [PATCH 1/1] Fix uclibc build
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Without sys/types.h the build breaks with errors like this:
-
-parse_file.h:28:5: error: unknown type name ‘off_t’
- off_t *map;
- ^
-
-Patch sent upstream: https://github.com/fhunleth/fwup/pull/61
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- src/sparse_file.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/sparse_file.h b/src/sparse_file.h
-index 21bf5f9..579fbaa 100644
---- a/src/sparse_file.h
-+++ b/src/sparse_file.h
-@@ -18,6 +18,7 @@
- #define SPARSE_FILE_H
-
- #include <confuse.h>
-+#include <sys/types.h>
-
- struct sparse_file_map
- {
---
-2.11.0
-
diff --git a/package/fwup/fwup.hash b/package/fwup/fwup.hash
index 8679dcb265..32398bf4d0 100644
--- a/package/fwup/fwup.hash
+++ b/package/fwup/fwup.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 cf2e6ff729c21bc000dbe008211cf9d4901be9b42c82a06e4068deb638ea8f6e fwup-v0.14.3.tar.gz
+sha256 852e255bd65f9db473a06184abb3e94e3b6b86be7bf66169e8df8146d5966ae1 fwup-v0.15.4.tar.gz
diff --git a/package/fwup/fwup.mk b/package/fwup/fwup.mk
index e47ecbe6dc..c6a18c291c 100644
--- a/package/fwup/fwup.mk
+++ b/package/fwup/fwup.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FWUP_VERSION = v0.14.3
+FWUP_VERSION = v0.15.4
FWUP_SITE = $(call github,fhunleth,fwup,$(FWUP_VERSION))
FWUP_LICENSE = Apache-2.0
FWUP_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud