public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/samba: ChangeLog samba-3.5.6.ebuild samba-3.4.9.ebuild
@ 2010-12-22 19:36 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 3+ messages in thread
From: Victor Ostorga (vostorga) @ 2010-12-22 19:36 UTC (permalink / raw
  To: gentoo-commits

vostorga    10/12/22 19:36:59

  Modified:             ChangeLog samba-3.5.6.ebuild samba-3.4.9.ebuild
  Log:
  Adding idmap (rid,adex,ldap,hash,ad) modules support, bugs #329383 #285814 #290265 Adding manpages for idmap modules bug #281262. Based on patch thanks to Azamat H. Hackimov <azamat.hackimov@gmail.com>
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.455                net-fs/samba/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.455&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.455&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.454&r2=1.455

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -r1.454 -r1.455
--- ChangeLog	20 Dec 2010 20:35:07 -0000	1.454
+++ ChangeLog	22 Dec 2010 19:36:59 -0000	1.455
@@ -1,6 +1,12 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.454 2010/12/20 20:35:07 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.455 2010/12/22 19:36:59 vostorga Exp $
+
+  22 Dec 2010; Víctor Ostorga <vostorga@gentoo.org> samba-3.4.9.ebuild,
+  samba-3.5.6.ebuild:
+  Adding idmap (rid,adex,ldap,hash,ad) modules support, bugs #329383 #285814
+  #290265 Adding manpages for idmap modules bug #281262
+  Based on patch thanks to Azamat H. Hackimov <azamat.hackimov@gmail.com>
 
   20 Dec 2010; Víctor Ostorga <vostorga@gentoo.org> files/3.4/samba.initd,
   files/3.5/samba.initd:



1.3                  net-fs/samba/samba-3.5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?r1=1.2&r2=1.3

Index: samba-3.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- samba-3.5.6.ebuild	5 Nov 2010 15:24:44 -0000	1.2
+++ samba-3.5.6.ebuild	22 Dec 2010 19:36:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v 1.2 2010/11/05 15:24:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v 1.3 2010/12/22 19:36:59 vostorga Exp $
 
 EAPI="2"
 
@@ -86,9 +86,9 @@
 
 	if use winbind ; then
 		BINPROGS="${BINPROGS} bin/wbinfo"
-		SHAREDMODS="${SHAREDMODS}idmap_rid"
+		SHAREDMODS="${SHAREDMODS}idmap_rid,idmap_hash"
 		use ads && SHAREDMODS="${SHAREDMODS},idmap_ad"
-		use ldap && SHAREDMODS="${SHAREDMODS},idmap_ldap"
+		use ldap && SHAREDMODS="${SHAREDMODS},idmap_ldap,idmap_adex"
 	fi
 
 	if use winbind &&
@@ -288,6 +288,16 @@
 		dosym libnss_wins.so /usr/$(get_libdir)/libnss_wins.so.2
 		dolib.so ../nsswitch/libnss_winbind.so
 		dosym libnss_winbind.so /usr/$(get_libdir)/libnss_winbind.so.2
+		einfo "install libwbclient related manpages"
+		doman ../docs/manpages/idmap_rid.8
+		doman ../docs/manpages/idmap_hash.8
+		if use ldap ; then
+			doman ../docs/manpages/idmap_adex.8
+			doman ../docs/manpages/idmap_ldap.8
+		fi
+		if use ads ; then
+			doman ../docs/manpages/idmap_ad.8
+		fi
 	fi
 
 	# install binaries



1.8                  net-fs/samba/samba-3.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?r1=1.7&r2=1.8

Index: samba-3.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- samba-3.4.9.ebuild	24 Oct 2010 16:42:17 -0000	1.7
+++ samba-3.4.9.ebuild	22 Dec 2010 19:36:59 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v 1.7 2010/10/24 16:42:17 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v 1.8 2010/12/22 19:36:59 vostorga Exp $
 
 EAPI="2"
 
@@ -70,7 +70,13 @@
 
 use cups && BINPROGS="${BINPROGS} bin/smbspool"
 use ldb && BINPROGS="${BINPROGS} bin/ldbedit bin/ldbsearch bin/ldbadd bin/ldbdel bin/ldbmodify bin/ldbrename";
-use winbind && BINPROGS="${BINPROGS} bin/wbinfo"
+
+if use winbind ; then
+	BINPROGS="${BINPROGS} bin/wbinfo"
+	mymod_shared="--with-shared-modules=idmap_rid,idmap_hash"
+	use ldap && mymod_shared="${mymod_shared},idmap_adex,idmap_ldap"
+	use ads && mymod_shared="${mymod_shared},idmap_ad"
+fi
 
 S="${WORKDIR}/${MY_P}/source3"
 
@@ -82,7 +88,7 @@
 CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"
 
 pkg_setup() {
-	 if use winbind &&
+	if use winbind &&
 		[[ $(tc-getCC)$ == *gcc* ]] &&
 		[[ $(gcc-major-version)$(gcc-minor-version) -lt 43 ]]
 	then
@@ -176,6 +182,7 @@
 		$(use_with aio aio-support) \
 		--with-sendfile-support \
 		$(use_with winbind) \
+		${mymod_shared} \
 		--without-included-popt \
 		--without-included-iniparser
 }
@@ -273,6 +280,16 @@
 		dosym libnss_wins.so /usr/$(get_libdir)/libnss_wins.so.2
 		dolib.so ../nsswitch/libnss_winbind.so
 		dosym libnss_winbind.so /usr/$(get_libdir)/libnss_winbind.so.2
+		einfo "install libwbclient related manpages"
+		doman ../docs/manpages/idmap_rid.8
+		doman ../docs/manpages/idmap_hash.8
+		if use ldap ; then
+			doman ../docs/manpages/idmap_adex.8
+			doman ../docs/manpages/idmap_ldap.8
+		fi
+		if use ads ; then
+			doman ../docs/manpages/idmap_ad.8
+		fi
 	fi
 
 	# install binaries






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/samba: ChangeLog samba-3.5.6.ebuild samba-3.4.9.ebuild
@ 2010-12-23 17:41 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 3+ messages in thread
From: Victor Ostorga (vostorga) @ 2010-12-23 17:41 UTC (permalink / raw
  To: gentoo-commits

vostorga    10/12/23 17:41:50

  Modified:             ChangeLog samba-3.5.6.ebuild samba-3.4.9.ebuild
  Log:
  Fixing implementation for the non-kerberos case, patch thanks to Volker Lendecke <vl@samba.org> bug #342377
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.456                net-fs/samba/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.456&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.456&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.455&r2=1.456

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -r1.455 -r1.456
--- ChangeLog	22 Dec 2010 19:36:59 -0000	1.455
+++ ChangeLog	23 Dec 2010 17:41:50 -0000	1.456
@@ -1,6 +1,12 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.455 2010/12/22 19:36:59 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.456 2010/12/23 17:41:50 vostorga Exp $
+
+  23 Dec 2010; Víctor Ostorga <vostorga@gentoo.org> samba-3.4.9.ebuild,
+  +files/3.4/samba-3.4.9-kerberos-dummy.patch, samba-3.5.6.ebuild,
+  +files/3.5/samba-3.5.6-kerberos-dummy.patch:
+  Fixing implementation for the non-kerberos case, patch thanks to Volker
+  Lendecke <vl@samba.org> bug #342377
 
   22 Dec 2010; Víctor Ostorga <vostorga@gentoo.org> samba-3.4.9.ebuild,
   samba-3.5.6.ebuild:



1.4                  net-fs/samba/samba-3.5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?r1=1.3&r2=1.4

Index: samba-3.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- samba-3.5.6.ebuild	22 Dec 2010 19:36:59 -0000	1.3
+++ samba-3.5.6.ebuild	23 Dec 2010 17:41:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v 1.3 2010/12/22 19:36:59 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v 1.4 2010/12/23 17:41:50 vostorga Exp $
 
 EAPI="2"
 
@@ -112,6 +112,8 @@
 	sed -i \
 		-e 's|LDSHFLAGS="|LDSHFLAGS="\\${LDFLAGS} |g' \
 		configure || die "sed failed"
+
+	epatch "${CONFDIR}"/${P}-kerberos-dummy.patch
 }
 
 src_configure() {



1.9                  net-fs/samba/samba-3.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?r1=1.8&r2=1.9

Index: samba-3.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- samba-3.4.9.ebuild	22 Dec 2010 19:36:59 -0000	1.8
+++ samba-3.4.9.ebuild	23 Dec 2010 17:41:50 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v 1.8 2010/12/22 19:36:59 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v 1.9 2010/12/23 17:41:50 vostorga Exp $
 
 EAPI="2"
 
@@ -110,6 +110,8 @@
 	sed -i \
 		-e 's|LDSHFLAGS="|LDSHFLAGS="\\${LDFLAGS} |g' \
 		configure || die "sed failed"
+
+	epatch "${CONFDIR}"/${P}-kerberos-dummy.patch
 }
 
 src_configure() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/samba: ChangeLog samba-3.5.6.ebuild samba-3.4.9.ebuild
@ 2011-01-28 15:23 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 3+ messages in thread
From: Victor Ostorga (vostorga) @ 2011-01-28 15:23 UTC (permalink / raw
  To: gentoo-commits

vostorga    11/01/28 15:23:12

  Modified:             ChangeLog samba-3.5.6.ebuild samba-3.4.9.ebuild
  Log:
  Adding blocker on net-fs/cifs-utils, bug 308655
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.457                net-fs/samba/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.457&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.457&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.456&r2=1.457

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.456
retrieving revision 1.457
diff -u -r1.456 -r1.457
--- ChangeLog	23 Dec 2010 17:41:50 -0000	1.456
+++ ChangeLog	28 Jan 2011 15:23:12 -0000	1.457
@@ -1,6 +1,10 @@
 # ChangeLog for net-fs/samba
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.456 2010/12/23 17:41:50 vostorga Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.457 2011/01/28 15:23:12 vostorga Exp $
+
+  28 Jan 2011; Víctor Ostorga <vostorga@gentoo.org> samba-3.4.9.ebuild,
+  samba-3.5.6.ebuild:
+  Adding blocker on net-fs/cifs-utils, bug 308655
 
   23 Dec 2010; Víctor Ostorga <vostorga@gentoo.org> samba-3.4.9.ebuild,
   +files/3.4/samba-3.4.9-kerberos-dummy.patch, samba-3.5.6.ebuild,



1.5                  net-fs/samba/samba-3.5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild?r1=1.4&r2=1.5

Index: samba-3.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- samba-3.5.6.ebuild	23 Dec 2010 17:41:50 -0000	1.4
+++ samba-3.5.6.ebuild	28 Jan 2011 15:23:12 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v 1.4 2010/12/23 17:41:50 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.6.ebuild,v 1.5 2011/01/28 15:23:12 vostorga Exp $
 
 EAPI="2"
 
@@ -23,6 +23,7 @@
 	!net-fs/samba-client
 	!net-fs/samba-libs
 	!net-fs/samba-server
+	!net-fs/cifs-utils
 	sys-libs/talloc
 	sys-libs/tdb
 	virtual/libiconv



1.10                 net-fs/samba/samba-3.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild?r1=1.9&r2=1.10

Index: samba-3.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- samba-3.4.9.ebuild	23 Dec 2010 17:41:50 -0000	1.9
+++ samba-3.4.9.ebuild	28 Jan 2011 15:23:12 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v 1.9 2010/12/23 17:41:50 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.9.ebuild,v 1.10 2011/01/28 15:23:12 vostorga Exp $
 
 EAPI="2"
 
@@ -23,6 +23,7 @@
 	!net-fs/samba-client
 	!net-fs/samba-libs
 	!net-fs/samba-server
+	!net-fs/cifs-utils
 	sys-libs/talloc
 	sys-libs/tdb
 	virtual/libiconv






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-28 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 15:23 [gentoo-commits] gentoo-x86 commit in net-fs/samba: ChangeLog samba-3.5.6.ebuild samba-3.4.9.ebuild Victor Ostorga (vostorga)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-23 17:41 Victor Ostorga (vostorga)
2010-12-22 19:36 Victor Ostorga (vostorga)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox