summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2020-09-25 19:20:10 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-09-25 18:33:00 +0100
commit02ad89482fdde62dfc7cc2efb353c80e85341ad2 (patch)
treea0daf81ac47c01d40616b6867099f3b5bd32753a
parentf9d058e66bee15088563a958251000c3c4b883a6 (diff)
downloadmidipix_build-02ad89482fdde62dfc7cc2efb353c80e85341ad2.tar.bz2
midipix_build-02ad89482fdde62dfc7cc2efb353c80e85341ad2.tar.xz
groups/251.native_packages_lib.group: libtirpc: bump to v1.2.6
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r--groups/251.native_packages_lib.group6
-rw-r--r--patches/libtirpc-1.2.6.local.patch (renamed from patches/libtirpc-1.1.4.local.patch)12
2 files changed, 3 insertions, 15 deletions
diff --git a/groups/251.native_packages_lib.group b/groups/251.native_packages_lib.group
index 2567bd8e..68931d76 100644
--- a/groups/251.native_packages_lib.group
+++ b/groups/251.native_packages_lib.group
@@ -187,9 +187,9 @@ libxslt libz libzip wolfssl")";
: ${PKG_LIBTHEORA_IN_TREE:=1};
: ${PKG_LIBTHEORA_MAKEFLAGS_BUILD:=-j1};
: ${PKG_LIBTIRPC_DEPENDS:="musl_compat"};
-: ${PKG_LIBTIRPC_SHA256SUM:=2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d};
-: ${PKG_LIBTIRPC_VERSION:=1.1.4};
-: ${PKG_LIBTIRPC_URL:=https://sourceforge.mirrorservice.org/l/li/libtirpc/libtirpc/${PKG_LIBTIRPC_VERSION}/libtirpc-${PKG_LIBTIRPC_VERSION}.tar.bz2};
+: ${PKG_LIBTIRPC_SHA256SUM:=4278e9a5181d5af9cd7885322fdecebc444f9a3da87c526e7d47f7a12a37d1cc};
+: ${PKG_LIBTIRPC_VERSION:=1.2.6};
+: ${PKG_LIBTIRPC_URL:=https://ftp.osuosl.org/pub/blfs/conglomeration/libtirpc/libtirpc-${PKG_LIBTIRPC_VERSION}.tar.bz2};
: ${PKG_LIBTIRPC_CONFIGURE_ARGS_EXTRA:="--disable-gssapi"};
: ${PKG_LIBUDNS_URLS_GIT:=libudns=https://github.com/shadowsocks/libudns.git@master};
: ${PKG_LIBUNISTRING_SHA256SUM:=eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7};
diff --git a/patches/libtirpc-1.1.4.local.patch b/patches/libtirpc-1.2.6.local.patch
index 535880fe..55b21943 100644
--- a/patches/libtirpc-1.1.4.local.patch
+++ b/patches/libtirpc-1.2.6.local.patch
@@ -76,15 +76,3 @@ diff -ru libtirpc-1.0.3.orig/tirpc/reentrant.h libtirpc-1.0.3/tirpc/reentrant.h
#include <pthread.h>
-diff -ru libtirpc-1.0.3.orig/tirpc/rpc/types.h libtirpc-1.0.3/tirpc/rpc/types.h
---- libtirpc-1.0.3.orig/tirpc/rpc/types.h 2018-03-14 14:55:12.000000000 +0100
-+++ libtirpc-1.0.3/tirpc/rpc/types.h 2018-08-04 19:18:35.415064046 +0200
-@@ -66,7 +66,7 @@
- #define mem_free(ptr, bsize) free(ptr)
-
-
--#if defined __APPLE_CC__ || defined __FreeBSD__
-+#if defined __APPLE_CC__ || defined __FreeBSD__ || !defined(__GLIBC__)
- # define __u_char_defined
- # define __daddr_t_defined
- #endif