Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241728 - sys-fs/ntfs3g 1.5012 version bump
Summary: sys-fs/ntfs3g 1.5012 version bump
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Patrick McLean
URL: http://article.gmane.org/gmane.comp.f...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2008-10-13 09:03 UTC by Mike Limansky
Modified: 2010-12-15 20:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild ntfs-3g 1.5012 (ntfs3g-1.5012.ebuild,1.25 KB, text/plain)
2008-10-23 09:08 UTC, Garik Zaskoruzlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Limansky 2008-10-13 09:03:28 UTC
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.
Comment 1 Garik Zaskoruzlov 2008-10-23 09:08:36 UTC
Created attachment 169544 [details]
ebuild ntfs-3g 1.5012
Comment 2 Garik Zaskoruzlov 2008-10-23 09:10:03 UTC
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 &amp;&amp; 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>
Comment 3 Patrick McLean gentoo-dev 2008-10-23 14:24:22 UTC
In the future, please do not attach unmodified ebuilds to bump requests.

Bumped.
Comment 4 Garik Zaskoruzlov 2008-10-23 14:33:54 UTC
(In reply to comment #3)
> In the future, please do not attach unmodified ebuilds to bump requests.
> 
> Bumped.
> 

Sorry