aboutsummaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2018-06-17 12:32:17 +0200
committerAnthony G. Basile <blueness@gentoo.org>2018-06-17 08:45:57 -0400
commit70637f5f5df8f7fa2ff3e76a1240e999c031f85c (patch)
tree0c3abbe1f2de78a5b0b5ec1f96777aa1a8037c07 /net-fs
parentnet-fs/cifs-utils: fixed in tree (diff)
downloadmusl-70637f5f5df8f7fa2ff3e76a1240e999c031f85c.tar.gz
musl-70637f5f5df8f7fa2ff3e76a1240e999c031f85c.tar.bz2
musl-70637f5f5df8f7fa2ff3e76a1240e999c031f85c.zip
net-fs/samba: revbump
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/Manifest2
-rw-r--r--net-fs/samba/samba-4.5.16.ebuild (renamed from net-fs/samba/samba-4.5.15.ebuild)14
2 files changed, 11 insertions, 5 deletions
diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index b306ac84..221af4b8 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,2 +1,2 @@
DIST samba-4.5.11-disable-python-patches.tar.xz 6292 BLAKE2B c2a32a1059a02bc1c87ce5f604cbc5878c654b8f693c8486b5ba63b37513444915a7b6389fe82b7e31ab2f9577dd8462eddba60b4f4f756b4ed1145ce7bd90ae SHA512 f0e3076e3e1ecaae3f06b3ef30efc81719fb3f63a1041dcbdae4b62ca4cf693732f9eb16f047d046d4930136fed82194e82b455ea888e12cf845b3e6a122d57d
-DIST samba-4.5.15.tar.gz 21020181 BLAKE2B 0d113c4d3147102e2cc192a14d145c46930b8f772683bc27e90b264e43c5660298e468c494de41e80fb2dcd80a0dbef0b9ce1f74dc9e89eca52865ceba605382 SHA512 e77d746767d55ff933cddbb4d6e0f97f0b12e630c564852bee02f5f9764633167f1c098df7606af2a1930a9bdd4665fb79d7748ff07532db4e9a581fb639450c
+DIST samba-4.5.16.tar.gz 21024396 BLAKE2B e737559fb748044076608fa233700eb54c7e1c56bc234763f062b6341a179cc78a4a8cdf9f3d6f4d7f3cf8a79f846852ddd5cc753a468c3adb3a0451e1809ed9 SHA512 de8a41013cfb5ef3adcb290efd97a78a5de876d90ad05764d631f14e663a1849bb53e4ac394b46c906f1109be5748fee9316407a659c57007d36851ae8adcd7f
diff --git a/net-fs/samba/samba-4.5.15.ebuild b/net-fs/samba/samba-4.5.16.ebuild
index 4bc41b2f..57a6fd6e 100644
--- a/net-fs/samba/samba-4.5.15.ebuild
+++ b/net-fs/samba/samba-4.5.16.ebuild
@@ -16,7 +16,7 @@ SRC_PATH="stable"
SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
https://dev.gentoo.org/~polynomial-c/samba-4.5.11-disable-python-patches.tar.xz"
[[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
DESCRIPTION="Samba Suite Version 4"
HOMEPAGE="http://www.samba.org/"
@@ -53,6 +53,7 @@ CDEPEND="${PYTHON_DEPS}
dev-libs/iniparser:0
dev-libs/popt[${MULTILIB_USEDEP}]
dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+ net-libs/libnsl:=[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}]
>=sys-libs/ldb-1.1.27[ldap(+)?,python(+),${MULTILIB_USEDEP}]
<sys-libs/ldb-1.1.30[ldap(+)?,python(+),${MULTILIB_USEDEP}]
@@ -67,7 +68,10 @@ CDEPEND="${PYTHON_DEPS}
pam? ( virtual/pam )
acl? ( virtual/acl )
addns? ( net-dns/bind-tools[gssapi] )
- cluster? ( !dev-db/ctdb )
+ cluster? (
+ net-libs/rpcsvc-proto
+ !dev-db/ctdb
+ )
cups? ( net-print/cups )
dmapi? ( sys-apps/dmapi )
fam? ( virtual/fam )
@@ -96,8 +100,10 @@ RDEPEND="${CDEPEND}
!dev-perl/Parse-Yapp
"
-REQUIRED_USE="addc? ( gnutls !system-mitkrb5 )
+REQUIRED_USE="
+ addc? ( gnutls !system-mitkrb5 )
ads? ( acl gnutls ldap )
+ cluster? ( ads )
gpg? ( addc )
?? ( system-heimdal system-mitkrb5 )
${PYTHON_REQUIRED_USE}"
@@ -146,7 +152,7 @@ src_prepare() {
}
multilib_src_configure() {
- # when specifying libs for samba build you must append NONE to the end to
+ # when specifying libs for samba build you must append NONE to the end to
# stop it automatically including things
local bundled_libs="NONE"
if ! use system-heimdal && ! use system-mitkrb5 ; then