blob: 9c06095c5e3ce5e0eae784e70499056722f9c6c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dev@liguros.net</email>
<name>Development</name>
</maintainer>
<maintainer type="person">
<email>polynomial-c@gentoo.org</email>
<name>Lars Wendler</name>
</maintainer>
<longdescription>Free (BSD), secure, production-quality and standard-conformant FTP server based upon Troll-FTPd. It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use.</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:pureftpd:pure-ftpd</remote-id>
</upstream>
<use>
<flag name="anondel">Permit anonymous to delete files</flag>
<flag name="anonperm">Permit anonymous to change file permissions</flag>
<flag name="anonren">Permit anonymous to rename files</flag>
<flag name="anonres">Permit anonymous to resume file transfers</flag>
<flag name="implicittls">Enable TLS on Port 990</flag>
<flag name="noiplog">Disables logging of IP addresses</flag>
<flag name="paranoidmsg">Display paranoid messages instead of normal ones</flag>
<flag name="resolveids">Resolve UIDs/GIDs</flag>
<flag name="sysquota">Enables system quota support (needs sys-fs/quota)</flag>
<flag name="vchroot">Enable support for virtual chroot (possible security risk)</flag>
</use>
<origin>ports</origin>
</pkgmetadata>
|