summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMichael Glauche <mglauche@gentoo.org>2005-03-03 10:55:50 +0000
committerMichael Glauche <mglauche@gentoo.org>2005-03-03 10:55:50 +0000
commit040160e4b835979cee00826a4f189d0433d8e30b (patch)
treeaa1edf786360f75560931491b4129ab9fdd155da /net-fs
parentAdd nodrm flag as in kdegraphics. Remove patch to fix security problem that w... (diff)
downloadgentoo-2-040160e4b835979cee00826a4f189d0433d8e30b.tar.gz
gentoo-2-040160e4b835979cee00826a4f189d0433d8e30b.tar.bz2
gentoo-2-040160e4b835979cee00826a4f189d0433d8e30b.zip
download fix for smbldap tools
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/ChangeLog6
-rw-r--r--net-fs/samba/samba-3.0.10.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index 86e1446dcdd4..2d5084b87cfe 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/samba
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.151 2005/02/07 05:08:09 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.152 2005/03/03 10:55:49 mglauche Exp $
+
+ 03 Mar 2005; <mglauche@gentoo.org> samba-3.0.10.ebuild:
+ smbldap-tools have new download location, see Bug 83203. Thanks to Ricardo
+ Nuno <me@rnuno.com>
06 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org>
samba-3.0.11.ebuild:
diff --git a/net-fs/samba/samba-3.0.10.ebuild b/net-fs/samba/samba-3.0.10.ebuild
index 039d0f03c3fd..627a607eb346 100644
--- a/net-fs/samba/samba-3.0.10.ebuild
+++ b/net-fs/samba/samba-3.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.14 2005/02/11 22:57:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.15 2005/03/03 10:55:50 mglauche Exp $
inherit eutils flag-o-matic
#---------------------------------------------------------------------------
@@ -23,7 +23,7 @@ S=${WORKDIR}/${PN}${_CVS}
#---------------------------------------------------------------------------
SRC_URI="mirror://samba/${PN}${_CVS}.tar.gz
oav? ( mirror://sourceforge/openantivirus/${PN}-vscan-${VSCAN_VER}.tar.bz2 )
- ldap? ( http://samba.idealx.org/dist/smbldap-tools-${SMBLDAP_TOOLS_VER}.tgz )"
+ ldap? ( http://samba.idealx.org/dist/old-versions/smbldap-tools-${SMBLDAP_TOOLS_VER}.tgz )"
#---------------------------------------------------------------------------
_COMMON_DEPS="dev-libs/popt
readline? ( sys-libs/readline )