From 30b0356b3e41b8bd8ef6bfec41f37bb3120209e8 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Wed, 12 May 2021 12:17:46 -0700 Subject: [PATCH] rpcbind: upgrade to 1.2.6 --- srcpkgs/rpcbind/patches/musl-poll.patch | 13 ++----------- srcpkgs/rpcbind/template | 10 +++++----- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/srcpkgs/rpcbind/patches/musl-poll.patch b/srcpkgs/rpcbind/patches/musl-poll.patch index fb9b70395b7c..d334215e6a0d 100644 --- a/srcpkgs/rpcbind/patches/musl-poll.patch +++ b/srcpkgs/rpcbind/patches/musl-poll.patch @@ -1,19 +1,10 @@ --- src/rpcb_svc_com.c +++ src/rpcb_svc_com.c -@@ -42,8 +42,6 @@ - #include +@@ -43,7 +43,6 @@ #include #include --#include + #include -#include #include #include #include -@@ -54,6 +52,7 @@ - #include - #include - #include -+#include - #ifdef PORTMAP - #include - #include diff --git a/srcpkgs/rpcbind/template b/srcpkgs/rpcbind/template index 82e55c604375..2909a0827fb8 100644 --- a/srcpkgs/rpcbind/template +++ b/srcpkgs/rpcbind/template @@ -1,19 +1,19 @@ # Template file for 'rpcbind' pkgname=rpcbind -version=1.2.5 +version=1.2.6 revision=1 build_style=gnu-configure configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc --with-systemdsystemunitdir=no" hostmakedepends="pkg-config" makedepends="libtirpc-devel" -system_accounts="rpc" short_desc="Converts RPC program numbers into universal addresses" maintainer="Orphaned " -homepage="http://rpcbind.sourceforge.net" -license="BSD" +license="BSD-3-Clause" +homepage="https://rpcbind.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=2ce360683963b35c19c43f0ee2c7f18aa5b81ef41c3fdbd15ffcb00b8bffda7a +checksum=5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de +system_accounts="rpc" post_install() { vlicense COPYING