Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 252759 Details for
Bug 261730
net-ftp/vsftpd-devnet-2.1.0_p1 - vsftpd devnet fork
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for vsftpd-2.2.2+ (ext build 3) with patch 1
vsftpd-devnet-2.2.2.3e.ebuild (text/plain), 3.09 KB, created by
Peter
on 2010-11-01 09:23:34 UTC
(
hide
)
Description:
ebuild for vsftpd-2.2.2+ (ext build 3) with patch 1
Filename:
MIME Type:
Creator:
Peter
Created:
2010-11-01 09:23:34 UTC
Size:
3.09 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs > >DESCRIPTION="Very Secure FTP Daemon written with speed, size and security in mind, with patches from http://vsftpd.devnet.ru/" >HOMEPAGE="http://vsftpd.devnet.ru/rus" >SRC_URI="http://vsftpd.devnet.ru/files/2.2.2/ext.3/vsFTPd-2.2.2-ext3.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" >IUSE="caps pam tcpd ssl selinux xinetd" >S="${WORKDIR}/vsFTPd-2.2.2-ext.3" > >DEPEND="caps? ( >=sys-libs/libcap-2 ) > pam? ( virtual/pam ) > tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) > ssl? ( >=dev-libs/openssl-0.9.7d )" >RDEPEND="${DEPEND} > net-ftp/ftpbase > selinux? ( sec-policy/selinux-ftpd ) > xinetd? ( sys-apps/xinetd )" > >src_unpack() { > unpack ${A} > cd "${S}" > > # Patch the source, config and the manpage to use /etc/vsftpd/ > # In devnet build change only /usr/share/empty to /usr/share/vsftpd/empty > epatch "${FILESDIR}/${PN}-2.2.0-gentoo.patch" > > # Fix building without the libcap > epatch "${FILESDIR}/${PN}-2.1.0-caps.patch" > > # Configure vsftpd build defaults > use tcpd && echo "#define VSF_BUILD_TCPWRAPPERS" >> builddefs.h > if use ssl ; then > echo "#define VSF_BUILD_SSL" >> builddefs.h > sed -i 's/-lcrypto/-lcrypto -lssl/' Makefile > fi > use pam || echo "#undef VSF_BUILD_PAM" >> builddefs.h > > # Ensure that we don't link against libcap unless asked > if ! use caps ; then > sed -i '/^#define VSF_SYSDEP_HAVE_LIBCAP$/ d' sysdeputil.c > # In devnet build vsf_findlibs.sh not used, but patch just in case leaved > epatch "${FILESDIR}"/${PN}-2.2.0-dont-link-caps.patch > fi > > epatch "${FILESDIR}/${PN}-2.2.2.3e-1-addons.patch" > > # Let portage control stripping > sed -i '/^LINK[[:space:]]*=[[:space:]]*/ s/-Wl,-s//' Makefile >} > >src_compile() { > emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die >} > >src_install() { > into /usr > doman vsftpd.conf.5 vsftpd.8 > dosbin vsftpd || die > > dodoc AUDIT BENCHMARKS BUGS Changelog FAQ \ > README README.security REWARD SIZE \ > SPEED TODO TUNING > newdoc vsftpd.conf vsftpd.conf.example > > docinto security > dodoc SECURITY/* > > insinto "/usr/share/doc/${PF}/examples" > doins -r EXAMPLE/* > > insinto /etc/vsftpd > newins vsftpd.conf vsftpd.conf.example > > insinto /etc/logrotate.d > newins "${FILESDIR}/vsftpd.logrotate" vsftpd > > if use xinetd ; then > insinto /etc/xinetd.d > newins "${FILESDIR}/vsftpd.xinetd" vsftpd > fi > > newinitd "${FILESDIR}/vsftpd.init" vsftpd > > keepdir /usr/share/vsftpd/empty >} > >pkg_preinst() { > # If we use xinetd, then we set listen=NO > # so that our default config works under xinetd - fixes #78347 > if use xinetd ; then > sed -i 's/listen=YES/listen=NO/g' "${D}"/etc/vsftpd/vsftpd.conf.example > fi >} > >pkg_postinst() { > einfo "vsftpd init script can now be multiplexed." > einfo "The default init script forces /etc/vsftpd/vsftpd.conf to exist." > einfo "If you symlink the init script to another one, say vsftpd.foo" > einfo "then that uses /etc/vsftpd/foo.conf instead." > einfo > einfo "Example:" > einfo " cd /etc/init.d" > einfo " ln -s vsftpd vsftpd.foo" > einfo "You can now treat vsftpd.foo like any other service" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 261730
:
184341
|
184635
|
188241
|
188265
|
188266
|
252337
|
252339
|
252341
|
252343
| 252759 |
252761
|
252763
|
252765
|
252767
|
252769