diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-11-15 23:56:41 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-11-15 23:56:41 +0000 |
commit | 3f6cb57b2e4b042cddbbebf75d77f3914842ec44 (patch) | |
tree | 9a92bfecf0f4d7f680cf49910c0c397bbb1eba5d /net-fs | |
parent | acl use flag is default from profiles/releases/make.defaults and requires ads... (diff) | |
download | gentoo-2-3f6cb57b2e4b042cddbbebf75d77f3914842ec44.tar.gz gentoo-2-3f6cb57b2e4b042cddbbebf75d77f3914842ec44.tar.bz2 gentoo-2-3f6cb57b2e4b042cddbbebf75d77f3914842ec44.zip |
acl use flag is default from profiles/releases/make.defaults, on cifs-utils this requires ads use flag which needs samba-3.6*[winbind} or >=samba-4; don't ask me why it doesn't need winbind on samba 4, closing bug 490122
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 8 | ||||
-rw-r--r-- | net-fs/samba/samba-3.6.19.ebuild | 4 | ||||
-rw-r--r-- | net-fs/samba/samba-3.6.20.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 02f678d0e4dd..55b7d9e9d80d 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-fs/samba # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.623 2013/11/15 23:25:46 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.624 2013/11/15 23:56:41 zerochaos Exp $ + + 15 Nov 2013; Rick Farina <zerochaos@gentoo.org> samba-3.6.19.ebuild, + samba-3.6.20.ebuild: + acl use flag is default from profiles/releases/make.defaults, on cifs-utils + this requires ads use flag which needs samba-3.6*[winbind} or >=samba-4; don't + ask me why it doesn't need winbind on samba 4, closing bug 490122 15 Nov 2013; Rick Farina <zerochaos@gentoo.org> samba-3.6.19.ebuild, samba-3.6.20.ebuild, samba-4.0.10-r1.ebuild, samba-4.0.11.ebuild, diff --git a/net-fs/samba/samba-3.6.19.ebuild b/net-fs/samba/samba-3.6.19.ebuild index 89f98633e5e7..1d16729b062b 100644 --- a/net-fs/samba/samba-3.6.19.ebuild +++ b/net-fs/samba/samba-3.6.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.19.ebuild,v 1.13 2013/11/15 23:25:46 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.19.ebuild,v 1.14 2013/11/15 23:56:41 zerochaos Exp $ EAPI=4 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="acl addns ads +aio avahi caps +client cluster cups debug dmapi doc examples fam ldap ldb +netapi pam quota +readline selinux +server +smbclient smbsharemodes - swat syslog winbind" + swat syslog +winbind" DEPEND="dev-libs/popt >=sys-libs/talloc-2.0.5 diff --git a/net-fs/samba/samba-3.6.20.ebuild b/net-fs/samba/samba-3.6.20.ebuild index e4f02eef3693..16aa88457f63 100644 --- a/net-fs/samba/samba-3.6.20.ebuild +++ b/net-fs/samba/samba-3.6.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.20.ebuild,v 1.2 2013/11/15 23:25:46 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.20.ebuild,v 1.3 2013/11/15 23:56:41 zerochaos Exp $ EAPI=4 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="acl addns ads +aio avahi caps +client cluster cups debug dmapi doc examples fam ldap ldb +netapi pam quota +readline selinux +server +smbclient smbsharemodes - swat syslog winbind" + swat syslog +winbind" DEPEND="dev-libs/popt >=sys-libs/talloc-2.0.5 |