libtirpc: update to 1.0.2

This commit is contained in:
Lukas Rusak 2017-08-02 22:29:50 -07:00 committed by Sascha Kuehndel (InuSasha)
parent dbfb5c47b3
commit f5ce92589d
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B
2 changed files with 13 additions and 2 deletions

View File

@ -17,8 +17,8 @@
################################################################################
PKG_NAME="libtirpc"
PKG_VERSION="1.0.1"
PKG_SHA256="5156974f31be7ccbc8ab1de37c4739af6d9d42c87b1d5caf4835dda75fcbb89e"
PKG_VERSION="1.0.2"
PKG_SHA256="723c5ce92706cbb601a8db09110df1b4b69391643158f20ff587e20e7c5f90f5"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://sourceforge.net/projects/libtirpc/"

View File

@ -0,0 +1,11 @@
diff -Naur a/src/xdr_sizeof.c b/src/xdr_sizeof.c
--- a/src/xdr_sizeof.c 2017-07-05 08:02:23.000000000 -0700
+++ b/src/xdr_sizeof.c 2017-08-02 16:37:31.839143976 -0700
@@ -39,6 +39,7 @@
#include <rpc/xdr.h>
#include <sys/types.h>
#include <stdlib.h>
+#include <stdint.h>
#include "un-namespace.h"
/* ARGSUSED */