summaryrefslogtreecommitdiff
path: root/net-nds
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/Manifest.gzbin2557 -> 2552 bytes
-rw-r--r--net-nds/gssproxy/Manifest4
-rw-r--r--net-nds/gssproxy/files/gssproxy2
-rw-r--r--net-nds/gssproxy/gssproxy-0.8.4-r2.ebuild (renamed from net-nds/gssproxy/gssproxy-0.8.4.ebuild)6
-rw-r--r--net-nds/rpcbind/Manifest2
-rw-r--r--net-nds/rpcbind/rpcbind-1.2.6.ebuild4
6 files changed, 12 insertions, 6 deletions
diff --git a/net-nds/Manifest.gz b/net-nds/Manifest.gz
index c96a3d6e6cd5..1ae32a3f1b98 100644
--- a/net-nds/Manifest.gz
+++ b/net-nds/Manifest.gz
Binary files differ
diff --git a/net-nds/gssproxy/Manifest b/net-nds/gssproxy/Manifest
index ec2ebf28a188..de30e0de7423 100644
--- a/net-nds/gssproxy/Manifest
+++ b/net-nds/gssproxy/Manifest
@@ -1,4 +1,4 @@
-AUX gssproxy 276 BLAKE2B f529b72cc589910a8c7c5f76428359e6bbca612e3ce78f1a02213655183942d1c362a3c48d7d60ceb408d4ae0a8dd75f12ebaa30d7cff59d1f0ea2537c2b1dcc SHA512 883a9a82e9f7e92aee212f9cdc8a5c5eb5204d03a928a48d5826ef4de273907a8d4f1bbf2e9351d19f88fb35cd499ea1103d7aaa0e97ed23fc2e5a0b35be0fee
+AUX gssproxy 371 BLAKE2B d51ab4a06138dcc4af7b1706948534bd3b0b0fe1e715085eeb910bfacab9bb9d46af132901d9ed59feaab889409f917c72527377cf233ddce928e02a287bea99 SHA512 ec7b7e6684ed93ec6a71d5c4bfef7f6a6a61b22202607064e906165e1b5a14f283476d25ef19551040b462f173352ce330a3781b20d0865d4799f087cd707c28
DIST gssproxy-0.8.4.tar.gz 567579 BLAKE2B 55519d2d439e168df0346cfa2655e01bc90191e17ea7d8c72c5f29c22ed6adca39e5adb4fd900f6dc756147b2fbee23212bfc097c38ab927e6c9679b0186fa2c SHA512 ab81c40d6c7b1908751feb107d8da66603b7681fb67aa7a1f30194a81d542ca89e6c2f34425e9356b9c55eb3691bfa240ba41441c01498af45e862a133cd088a
-EBUILD gssproxy-0.8.4.ebuild 2807 BLAKE2B 018f555f13754fd0673e2597ad55ff019e7d5d7d177ebc3b889d4c1debc4477ca3ba1e852e411064477a55711138b9d3cf0418b18c294b63750a78d62ca52d46 SHA512 8318e5c635a5e5177277f6614e30149fadde1044bdabb4f0eb95ad7cefaa0fed01a9ca071a34fffca025bad56b341db30160cb9b2ce9e8da38cfbccbc86f55c8
+EBUILD gssproxy-0.8.4-r2.ebuild 2953 BLAKE2B c9fe88e18120b72abc183f21ddb46cee69b42ab1b1f142e2703d0483f7256d0a715eef58e79b7ef6800de718bc55959de862162993fdb850ba8f6afbfaf55867 SHA512 5198dcb562a134bbd384638b81c66c2357aa49b24ccac67bec850e019f7541623519c3c84c1744558b4a0e5648de61261702c3b1cb52b1137abe30c548aa8ece
MISC metadata.xml 221 BLAKE2B 12ca7879e624ddb2085fbcf6c64b392796ef63aa3542bb51f80594cb6f319c2e7cc52660108a94f81ce540a19b07607ac599e82a21c4b5a46ccbf983c5d38d3b SHA512 c67d921bc7074f20a036d795b10293f39a9a2d6d21ccbbeee776a6ceff36d0e89f15bb98f6761de93f290addbf1447fddd20de80cec60c0987913d47e976ef61
diff --git a/net-nds/gssproxy/files/gssproxy b/net-nds/gssproxy/files/gssproxy
index 750e7623cdcc..83c594402258 100644
--- a/net-nds/gssproxy/files/gssproxy
+++ b/net-nds/gssproxy/files/gssproxy
@@ -12,4 +12,6 @@ depend() {
start_pre() {
checkpath -d -m 0755 /var/lib/gssproxy
+ checkpath -d -m 0700 /var/lib/gssproxy/clients
+ checkpath -d -m 0700 /var/lib/gssproxy/rcache
}
diff --git a/net-nds/gssproxy/gssproxy-0.8.4.ebuild b/net-nds/gssproxy/gssproxy-0.8.4-r2.ebuild
index dd5999942c52..cdf4adce1dfb 100644
--- a/net-nds/gssproxy/gssproxy-0.8.4.ebuild
+++ b/net-nds/gssproxy/gssproxy-0.8.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -82,6 +82,10 @@ src_install() {
newins examples/mech gssproxy.conf
keepdir /var/lib/gssproxy
+ keepdir /var/lib/gssproxy/clients
+ keepdir /var/lib/gssproxy/rcache
+ fperms 0700 /var/lib/gssproxy/clients
+ fperms 0700 /var/lib/gssproxy/rcache
# The build installs a bunch of empty dirs, so prune them.
find "${ED}" -depth -type d -empty -delete || die
diff --git a/net-nds/rpcbind/Manifest b/net-nds/rpcbind/Manifest
index 9e0c7333dcd9..e174c6895821 100644
--- a/net-nds/rpcbind/Manifest
+++ b/net-nds/rpcbind/Manifest
@@ -1,6 +1,6 @@
AUX rpcbind.confd 68 BLAKE2B 2309602d38fd5119fc5e6c123ca9da7a6f86526a0dddad12e1be24a7af9724b5d1b389cf44299722fb4af7932b26fc2a62996bb815cebd258e56a3248e63b393 SHA512 f11f6785708bde3ace7b55c1585e283ed07078faf310077c3d26e8e584baec6152d3f86f3d99d7a34fd10f22a7de4d8d70568c9e7f914a82eeb786b08b379044
AUX rpcbind.initd 414 BLAKE2B 38636c24567ab930a5222711112bb197f7bdf2289773adda1e19421459eee23ad3ea77118a053c72cda96d8d2ba8a2ab63faf8bf74d9b238ec4f37b059f62108 SHA512 43f26570fbff0970c5aa0a1ee5f4f561645d31c90e3bb997bd63e05678814f199263a5aaa5051bfe88622a156f8260825ffd905301d158cb410f25631d75cc55
DIST rpcbind-1.2.6.tar.bz2 124590 BLAKE2B bb0e9f81e4747f8a732c9e25af561e79f2b6cd1c1955db586833871901b6da73f4b7ef32149a81b75daa81359b9c0554726670460b28857042dd66a2f861cac2 SHA512 fb89c61be4c533fe2e6057749d97079a2d1c9fac0d35d6be1a159a0edbf86092b3fc121f19fa920e75aac5ecdd3f59f5978e6401d5cad16cd438c977736206a7
-EBUILD rpcbind-1.2.6.ebuild 1487 BLAKE2B 7440892bec73c28266202335922472b29a6d826426e4ab454c4f93d3a7f1a7ce7faec76627e8383a06f2fae3de8c22b034d81c1ecb54afa91009bb6761a2dc8c SHA512 b31561523f59350cf14b45f9b44c85d5ce55e4acf62892501c354339df4770a0286d656ecafa0926e24548e850d2e59dc022d19449865b7826aafe6cd09bd9b1
+EBUILD rpcbind-1.2.6.ebuild 1493 BLAKE2B f92d649ebc58a92f62fb3af653e43038076be221b6ae31608e9c14af94b756818d5a2bfcd091749f8ad805c45e290fb9f9a8c5b2913168aa4380a3bffb8ace28 SHA512 a2e133bd0e5c2a7fd40b5b2b859f21a5cd8cf2b8977e1fcdb7780e29bd0df13f656f0a6d55bbb16429657e2baf0690c30507ea5bcce2b3dd1bba4407a58d27f7
EBUILD rpcbind-9999.ebuild 1495 BLAKE2B dd6f81064866d04bef23c668e589b612ab7d9a7f01c3bfc24e3a23c210ceef37496df7061d369f5b71d236116690b9378f5f4b84a7144034058cfd6a4fb72263 SHA512 edeaa4c058963be5384c65bfdf1d22db71c206a2f28cc86d88c078e3bddda507594360edb76c36dfbb2085fb69a0bb1e10030e12f40021c911964c8b5833844b
MISC metadata.xml 460 BLAKE2B 2e7352e45c26bd8e6a7bf73c0fa09bb13cacb818d761b24ff5f7a6a745a3c8cf9cebd9b4d1157f26e7089242736fa6c65bdfab55368973154a17bccf286ec0c1 SHA512 4d68eacefeffe672e6945661b33dae822ff9a8318e6fb3aa0e67cb7176f8f2e1ddf055a4089306659ce8a6adc28551f079b5791e39cb88b88948aba3c03fda39
diff --git a/net-nds/rpcbind/rpcbind-1.2.6.ebuild b/net-nds/rpcbind/rpcbind-1.2.6.ebuild
index 6107f2e5bec6..fb9749bd19a0 100644
--- a/net-nds/rpcbind/rpcbind-1.2.6.ebuild
+++ b/net-nds/rpcbind/rpcbind-1.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit autotools git-r3
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
fi
DESCRIPTION="portmap replacement which supports RPC over various protocols"