mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
Now this package is compliant with C23, and doesn't have any implicit errors in configure. Wile porting, I noted two QR errors - one with mistyped configure option chroot-checkdir another with sftp. --disable-sftp was not, apparently, correct way to disable sftp. Changed flag to right one. Bug: https://bugs.gentoo.org/900316 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40085 Signed-off-by: Sam James <sam@gentoo.org>
37 lines
1.8 KiB
XML
37 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>hlein@korelogic.com</email>
|
|
<name>Hank Leininger</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
scponly is an alternative 'shell' (of sorts) for system administrators
|
|
who would like to provide access to remote users to both read and write
|
|
local files without providing any remote execution priviledges.
|
|
Functionally, it is best described as a wrapper to the tried and true
|
|
ssh suite of applications.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="chroot">Enables adding and configuring an 'scponlyc' chrooted user</flag>
|
|
<flag name="rsync">Enables rsync compatibility with potential security risks</flag>
|
|
<flag name="unison">Enables Unison compatibility with potential security risks</flag>
|
|
<flag name="subversion">Enables Subversion compatibility with potential security risks</flag>
|
|
<flag name="winscp">Enables WinSCP 2.0 compatibility with potential security risks</flag>
|
|
<flag name="scp">Enables scp compatibility with potential security risks</flag>
|
|
<flag name="sftp">Enables SFTP compatibility</flag>
|
|
<flag name="gftp">Enables gFTP compatibility</flag>
|
|
<flag name="quota">Enables quota compatibility</flag>
|
|
<flag name="passwd">Enables passwd compatibility</flag>
|
|
<flag name="logging">Enables SFTP logging compatibility</flag>
|
|
<flag name="wildcards">Enables wildcard processing with potential security risks</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="sourceforge">scponly</remote-id>
|
|
<remote-id type="github">scponly/scponly</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|