NTFS-3G 1.5012 was released. It's a new stable release (which is the same like the previous RC). Reproducible: Always Steps to Reproduce: N/A From http://www.ntfs-3g.org/releases.html: STABLE Version 1.5012 (October 12, 2008) -- Release Notes Version 1.2926-RC is released unchanged as stable. The NTFS-3G driver is able for unlimited file and directory creation and removal as the result of 13 years continuous development with the help of hundreds of contributors over these years. Congratulations And Thank You To Everybody Who Made It Happen! TEST Version 1.2926-RC (September 19, 2008) -- Release Notes New: Support unlimited file and directory creation. Successfully tested the creation of 54 million (54,000,000) files in a single directory, besides the other test cases.
Created attachment 169544 [details] ebuild ntfs-3g 1.5012
Comment on attachment 169544 [details] ebuild ntfs-3g 1.5012 ><?xml version="1.0"?><html><head/><body><pre># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.5012.ebuild,v 1.1 2008/10/06 14:57:36 chutzpah Exp $ > >MY_PN="${PN/3g/-3g}" >MY_P="${MY_PN}-${PV}" > >DESCRIPTION="Open source read-write NTFS driver that runs under FUSE" >HOMEPAGE="http://www.ntfs-3g.org" >SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="debug hal suid" > >RDEPEND="hal? ( sys-apps/hal )" >DEPEND="${RDEPEND}" > >S="${WORKDIR}/${MY_P}" > >src_compile() { > econf \ > --docdir="/usr/share/doc/${PF}" \ > --enable-ldscript \ > --disable-ldconfig \ > $(use_enable debug) > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "install failed" > > prepalldocs > dodoc AUTHORS ChangeLog CREDITS > > use suid && fperms u+s "/bin/${MY_PN}" > > if use hal; then > insinto /etc/hal/fdi/policy/ > doins "${FILESDIR}/10-ntfs3g.fdi" > fi >} > >pkg_postinst() { > if use suid; then > ewarn > ewarn "You have chosen to install ${PN} with the binary setuid root. This" > ewarn "means that if there any undetected vulnerabilities in the binary," > ewarn "then local users may be able to gain root access on your machine." > ewarn > fi >} ></pre></body></html>
In the future, please do not attach unmodified ebuilds to bump requests. Bumped.
(In reply to comment #3) > In the future, please do not attach unmodified ebuilds to bump requests. > > Bumped. > Sorry