From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: net-fs/samba/
Date: Sun, 17 Jun 2018 12:46:22 +0000 (UTC) [thread overview]
Message-ID: <1529239557.70637f5f5df8f7fa2ff3e76a1240e999c031f85c.blueness@gentoo> (raw)
commit: 70637f5f5df8f7fa2ff3e76a1240e999c031f85c
Author: stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Sun Jun 17 10:32:17 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 12:45:57 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=70637f5f
net-fs/samba: revbump
net-fs/samba/Manifest | 2 +-
net-fs/samba/{samba-4.5.15.ebuild => samba-4.5.16.ebuild} | 14 ++++++++++----
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index b306ac8..221af4b 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
similarity index 97%
rename from net-fs/samba/samba-4.5.15.ebuild
rename to net-fs/samba/samba-4.5.16.ebuild
index 4bc41b2..57a6fd6 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
next reply other threads:[~2018-06-17 12:46 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-17 12:46 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-19 16:54 [gentoo-commits] proj/musl:master commit in: net-fs/samba/ Anthony G. Basile
2021-12-15 2:55 Jory Pratt
2021-06-07 16:55 Jory Pratt
2021-04-29 18:24 Dave Hughes
2020-06-22 16:49 Anthony G. Basile
2020-03-27 0:25 Jory Pratt
2020-02-26 18:49 Georgy Yakovlev
2019-04-17 15:30 Anthony G. Basile
2019-02-11 11:59 Anthony G. Basile
2019-01-19 0:55 Anthony G. Basile
2018-11-17 0:24 Anthony G. Basile
2018-11-17 0:24 Anthony G. Basile
2018-11-11 15:53 Anthony G. Basile
2018-02-07 12:19 Anthony G. Basile
2017-09-05 14:16 Anthony G. Basile
2017-09-05 13:39 Anthony G. Basile
2017-09-05 13:39 Anthony G. Basile
2017-09-05 13:39 Anthony G. Basile
2017-03-02 18:40 Aric Belsito
2016-05-29 1:53 Anthony G. Basile
2016-05-29 1:12 Anthony G. Basile
2016-05-29 1:09 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1529239557.70637f5f5df8f7fa2ff3e76a1240e999c031f85c.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox