mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
Merge pull request #1372 from glevand/for-merge-nfs
coreos-overlay: Update net-fs/nfs-utils for arm64
This commit is contained in:
commit
5ec6150e36
@ -1 +1,2 @@
|
|||||||
DIST nfs-utils-1.2.9.tar.bz2 774112 SHA256 90b76d5692a520b74273e607a4fd69df4cc35f65e242e22e2bc61b58759722f3 SHA512 c71f986a7e8f38492f8411540b32fef904f689b45b831e0e3c193628085d09742c6352dc42d6d374b8ded12e2b54f8fb3c8de66695a36cf038fc4afa5c29879e WHIRLPOOL 22e86859e9bf7a9a298c91f73a8afea63aa1e39753062ff664a17601d311d62f8f0efed8a0c5271751b53bb46cfc91bf721ca852dc1e744e4bb51f321a34c119
|
DIST nfs-utils-1.2.9.tar.bz2 774112 SHA256 90b76d5692a520b74273e607a4fd69df4cc35f65e242e22e2bc61b58759722f3 SHA512 c71f986a7e8f38492f8411540b32fef904f689b45b831e0e3c193628085d09742c6352dc42d6d374b8ded12e2b54f8fb3c8de66695a36cf038fc4afa5c29879e WHIRLPOOL 22e86859e9bf7a9a298c91f73a8afea63aa1e39753062ff664a17601d311d62f8f0efed8a0c5271751b53bb46cfc91bf721ca852dc1e744e4bb51f321a34c119
|
||||||
|
DIST nfs-utils-1.3.2.tar.bz2 789540 SHA256 5b9c72eef260b86a84619771e11bb013b99431e6b7ff0bbdc03fee90dba591f7 SHA512 65633db58bbc5b6bff6acab412dc085affc61e0a6e0aef72d630e67d05a8d08012dced81178a4c7af65c967c25b48161f8d887d261fdf5ce505b719dbdab757c WHIRLPOOL eee615f032987aee71adf04a3ad5f5b8f79dc4487f1be1a7fb87c42918a12ef9397ba990b02d4adb02265706df9f1e3ef409c141491759c65b8037693b9b06c9
|
||||||
|
|||||||
@ -0,0 +1,30 @@
|
|||||||
|
From 17a3e5bffb7110d46de1bf42b64b90713ff5ea50 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Chris Mayo <aklhfex@gmail.com>
|
||||||
|
Date: Sun, 1 Feb 2015 12:03:46 -0500
|
||||||
|
Subject: [PATCH] statd: Fix test for foreground mode
|
||||||
|
|
||||||
|
daemon_init parameter has the opposite sense
|
||||||
|
to code removed in commit 7addf9d
|
||||||
|
|
||||||
|
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
|
||||||
|
Signed-off-by: Steve Dickson <steved@redhat.com>
|
||||||
|
---
|
||||||
|
utils/statd/statd.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/utils/statd/statd.c b/utils/statd/statd.c
|
||||||
|
index 60ce6d1..2b7a167 100644
|
||||||
|
--- a/utils/statd/statd.c
|
||||||
|
+++ b/utils/statd/statd.c
|
||||||
|
@@ -393,7 +393,7 @@ int main (int argc, char **argv)
|
||||||
|
simulator (--argc, ++argv); /* simulator() does exit() */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
- daemon_init(!(run_mode & MODE_NODAEMON));
|
||||||
|
+ daemon_init((run_mode & MODE_NODAEMON));
|
||||||
|
|
||||||
|
if (run_mode & MODE_LOG_STDERR) {
|
||||||
|
xlog_syslog(0);
|
||||||
|
--
|
||||||
|
2.2.2
|
||||||
|
|
||||||
156
sdk_container/src/third_party/coreos-overlay/net-fs/nfs-utils/nfs-utils-1.3.2-r7.ebuild
vendored
Normal file
156
sdk_container/src/third_party/coreos-overlay/net-fs/nfs-utils/nfs-utils-1.3.2-r7.ebuild
vendored
Normal file
@ -0,0 +1,156 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.3.2-r6.ebuild,v 1.1 2015/02/05 04:32:41 williamh Exp $
|
||||||
|
|
||||||
|
EAPI="5"
|
||||||
|
|
||||||
|
inherit eutils flag-o-matic multilib autotools systemd
|
||||||
|
|
||||||
|
DESCRIPTION="NFS client and server daemons"
|
||||||
|
HOMEPAGE="http://linux-nfs.org/"
|
||||||
|
SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
||||||
|
IUSE="caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid"
|
||||||
|
REQUIRED_USE="kerberos? ( nfsv4 )"
|
||||||
|
RESTRICT="test" #315573
|
||||||
|
|
||||||
|
# kth-krb doesn't provide the right include
|
||||||
|
# files, and nfs-utils doesn't build against heimdal either,
|
||||||
|
# so don't depend on virtual/krb.
|
||||||
|
# (04 Feb 2005 agriffis)
|
||||||
|
DEPEND_COMMON="tcpd? ( sys-apps/tcp-wrappers )
|
||||||
|
caps? ( sys-libs/libcap )
|
||||||
|
sys-libs/e2fsprogs-libs
|
||||||
|
>=net-nds/rpcbind-0.2.0-r1
|
||||||
|
net-libs/libtirpc
|
||||||
|
libmount? ( sys-apps/util-linux )
|
||||||
|
nfsdcld? ( >=dev-db/sqlite-3.3 )
|
||||||
|
nfsv4? (
|
||||||
|
dev-libs/libevent
|
||||||
|
>=net-libs/libnfsidmap-0.21-r1
|
||||||
|
kerberos? (
|
||||||
|
>=net-libs/libtirpc-0.2.4-r1[kerberos]
|
||||||
|
app-crypt/mit-krb5
|
||||||
|
)
|
||||||
|
nfsidmap? (
|
||||||
|
>=net-libs/libnfsidmap-0.24
|
||||||
|
>=sys-apps/keyutils-1.5.9
|
||||||
|
)
|
||||||
|
)
|
||||||
|
nfsv41? (
|
||||||
|
sys-fs/lvm2
|
||||||
|
)
|
||||||
|
uuid? ( sys-apps/util-linux )"
|
||||||
|
RDEPEND="${DEPEND_COMMON}
|
||||||
|
!net-nds/portmap
|
||||||
|
!<sys-apps/openrc-0.13.9
|
||||||
|
selinux? (
|
||||||
|
sec-policy/selinux-rpc
|
||||||
|
sec-policy/selinux-rpcbind
|
||||||
|
)
|
||||||
|
"
|
||||||
|
DEPEND="${DEPEND_COMMON}
|
||||||
|
virtual/pkgconfig"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
epatch "${FILESDIR}"/${PN}-1.1.4-mtab-sym.patch
|
||||||
|
epatch "${FILESDIR}"/${PN}-1.2.8-cross-build.patch
|
||||||
|
epatch "${FILESDIR}"/${PN}-1.3.2-background-statd.patch
|
||||||
|
|
||||||
|
sed \
|
||||||
|
-e "/^sbindir/s:= := \"${EPREFIX}\":g" \
|
||||||
|
-i utils/*/Makefile.am || die
|
||||||
|
|
||||||
|
epatch_user
|
||||||
|
eautoreconf
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
export libsqlite3_cv_is_recent=yes # Our DEPEND forces this.
|
||||||
|
export ac_cv_header_keyutils_h=$(usex nfsidmap)
|
||||||
|
econf \
|
||||||
|
--with-statedir="${EPREFIX}"/var/lib/nfs \
|
||||||
|
--enable-tirpc \
|
||||||
|
--with-tirpcinclude="${EPREFIX}"/usr/include/tirpc/ \
|
||||||
|
$(use_enable libmount libmount-mount) \
|
||||||
|
$(use_with tcpd tcp-wrappers) \
|
||||||
|
$(use_enable nfsdcld nfsdcltrack) \
|
||||||
|
$(use_enable nfsv4) \
|
||||||
|
$(use_enable nfsv41) \
|
||||||
|
$(use_enable ipv6) \
|
||||||
|
$(use_enable caps) \
|
||||||
|
$(use_enable uuid) \
|
||||||
|
$(use_enable kerberos gss) \
|
||||||
|
--without-gssglue
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile(){
|
||||||
|
# remove compiled files bundled in the tarball
|
||||||
|
emake clean
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
rm linux-nfs/Makefile* || die
|
||||||
|
dodoc -r linux-nfs README
|
||||||
|
|
||||||
|
# Don't overwrite existing xtab/etab, install the original
|
||||||
|
# versions somewhere safe... more info in pkg_postinst
|
||||||
|
keepdir /var/lib/nfs/{,sm,sm.bak}
|
||||||
|
mv "${ED}"/var/lib "${ED}"/usr/$(get_libdir) || die
|
||||||
|
|
||||||
|
# Install some client-side binaries in /sbin
|
||||||
|
dodir /sbin
|
||||||
|
mv "${ED}"/usr/sbin/rpc.statd "${ED}"/sbin/ || die
|
||||||
|
|
||||||
|
if use nfsv4 && use nfsidmap ; then
|
||||||
|
# Install a config file for idmappers in newer kernels. #415625
|
||||||
|
insinto /etc/request-key.d
|
||||||
|
echo 'create id_resolver * * /usr/sbin/nfsidmap -t 600 %k %d' > id_resolver.conf
|
||||||
|
doins id_resolver.conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
systemd_dounit systemd/*.{mount,service,target}
|
||||||
|
if ! use nfsv4 || ! use kerberos ; then
|
||||||
|
rm "${D}$(systemd_get_unitdir)"/rpc-{gssd,svcgssd}.service || die
|
||||||
|
fi
|
||||||
|
if ! use nfsv41 ; then
|
||||||
|
rm "${D}$(systemd_get_unitdir)"/nfs-blkmap.* || die
|
||||||
|
fi
|
||||||
|
rm "${D}$(systemd_get_unitdir)"/nfs-config.service || die
|
||||||
|
sed -i -r \
|
||||||
|
-e "/^EnvironmentFile=/s:=.*:=${EPREFIX}/etc/conf.d/nfs:" \
|
||||||
|
-e '/^(After|Wants)=nfs-config.service$/d' \
|
||||||
|
-e 's:/usr/sbin/rpc.statd:/sbin/rpc.statd:' \
|
||||||
|
"${D}$(systemd_get_unitdir)"/* || die
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
# Install default xtab and friends if there's none existing. In
|
||||||
|
# src_install we put them in /usr/lib/nfs for safe-keeping, but
|
||||||
|
# the daemons actually use the files in /var/lib/nfs. #30486
|
||||||
|
local f
|
||||||
|
mkdir -p "${EROOT}"/var/lib/nfs #368505
|
||||||
|
for f in "${EROOT}"/usr/$(get_libdir)/nfs/*; do
|
||||||
|
[[ -e ${EROOT}/var/lib/nfs/${f##*/} ]] && continue
|
||||||
|
einfo "Copying default ${f##*/} from ${EPREFIX}/usr/$(get_libdir)/nfs to ${EPREFIX}/var/lib/nfs"
|
||||||
|
cp -pPR "${f}" "${EROOT}"/var/lib/nfs/
|
||||||
|
done
|
||||||
|
|
||||||
|
if systemd_is_booted; then
|
||||||
|
if [[ ${REPLACING_VERSIONS} < 1.3.0 ]]; then
|
||||||
|
ewarn "We have switched to upstream systemd unit files. Since"
|
||||||
|
ewarn "they got renamed, you should probably enable the new ones."
|
||||||
|
ewarn "You can run 'equery files nfs-utils | grep systemd'"
|
||||||
|
ewarn "to know what services you need to enable now."
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
ewarn "If you use OpenRC, the nfsmount service has been replaced with nfsclient."
|
||||||
|
ewarn "If you were using nfsmount, please add nfsclient and netmount to the"
|
||||||
|
ewarn "same runlevel as nfsmount."
|
||||||
|
fi
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user