diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-22 15:05:50 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-22 15:05:50 +0000 |
commit | 502ef3b9838a7e8a81bad70acef1ef365bfb3867 (patch) | |
tree | e0c46a69153d25f3c4d81c430b7fcd45a8ec0304 /net-fs | |
parent | x86 stable & cleanup (Manifest recommit) (diff) | |
download | gentoo-2-502ef3b9838a7e8a81bad70acef1ef365bfb3867.tar.gz gentoo-2-502ef3b9838a7e8a81bad70acef1ef365bfb3867.tar.bz2 gentoo-2-502ef3b9838a7e8a81bad70acef1ef365bfb3867.zip |
Fixed ebuild to ensure we're in the right place before applying the smbprint patch. Only should have effected PPC and SPARC.
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.2a-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 2ecc03b24562..d4cd12ce99ed 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/samba # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.65 2004/04/21 16:58:17 dmwaters Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.66 2004/04/22 15:05:50 weeve Exp $ + + 22 Apr 2004; Jason Wever <weeve@gentoo.org> samba-3.0.2a-r1.ebuild: + Fixed ebuild to ensure we're in the right place before applying the smbprint + patch. Only should have effected PPC and SPARC. *samba-3.0.2a-r1 (21 Apr 2004) diff --git a/net-fs/samba/samba-3.0.2a-r1.ebuild b/net-fs/samba/samba-3.0.2a-r1.ebuild index 8a7f1f15c07a..1e8fb5013fdd 100644 --- a/net-fs/samba/samba-3.0.2a-r1.ebuild +++ b/net-fs/samba/samba-3.0.2a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2a-r1.ebuild,v 1.1 2004/04/21 16:58:17 dmwaters Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.2a-r1.ebuild,v 1.2 2004/04/22 15:05:50 weeve Exp $ inherit eutils @@ -64,6 +64,8 @@ src_unpack() { # bug 45965; smbprint tmpfile vulnerability # NOTE that this should be removed for Samba 3.0.3, as it will be included # in that release. + # Additional Note: Make sure w're in ${S} before patching. + cd ${S} epatch ${FILESDIR}/samba-3.0.2a-smbprint.patch #Bug #36200; sys-kernel/linux-headers dependent |