From ae18a1b5e42fd40c842ba33d551107f3e2eb9889 Mon Sep 17 00:00:00 2001 From: Donny Davies Date: Mon, 15 Sep 2003 20:35:00 +0000 Subject: bump. --- net-fs/samba/ChangeLog | 7 +- net-fs/samba/Manifest | 4 +- net-fs/samba/files/digest-samba-3.0.0_rc4 | 2 + net-fs/samba/samba-3.0.0_rc4.ebuild | 359 ++++++++++++++++++++++++++++++ 4 files changed, 369 insertions(+), 3 deletions(-) create mode 100644 net-fs/samba/files/digest-samba-3.0.0_rc4 create mode 100644 net-fs/samba/samba-3.0.0_rc4.ebuild (limited to 'net-fs') diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 0e9013ac08b4..3b7a452ffee8 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/samba # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.44 2003/09/11 03:35:18 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.45 2003/09/15 20:34:55 woodchip Exp $ + +*samba-3.0.0_rc4 (15 Sep 2003) + + 15 Sep 2003; Donny Davies samba-3.0.0_rc4.ebuild: + Update to latest _rc. *samba-3.0.0_rc3 (10 Sep 2003) diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index cf27a39fddc7..704e5280a8f6 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -3,10 +3,10 @@ MD5 b12c5f63b8d75ec5d13b8b40e3a529e7 samba-3.0.0_beta3-r1.ebuild 9986 MD5 3f65a48fa532756d5355988bfe57f373 samba-3.0.0_rc2.ebuild 9562 MD5 6adb64b61b61cb31435b40d5f1bc0f8c samba-3.0.0_rc1-r1.ebuild 9954 MD5 b35c300a3c9d6b4b3c21a23da57593e9 samba-3.0.0_beta2-r1.ebuild 9825 -MD5 0a6a8f73cdfea2e8bd9f14c5a22d542e samba-3.0.0_rc4.ebuild 9605 +MD5 eb3b540cc665551c42cae5d04e84cba5 samba-3.0.0_rc4.ebuild 9605 MD5 c6ca541cd6ede56525c6b8f2c02eb60d samba-2.2.8a.ebuild 10847 MD5 0a6a8f73cdfea2e8bd9f14c5a22d542e samba-3.0.0_rc3.ebuild 9605 -MD5 8d8d7f2c369d31ede2879a714bbbdc75 ChangeLog 10779 +MD5 5d6e13a7a8f68381627c00f6a942a25f ChangeLog 10910 MD5 23bf9d13bd13e51abb07688b00cab9b6 files/winbind-init 896 MD5 9780745de080ee53a34c1b2f9fb1f228 files/digest-samba-2.2.8a 135 MD5 ba636412fdffb621dcd28e79fb247d7c files/swat.xinetd 525 diff --git a/net-fs/samba/files/digest-samba-3.0.0_rc4 b/net-fs/samba/files/digest-samba-3.0.0_rc4 new file mode 100644 index 000000000000..c7384b18f6d8 --- /dev/null +++ b/net-fs/samba/files/digest-samba-3.0.0_rc4 @@ -0,0 +1,2 @@ +MD5 c64bf6d64a157eb51a50a969be456e32 samba-3.0.0rc4.tar.bz2 9736599 +MD5 acbcb28cff080dcf2ee732b7f2c0f949 samba-vscan-0.3.4.tar.bz2 131027 diff --git a/net-fs/samba/samba-3.0.0_rc4.ebuild b/net-fs/samba/samba-3.0.0_rc4.ebuild new file mode 100644 index 000000000000..949383092ec3 --- /dev/null +++ b/net-fs/samba/samba-3.0.0_rc4.ebuild @@ -0,0 +1,359 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.0_rc4.ebuild,v 1.1 2003/09/15 20:34:55 woodchip Exp $ + +inherit eutils + +IUSE="kerberos mysql xml acl cups ldap pam readline python" +IUSE="${IUSE} oav" + +DESCRIPTION="SAMBA is a suite of SMB and CIFS client/server programs for UNIX" +HOMEPAGE="http://www.samba.org/ + http://www.openantivirus.org/projects.php" + +VSCAN_VER=0.3.4 +VSCAN_MODS=${VSCAN_MODS:=fprot mks openantivirus sophos trend icap} #kapersky +# To build the "kapersky" plugin, the kapersky lib must be installed. + +_CVS="-${PV/_/}" +S=${WORKDIR}/${PN}${_CVS} + +SRC_URI="mirror://samba/rc/${PN}${_CVS}.tar.bz2 + mirror://sourceforge/openantivirus/${PN}-vscan-${VSCAN_VER}.tar.bz2" +# oav? http://www.openantivirus.org/snapshots/${PN}-vscan-${VSCAN_VER}.tar.gz" + +DEPEND="sys-devel/autoconf dev-libs/popt + readline? sys-libs/readline + kerberos? app-crypt/mit-krb5 + mysql? ( dev-db/mysql sys-libs/zlib ) + xml? ( dev-libs/libxml2 sys-libs/zlib ) + acl? sys-apps/acl + cups? net-print/cups + ldap? net-nds/openldap + pam? sys-libs/pam + python? dev-lang/python" + +KEYWORDS="~x86 ~ppc ~sparc" +LICENSE="GPL-2" +SLOT="0" + +src_unpack() { + local i + unpack ${A} || die + cd ${S} || die + + # Clean up CVS + #find . -name .cvsignore | xargs rm -f + #find . -name CVS | xargs rm -rf + + # Add patch(es) + #Next one is from eger@cc.gatech.edu :) + patch -p1 <${FILESDIR}/samba-3.0.0-python-setup.patch || die + #Fix for bug #27858 + if [ "${ARCH}" = "sparc" ] + then + cd ${S}/source/include + epatch ${FILESDIR}/samba-2.2.8-statfs.patch + fi + + # For clean docs packaging sake. + rm -rf ${S}/examples.bin ; cp -a ${S}/examples ${S}/examples.bin + + # Prep samba-vscan source. + if use oav; then + cp -a ${WORKDIR}/${PN}-vscan-${VSCAN_VER} ${S}/examples.bin/VFS + fi + + cd ${S}/source + ./autogen.sh || die +} + +src_compile() { + local i + local myconf + local mymods + + #this is deprecated... + #mymods="nisplussam" + use xml && mymods="xml,${mymods}" + use mysql && mymods="mysql,${mymods}" + + myconf="--with-expsam=${mymods}" + + use acl \ + && myconf="${myconf} --with-acl-support" \ + || myconf="${myconf} --without-acl-support" + + use pam \ + && myconf="${myconf} --with-pam --with-pam_smbpass" \ + || myconf="${myconf} --without-pam --without-pam_smbpass" + + use cups \ + && myconf="${myconf} --enable-cups" \ + || myconf="${myconf} --disable-cups" + + use ldap \ + && myconf="${myconf} --with-ldap" \ + || myconf="${myconf} --without-ldap" + #this is for old samba 2.x compat + #myconf="${myconf} --with-ldapsam" + myconf="${myconf} --without-ldapsam" + + use kerberos \ + && myconf="${myconf} --with-ads" \ + || myconf="${myconf} --without-ads" + + use python \ + && myconf="${myconf} --with-python=yes" \ + || myconf="${myconf} --with-python=no" + + use readline \ + && myconf="${myconf} --with-readline" \ + || myconf="${myconf} --without-readline" + + einfo "\$myconf is: $myconf" + + #default_{static,shared}_modules|source/configure + #/usr/lib/samba/auth/............. AUTH_MODULES + #/usr/lib/samba/charset/ CHARSET_MODULES + #/usr/lib/samba/pdb/.............. PDB_MODULES + #/usr/lib/samba/rpc/ RPC_MODULES + #/usr/lib/samba/vfs/.............. VFS_MODULES|source/Makefile + #/usr/lib/samba/lowcase.dat + #/usr/lib/samba/upcase.dat + #/usr/lib/samba/valid.dat + + cd source + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc/samba \ + --localstatedir=/var \ + --libdir=/usr/lib/samba \ + --with-privatedir=/etc/samba/private \ + --with-lockdir=/var/cache/samba \ + --with-piddir=/var/run/samba \ + --with-swatdir=/usr/share/swat \ + --with-configdir=/etc/samba \ + --with-logfilebase=/var/log/samba \ + \ + --enable-static --enable-shared \ + --with-manpages-langs=en \ + --without-spinlocks \ + --with-libsmbclient \ + --with-automount \ + --with-smbmount \ + --with-winbind \ + --with-quotas \ + --with-syslog \ + --with-idmap \ + --host=${CHOST} ${myconf} || die + + # Compile main SAMBA pieces. + make everything || die "SAMBA pieces" + #make rpctorture + + # Build selected samba-vscan plugins. + if use oav; then + cd ${S}/examples.bin/VFS/${PN}-vscan-${VSCAN_VER} + ./configure || die "bad ${PN}-vscan-${VSCAN_VER} ./configure" + for i in ${VSCAN_MODS} + do + cd ${S}/examples.bin/VFS/${PN}-vscan-${VSCAN_VER}/$i + make USE_INCLMKSDLIB=1 #needed for the mks build + assert "problem building $i vscan module" + done + fi +} + +src_install() { +# For testing brokeness of make install +# cd source +# make DESTDIR=${D} install installmodules install_python +# assert "It would be nice if that worked. REALLY worked." + + # Install standard binary files. + for i in smbclient net smbspool testparm testprns smbstatus \ + smbcontrol smbtree tdbbackup nmblookup pdbedit \ + smbpasswd rpcclient smbcacls profiles ntlm_auth \ + smbcquotas smbmount smbmnt smbumount wbinfo \ + debug2html smbfilter talloctort #smbsh editreg + do + exeinto /usr/bin + doexe source/bin/${i} + done + doexe source/script/{smbtar,findsmb} + + # TORTURE_PROGS / Testing stuff, if they built they will come. + for i in smbtorture msgtest masktest locktest locktest2 \ + nsstest vfstest rpctorture + do + if [ -x source/bin/${i} ] + then + exeinto /usr/bin + doexe source/bin/${i} + fi + done + + # Installing these two setuid-root allows users to (un)mount smbfs. + fperms 4111 /usr/bin/smbumount + fperms 4111 /usr/bin/smbmnt + + # Install server binaries. + for i in smbd nmbd swat winbindd # wrepld + do + exeinto /usr/sbin + doexe source/bin/${i} + done + + # Libraries. + exeinto /usr/lib + #broken for a while now with some wacky glibc issue + #doexe source/bin/smbwrapper.so + doexe source/bin/libsmbclient.so + insinto /usr/lib + doins source/bin/libsmbclient.a + insinto /usr/include + doins source/include/libsmbclient.h + exeinto /lib/security + doexe source/nsswitch/pam_winbind.so + use pam && doexe source/bin/pam_smbpass.so + + # Nsswitch extensions. + for i in wins winbind + do + exeinto /lib + doexe source/nsswitch/libnss_${i}.so + done + # make link for wins and winbind resolvers.. + ( cd ${D}/lib ; ln -s libnss_wins.so libnss_wins.so.2 ) + ( cd ${D}/lib ; ln -s libnss_winbind.so libnss_winbind.so.2 ) + + # Python extensions. + if use python; then + cd source + python python/setup.py install --root=${D} || die + cd .. + fi + + # VFS plugin modules. + exeinto /usr/lib/samba/vfs + use oav && doexe examples.bin/VFS/${PN}-vscan-${VSCAN_VER}/*/vscan-*.so + for i in audit extd_audit fake_perms netatalk recycle + do + if [ -x source/bin/${i}.so ] + then + doexe source/bin/${i}.so + fi + done + + # Passdb modules. + exeinto /usr/lib/samba/pdb + use mysql && doexe source/bin/mysql.so + use xml && doexe source/bin/xml.so + + # Install codepage data files. + insinto /usr/lib/samba + doins source/codepages/*.dat + + # Install SWAT helper files. + for i in swat/help/*.html docs/htmldocs/*.html + do + insinto /usr/share/swat/help + doins ${i} + done + for i in swat/images/*.gif + do + insinto /usr/share/swat/images + doins ${i} + done + for i in swat/include/*.html + do + insinto /usr/share/swat/include + doins ${i} + done + + # Install man pages. + doman docs/manpages/* + + # SAMBA has a lot of docs, so this just basically + # installs them all! We don't want two copies of + # the book or manpages though, so: + rm -rf docs/htmldocs/using_samba docs/manpages + + dodoc COPYING Manifest README Roadmap WHATSNEW.txt + docinto full_docs + cp -a docs/* ${D}/usr/share/doc/${PF}/full_docs + docinto examples + cp -a examples/* ${D}/usr/share/doc/${PF}/examples + prepalldocs + # and we should unzip the html docs.. + gunzip ${D}/usr/share/doc/${PF}/full_docs/faq/* + gunzip ${D}/usr/share/doc/${PF}/full_docs/htmldocs/* + if use oav; then + docinto ${PN}-vscan-${VSCAN_VER} + cd ${WORKDIR}/${PN}-vscan-${VSCAN_VER} + dodoc AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO + dodoc */*.conf + cd ${S} + fi + chown -R root.root ${D}/usr/share/doc/${PF} + + # link /usr/bin/smbmount to /sbin/mount.smbfs which allows it + # to work transparently with the standard 'mount' command.. + dodir /sbin + dosym /usr/bin/smbmount /sbin/mount.smbfs + + # make the smb backend symlink for cups printing support.. + if use cups; then + dodir /usr/lib/cups/backend + dosym /usr/bin/smbspool /usr/lib/cups/backend/smb + fi + + # Now the config files. + if use ldap; then + insinto /etc/openldap/schema + doins examples/LDAP/samba.schema + fi + + insinto /etc + dodoc ${FILESDIR}/nsswitch.conf-winbind + doins ${FILESDIR}/nsswitch.conf-wins + + insinto /etc/samba + doins ${FILESDIR}/smbusers + + # need to update this one!! + doins ${FILESDIR}/smb.conf.example + doins ${FILESDIR}/lmhosts + doins ${FILESDIR}/recycle.conf + + insinto /etc/pam.d + newins ${FILESDIR}/samba.pam samba + doins ${FILESDIR}/system-auth-winbind + + exeinto /etc/init.d + newexe ${FILESDIR}/samba-init samba + # hmmm + newexe ${FILESDIR}/winbind-init winbind + + insinto /etc/xinetd.d + newins ${FILESDIR}/swat.xinetd swat +} + +pkg_postinst() { + # touch /etc/samba/smb.conf so that people installing samba just + # to mount smb shares don't get annoying warnings all the time.. + if [ ! -e ${ROOT}/etc/samba/smb.conf ] ; then + touch ${ROOT}/etc/samba/smb.conf + fi + + # empty dirs.. + install -m0700 -o root -g root -d ${ROOT}/etc/samba/private + install -m1777 -o root -g root -d ${ROOT}/var/spool/samba + install -m0755 -o root -g root -d ${ROOT}/var/log/samba + install -m0755 -o root -g root -d ${ROOT}/var/run/samba + install -m0755 -o root -g root -d ${ROOT}/var/cache/samba + install -m0755 -o root -g root -d ${ROOT}/var/lib/samba/{netlogon,profiles} + install -m0755 -o root -g root -d \ + ${ROOT}/var/lib/samba/printers/{W32X86,WIN40,W32ALPHA,W32MIPS,W32PPC} +} -- cgit v1.2.3-65-gdbad