rpcbind: upgrade to 1.2.6
This commit is contained in:
parent
e22e91f40d
commit
9b57c4fdd7
2 changed files with 5 additions and 24 deletions
|
@ -1,19 +0,0 @@
|
||||||
--- src/rpcb_svc_com.c
|
|
||||||
+++ src/rpcb_svc_com.c
|
|
||||||
@@ -42,8 +42,6 @@
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <sys/param.h>
|
|
||||||
-#include <sys/poll.h>
|
|
||||||
-#include <bits/poll.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <rpc/rpc.h>
|
|
||||||
#include <rpc/rpcb_prot.h>
|
|
||||||
@@ -54,6 +52,7 @@
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <time.h>
|
|
||||||
+#include <poll.h>
|
|
||||||
#ifdef PORTMAP
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <rpc/pmap_prot.h>
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'rpcbind'
|
# Template file for 'rpcbind'
|
||||||
pkgname=rpcbind
|
pkgname=rpcbind
|
||||||
version=1.2.5
|
version=1.2.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
|
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
|
||||||
--with-systemdsystemunitdir=no"
|
--with-systemdsystemunitdir=no"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libtirpc-devel"
|
makedepends="libtirpc-devel"
|
||||||
system_accounts="rpc"
|
|
||||||
short_desc="Converts RPC program numbers into universal addresses"
|
short_desc="Converts RPC program numbers into universal addresses"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="http://rpcbind.sourceforge.net"
|
license="BSD-3-Clause"
|
||||||
license="BSD"
|
homepage="https://rpcbind.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=2ce360683963b35c19c43f0ee2c7f18aa5b81ef41c3fdbd15ffcb00b8bffda7a
|
checksum=5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de
|
||||||
|
system_accounts="rpc"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue