summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-08 17:04:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-08 18:38:34 +0200
commit4dc77eb2fbe822f67597bd102177a21b8c1985bf (patch)
tree3736a2a19748889ae3608bb3c678bb9a516c8da4
parent613245f07a616ca7dfe9a8a7f616d9e548ef9312 (diff)
downloadptxdist-4dc77eb2fbe822f67597bd102177a21b8c1985bf.tar.gz
ptxdist-4dc77eb2fbe822f67597bd102177a21b8c1985bf.tar.xz
libtirpc: version bump 1.0.2 -> 1.1.4
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/libtirpc-1.0.2/0001-fix-build-error-with-gcc-7.x.patch29
-rw-r--r--patches/libtirpc-1.0.2/series4
-rw-r--r--rules/libtirpc.make4
3 files changed, 2 insertions, 35 deletions
diff --git a/patches/libtirpc-1.0.2/0001-fix-build-error-with-gcc-7.x.patch b/patches/libtirpc-1.0.2/0001-fix-build-error-with-gcc-7.x.patch
deleted file mode 100644
index 7bdc753fd..000000000
--- a/patches/libtirpc-1.0.2/0001-fix-build-error-with-gcc-7.x.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Sun, 1 Oct 2017 07:54:45 +0200
-Subject: [PATCH] fix build error with gcc-7.x
-
-Without this, building fails with:
-
-xdr_sizeof.c: In function 'x_inline':
-xdr_sizeof.c:93:13: error: 'uintptr_t' undeclared (first use in this function); did you mean '__intptr_t'?
-xdr_sizeof.c:93:13: note: each undeclared identifier is reported only once for each function it appears in
-xdr_sizeof.c:93:23: error: expected ')' before 'xdrs'
-xdr_sizeof.c:105:38: error: expected ';' before 'len'
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- src/xdr_sizeof.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/xdr_sizeof.c b/src/xdr_sizeof.c
-index d23fbd141c1e..79d6707d0017 100644
---- a/src/xdr_sizeof.c
-+++ b/src/xdr_sizeof.c
-@@ -39,6 +39,7 @@
- #include <rpc/xdr.h>
- #include <sys/types.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include "un-namespace.h"
-
- /* ARGSUSED */
diff --git a/patches/libtirpc-1.0.2/series b/patches/libtirpc-1.0.2/series
deleted file mode 100644
index a6b84d40b..000000000
--- a/patches/libtirpc-1.0.2/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-fix-build-error-with-gcc-7.x.patch
-# bd0106698ce4d8f10e767296ffd707c8 - git-ptx-patches magic
diff --git a/rules/libtirpc.make b/rules/libtirpc.make
index 3bd0018a2..e28d3a8e3 100644
--- a/rules/libtirpc.make
+++ b/rules/libtirpc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTIRPC) += libtirpc
#
# Paths and names
#
-LIBTIRPC_VERSION := 1.0.2
-LIBTIRPC_MD5 := d5a37f1dccec484f9cabe2b97e54e9a6
+LIBTIRPC_VERSION := 1.1.4
+LIBTIRPC_MD5 := f5d2a623e9dfbd818d2f3f3a4a878e3a
LIBTIRPC := libtirpc-$(LIBTIRPC_VERSION)
LIBTIRPC_SUFFIX := tar.bz2
LIBTIRPC_URL := $(call ptx/mirror, SF, libtirpc/$(LIBTIRPC).$(LIBTIRPC_SUFFIX))