Gentoo Archives: gentoo-dev

From: Francesco Riosa <francesco@×××××××××.it>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] samba 3.0.4 ebuild
Date: Thu, 10 Jun 2004 13:53:10
Message-Id: 20040610155013.000031e1@cisco
1 --- samba-3.0.2a-r2.ebuild 2004-05-28 05:08:00.000000000 +0200
2 +++ samba-3.0.4.ebuild 2004-06-10 15:25:13.471811648 +0200
3 @@ -16,7 +16,7 @@
4 _CVS="-${PV/_/}"
5 S=${WORKDIR}/${PN}${_CVS}
6
7 -SRC_URI="mirror://samba/${PN}${_CVS}.tar.bz2
8 +SRC_URI="mirror://samba/${PN}${_CVS}.tar.gz
9 oav? mirror://sourceforge/openantivirus/${PN}-vscan-${VSCAN_VER}.tar.bz2
10 ldap? http://samba.idealx.org/dist/smbldap-tools-${SMBLDAP_TOOLS_VER}.tgz"
11
12 @@ -52,20 +52,13 @@
13 find . -name CVS | xargs rm -rf
14
15 # Add patch(es)
16 - #Next one is from eger@×××××××××.edu :)
17 - patch -p1 <${FILESDIR}/samba-3.0.0-python-setup.patch || die
18 #Fix for bug #27858
19 if [ "${ARCH}" = "sparc" -o "${ARCH}" = "ppc" ]
20 then
21 cd ${S}/source/include
22 epatch ${FILESDIR}/samba-2.2.8-statfs.patch
23 fi
24 - # bug 45965; smbprint tmpfile vulnerability
25 - # NOTE that this should be removed for Samba 3.0.3, as it will be included
26 - # in that release.
27 - # Additional Note: Make sure w're in ${S} before patching.
28 - cd ${S}
29 - epatch ${FILESDIR}/samba-3.0.2a-smbprint.patch
30 + #cd ${S}
31
32 #Bug #36200; sys-kernel/linux-headers dependent
33 sed -i -e 's:#define LINUX_QUOTAS_2:#define LINUX_QUOTAS_1:' \
34
35 --
36 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] samba 3.0.4 ebuild Chris Gianelloni <wolf31o2@g.o>
Re: [gentoo-dev] samba 3.0.4 ebuild Jason Waldhelm <jason@×××××××××××.com>