From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/
Date: Fri, 17 Feb 2017 23:22:43 +0000 (UTC) [thread overview]
Message-ID: <1487373743.1c8c5231343c9300a0b2a6adba38f41bde30ba71.polynomial-c@gentoo> (raw)
commit: 1c8c5231343c9300a0b2a6adba38f41bde30ba71
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 23:22:23 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 23:22:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8c5231
sys-fs/ntfs3g: Security cleanup (bug #607912).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild | 93 --------------------------------
1 file changed, 93 deletions(-)
diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
deleted file mode 100644
index a19a3ac793..0000000000
--- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils linux-info udev toolchain-funcs libtool
-
-MY_PN=${PN/3g/-3g}
-MY_P=${MY_PN}_ntfsprogs-${PV}
-
-DESCRIPTION="Open source read-write NTFS driver that runs under FUSE"
-HOMEPAGE="http://www.tuxera.com/community/ntfs-3g-download/"
-SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-# The subslot matches the SONAME major #.
-SLOT="0/87"
-KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
-
-RDEPEND="!<sys-apps/util-linux-2.20.1-r2
- !sys-fs/ntfsprogs
- ntfsdecrypt? (
- >=dev-libs/libgcrypt-1.2.2:0
- >=net-libs/gnutls-1.4.4
- )
- external-fuse? (
- >=sys-fs/fuse-2.8.0
- <sys-fs/fuse-3.0.0_pre
- )"
-DEPEND="${RDEPEND}
- sys-apps/attr
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="AUTHORS ChangeLog CREDITS README"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2014.2.15-no-split-usr.patch
- "${FILESDIR}"/${PN}-2016.2.22-sysmacros.patch #580136
-)
-
-pkg_setup() {
- if use external-fuse && use kernel_linux; then
- if kernel_is lt 2 6 9; then
- die "Your kernel is too old."
- fi
- CONFIG_CHECK="~FUSE_FS"
- FUSE_FS_WARNING="You need to have FUSE module built to use ntfs-3g"
- linux-info_pkg_setup
- fi
-}
-
-src_prepare() {
- epatch "${PATCHES[@]}"
- # Keep the symlinks in the same place we put the main binaries.
- # Having them in / when all the progs are in /usr is pointless.
- sed -i \
- -e 's:/sbin:$(sbindir):g' \
- {ntfsprogs,src}/Makefile.in || die #578336
- # Note: patches apply to Makefile.in, so don't run autotools here.
- elibtoolize
-}
-
-src_configure() {
- tc-ld-disable-gold
- econf \
- --prefix="${EPREFIX}"/usr \
- --exec-prefix="${EPREFIX}"/usr \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
- $(use_enable debug) \
- --enable-ldscript \
- --disable-ldconfig \
- $(use_enable acl posix-acls) \
- $(use_enable xattr xattr-mappings) \
- $(use_enable ntfsdecrypt crypto) \
- $(use_enable ntfsprogs) \
- $(use_enable ntfsprogs quarantined) \
- --without-uuid \
- --enable-extras \
- $(use_enable static-libs static) \
- --with-fuse=$(usex external-fuse external internal)
-}
-
-src_install() {
- default
-
- use suid && fperms u+s /usr/bin/${MY_PN}
- udev_dorules "${FILESDIR}"/99-ntfs3g.rules
- prune_libtool_files
-
- dosym mount.ntfs-3g /usr/sbin/mount.ntfs #374197
-}
next reply other threads:[~2017-02-17 23:22 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-17 23:22 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-05 5:03 [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/ Sam James
2022-11-08 17:02 Mike Gilbert
2022-11-08 5:00 Jakov Smolić
2022-11-02 20:07 Sam James
2022-10-31 18:44 Arthur Zamarin
2022-10-31 18:31 Arthur Zamarin
2022-10-31 18:31 Arthur Zamarin
2022-10-31 18:29 Arthur Zamarin
2022-10-31 18:26 Arthur Zamarin
2022-10-31 17:30 Mike Gilbert
2022-10-31 17:30 Mike Gilbert
2022-09-22 1:09 Sam James
2022-05-27 21:21 Mike Gilbert
2022-05-27 19:35 Jakov Smolić
2022-05-27 18:01 Jakov Smolić
2022-05-27 17:18 Jakov Smolić
2022-05-27 17:18 Jakov Smolić
2022-05-27 17:12 Jakov Smolić
2022-05-27 17:12 Jakov Smolić
2022-05-27 17:12 Jakov Smolić
2022-05-27 16:06 Mike Gilbert
2022-05-26 5:06 WANG Xuerui
2022-05-02 21:18 Mike Gilbert
2022-05-02 21:18 Mike Gilbert
2022-02-26 9:17 Agostino Sarubbo
2022-02-26 9:16 Agostino Sarubbo
2022-02-26 9:15 Agostino Sarubbo
2022-02-25 21:43 Sam James
2022-02-25 20:44 Arthur Zamarin
2022-02-25 18:32 Sam James
2022-02-25 18:32 Sam James
2021-11-07 0:29 Mike Gilbert
2021-11-07 0:29 Mike Gilbert
2021-11-07 0:29 Mike Gilbert
2021-11-06 13:40 Mike Gilbert
2021-11-06 2:14 Mike Gilbert
2021-11-06 2:14 Mike Gilbert
2021-11-05 23:17 Mike Gilbert
2021-11-05 23:12 Mike Gilbert
2021-11-05 23:12 Mike Gilbert
2021-10-29 5:55 Agostino Sarubbo
2021-10-29 5:54 Agostino Sarubbo
2021-10-20 0:22 Sam James
2021-10-20 0:22 Sam James
2021-10-18 15:22 Agostino Sarubbo
2021-10-18 15:18 Agostino Sarubbo
2021-10-18 7:01 Agostino Sarubbo
2021-09-27 22:05 Marek Szuba
2021-08-31 8:19 Lars Wendler
2021-08-03 11:03 Sam James
2021-05-14 9:35 Agostino Sarubbo
2021-05-13 18:58 Sam James
2021-05-13 18:56 Sam James
2021-05-13 17:53 Sam James
2021-05-13 16:37 Sam James
2021-05-13 16:24 Sam James
2020-12-20 0:50 Mike Gilbert
2020-12-20 0:50 Mike Gilbert
2020-06-10 0:31 Mike Gilbert
2020-06-09 23:41 Mike Gilbert
2020-04-23 10:40 Agostino Sarubbo
2020-04-23 6:29 Agostino Sarubbo
2020-04-23 6:28 Agostino Sarubbo
2020-04-23 6:24 Agostino Sarubbo
2020-04-23 6:21 Agostino Sarubbo
2020-04-22 17:01 Agostino Sarubbo
2020-02-15 10:03 David Seifert
2019-05-02 21:37 Mikle Kolyada
2019-05-02 21:37 Mikle Kolyada
2019-04-24 21:33 Thomas Deutschmann
2019-04-23 20:59 Sergei Trofimovich
2019-04-23 19:26 Mikle Kolyada
2018-07-10 4:58 Markus Meier
2018-06-26 20:53 Richard Farina
2018-06-25 16:06 Tobias Klausmann
2018-06-23 9:55 Mikle Kolyada
2018-06-21 19:21 Sergei Trofimovich
2018-01-05 0:37 Mart Raudsepp
2017-04-17 20:53 Patrick McLean
2017-02-21 15:01 Jeroen Roovers
2017-02-17 22:47 Michael Weber
2017-02-15 17:31 Markus Meier
2017-02-12 15:44 Agostino Sarubbo
2017-02-10 19:31 Patrick McLean
2017-02-04 15:21 Agostino Sarubbo
2017-02-02 17:09 Tobias Klausmann
2016-12-17 15:22 Markus Meier
2016-12-06 11:53 Agostino Sarubbo
2016-12-06 11:50 Agostino Sarubbo
2016-12-05 15:49 Tobias Klausmann
2016-08-06 10:17 Pacho Ramos
2016-07-08 10:02 Agostino Sarubbo
2016-07-08 7:53 Agostino Sarubbo
2016-06-27 8:47 Agostino Sarubbo
2016-06-16 8:54 Jeroen Roovers
2016-06-11 13:17 Markus Meier
2016-06-10 13:01 Agostino Sarubbo
2016-06-07 7:13 Tobias Klausmann
2016-05-23 19:29 Mike Frysinger
2016-03-22 6:51 Patrick McLean
2015-12-03 19:01 Patrick McLean
2015-09-22 4:39 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487373743.1c8c5231343c9300a0b2a6adba38f41bde30ba71.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox