Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: proftpd | Distribution: Fedora Project |
Version: 1.3.8b | Vendor: Fedora Project |
Release: 4.fc40 | Build date: Fri Jan 26 01:17:49 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-13.iad2.fedoraproject.org |
Size: 16135147 | Source RPM: proftpd-1.3.8b-4.fc40.src.rpm |
Packager: Fedora Project | |
Url: http://www.proftpd.org/ | |
Summary: Flexible, stable and highly-configurable FTP server |
ProFTPD is an enhanced FTP server with a focus toward simplicity, security, and ease of configuration. It features a very Apache-like configuration syntax, and a highly customizable server infrastructure, including support for multiple 'virtual' FTP servers, anonymous FTP, and permission-based directory visibility. This package defaults to the standalone behavior of ProFTPD, but all the needed scripts to have it run by systemd instead are included.
GPL-2.0-or-later
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8b-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8b-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 01 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-2 - Use libsodium to provide ed25519 key support for mod_sftp (#2256340) - Update logrotate snippet to use try-reload-or-restart rather than reload for distributions with systemd 229 or later (PR#3) * Wed Dec 20 2023 Paul Howarth <paul@city-fan.org> - 1.3.8b-1 - Update to 1.3.8b - Compiling ProFTPD 1.3.8a mod_sftp, mod_tls using libressl 3.7.3 failed (GH#1735) - Build system failed for specific module names (GH#1756) - "Terrapin" Prefix Truncation Attacks in SSH Specification affected mod_sftp (CVE-2023-48795, GH#1760) * Fri Dec 08 2023 Florian Weimer <fweimer@redhat.com> - 1.3.8a-2 - Additional C compatibility fix * Mon Oct 09 2023 Paul Howarth <paul@city-fan.org> - 1.3.8a-1 - Update to 1.3.8a - Fix mod_sftp failure to handle SFTP requests to truncate files to zero size (GH#1581) - Fix mod_sftp improperly handling SFTP WRITE requests for files opened for appending (GH#1584) - Build-time detection of Linux POSIX ACL support was broken since 1.3.8rc2 (GH#1568) - Fix failure to load mod_rewrite as a dynamic module due to incomplete/missing library linker flags (GH#1590) - <Class> section is allowed to be in <Global>, but From directive is not (GH#1597) - ExtendedLog SSH, SFTP classes not working as expected (GH#1617) - Fix mod_sftp not handling multiple concurrent open file handles/transfers well for logging (GH#1646) - "TLSRequired off" plus Protocols directive caused mod_tls to terminate the session abruptly (GH#1679) - Fix mod_tls failure to compile against OpenSSL 3.0.8 due to missing ENGINE_METHOD_ flags (GH#1689) - Unknown named connection error when using different SQL backends (GH#1659) - Fix mod_sql not properly closing all named backend connections on session exit (GH#1697) - SSH key exchanges failed unexpectedly with "unable to write X bytes of raw data" errors due to small ProFTPD buffer (GH#1694) - Fix high session memory usage caused by SFTP outgoing data buffering (GH#1678) - Out-of-bounds buffer read when handling FTP commands (GH#1683, CVE-2023-51713) - SFTP algorithm settings in <Global> section were not being used (GH#1712) * Thu Jul 27 2023 Paul Howarth <paul@city-fan.org> - 1.3.8-7 - Fix for buffer overflow detected in response.c API test on s390x causing FTBFS in Fedora 39 (rhbz#2226148) (https://github.com/proftpd/proftpd/pull/1692) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri May 05 2023 Arjun Shankar <arjun@redhat.com> - 1.3.8-5 - Port configure script to C99 * Fri Feb 03 2023 Paul Howarth <paul@city-fan.org> - 1.3.8-4 - Ensure mod_rewrite is linked against libidn2 so that it loads properly (rhbz#2166454, https://github.com/proftpd/proftpd/issues/1590) - No longer need to explicitly remove libtool archives from Fedora 36 onwards * Sat Jan 21 2023 Paul Howarth <paul@city-fan.org> - 1.3.8-3 - Add PCRE2 support (rhbz#2158885) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 05 2022 Paul Howarth <paul@city-fan.org> - 1.3.8-1 - Update to 1.3.8 (see RELEASE_NOTES for details) - Update mod_vroot to 0.9.11 - Addresses a bad interaction with mod_auth_file, and failed login attempts, which can lead to inexplicably "stuck" processes that cannot be terminated (https://github.com/proftpd/proftpd/issues/1384) - Use SPDX-format license tag - Drop support for ancient distributions prior to EL-7/F-30 * Thu Aug 04 2022 Paul Howarth <paul@city-fan.org> - 1.3.7e-2 - Update mod_vroot to 0.9.10 - Fix unexpected filtering behaviour with mod_vroot (#2104972, GH#1491) * Sun Jul 24 2022 Paul Howarth <paul@city-fan.org> - 1.3.7e-1 - Update to 1.3.7e - Ensure that mod_sftp algorithms work properly with OpenSSL 3.x (GH#1448) - Drop pcre build dependency since we have been explicitly disabling it for the last 5 years anyway * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7d-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Apr 25 2022 Paul Howarth <paul@city-fan.org> - 1.3.7d-1 - Update to 1.3.7d - Fix crash with long lines in AuthGroupFile due to large realloc(3) (GH#1321) - NLST did not behave consistently for relative paths (GH#1325) - Implement AllowForeignAddress class matching for passive data transfers (GH#1346) - DeleteAbortedStores removed successfully transferred files unexpectedly (Bug #4467) - Keepalive socket options should be set using IPPROTO_TCP, not SOL_SOCKET (GH#1401) - TCP keepalive SocketOptions should apply to control as well as data connection (GH#1402) - ProFTPD always used the same PassivePorts port for first transfer (GH#1396) - Name-based virtual hosts not working as expected after upgrade from 1.3.7a to 1.3.7b (GH#1369) - Use %license unconditionally
/etc/blacklist.dat /etc/dhparams.pem /etc/ftpusers /etc/logrotate.d /etc/logrotate.d/proftpd /etc/pam.d/proftpd /etc/proftpd /etc/proftpd.conf /etc/proftpd/anonftp.conf /etc/proftpd/conf.d /etc/proftpd/mod_ban.conf /etc/proftpd/mod_qos.conf /etc/proftpd/mod_tls.conf /etc/proftpd/modules.conf /etc/sysconfig/proftpd /run/proftpd /usr/bin/ftpdctl /usr/lib/.build-id /usr/lib/.build-id/02 /usr/lib/.build-id/02/6bde7856c003e3389a49b11ea5dd794fc6c229 /usr/lib/.build-id/0a /usr/lib/.build-id/0a/53bde4bc3d908eff1aefe861b5daed7ec96c9d /usr/lib/.build-id/12 /usr/lib/.build-id/12/1cba5015da4ce46ca64e928b99727923eedb13 /usr/lib/.build-id/16 /usr/lib/.build-id/16/a655ba135149048f447cf6d474d68c9334aa2c /usr/lib/.build-id/2c /usr/lib/.build-id/2c/f4af8de8bf2c7b5e886a748a87da511d562b4e /usr/lib/.build-id/2d /usr/lib/.build-id/2d/9b697e289509ae4e2204a3327f5c78d48a4238 /usr/lib/.build-id/30 /usr/lib/.build-id/30/7bfffda7b05e067f1d97502f6b877e8ff016d7 /usr/lib/.build-id/3d /usr/lib/.build-id/3d/3529389d803dd55fdf3a603123a310027929f7 /usr/lib/.build-id/49 /usr/lib/.build-id/49/5ab7cad154f37732d2429bad1377c148c4813b /usr/lib/.build-id/4a /usr/lib/.build-id/4a/8369cdaf4799854c71ad0a6edeb9a24042373a /usr/lib/.build-id/50 /usr/lib/.build-id/50/f686df253ca47f41448d9cd93a13f593f878d8 /usr/lib/.build-id/5b /usr/lib/.build-id/5b/76611b26bb5187e4df9021e9c3fc393c92b31b /usr/lib/.build-id/78 /usr/lib/.build-id/78/038e028a8ea0819c6e797efa3c5b94db2424b5 /usr/lib/.build-id/78/646433ef07febfd3b657ee4137b7a2d585dc14 /usr/lib/.build-id/7a /usr/lib/.build-id/7a/a5886973edb2575db196650b29fc50fcfef4f9 /usr/lib/.build-id/84 /usr/lib/.build-id/84/ae5c08531d75acc49896f6206ac5f7422cde5d /usr/lib/.build-id/9d /usr/lib/.build-id/9d/2fa4514f0128f6d3f487378b0f86599717244e /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/4429ab833cb889d6c3cfeaeaedd15ab7211014 /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/ec5672527a5f7d2afe0d773ddc2d2e4c6b4a90 /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/97cfe6d9003271373e3a45b9095709904ed00c /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/d3a95312a1d8822c6758b0511c7acb227aa8e8 /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/7c41384493e70e08666265a5a06817a303fc5e /usr/lib/.build-id/c4 /usr/lib/.build-id/c4/a3b984efadcfbd25131af71e2d032ffa167452 /usr/lib/.build-id/c6 /usr/lib/.build-id/c6/cf622b14b276c0c01edbdfd04a4de8183465fd /usr/lib/.build-id/cd /usr/lib/.build-id/cd/a0db306d360449c2b4098bc314cbfcc31212d9 /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/37aa094cad888e993a79898f94848814d37b42 /usr/lib/.build-id/d3 /usr/lib/.build-id/d3/de892635008e504938a122c4747a49247c8214 /usr/lib/.build-id/dd /usr/lib/.build-id/dd/a44cd84ab17f43a414c10d56250bb7c9e58caa /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/af1f89d4a5540535bce70c4dbac99477584809 /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/03d90680fb3aeb48675ce36b94a529937f55bf /usr/lib/.build-id/ee /usr/lib/.build-id/ee/dcff3a91c4d41ffede26fdc0ad18d04cbecef6 /usr/lib/.build-id/ef /usr/lib/.build-id/ef/59c61774f9cea139ea3f44411ba0b7dcc7f566 /usr/lib/.build-id/ef/5ae691f7768af385d081d79ea985ffdb4a7e8b /usr/lib/.build-id/f1 /usr/lib/.build-id/f1/1fb1bea191da3ca7f6679cd663b0af753644ff /usr/lib/.build-id/fb /usr/lib/.build-id/fb/dc038234770c97d1d30dd2355d07f52c68ad17 /usr/lib/systemd/system/proftpd.service /usr/lib/systemd/system/proftpd.socket /usr/lib/systemd/system/proftpd@.service /usr/lib/tmpfiles.d/proftpd.conf /usr/libexec/proftpd /usr/libexec/proftpd/mod_ban.so /usr/libexec/proftpd/mod_copy.so /usr/libexec/proftpd/mod_ctrls_admin.so /usr/libexec/proftpd/mod_deflate.so /usr/libexec/proftpd/mod_exec.so /usr/libexec/proftpd/mod_facl.so /usr/libexec/proftpd/mod_ifsession.so /usr/libexec/proftpd/mod_ifversion.so /usr/libexec/proftpd/mod_load.so /usr/libexec/proftpd/mod_qos.so /usr/libexec/proftpd/mod_quotatab.so /usr/libexec/proftpd/mod_quotatab_file.so /usr/libexec/proftpd/mod_quotatab_radius.so /usr/libexec/proftpd/mod_quotatab_sql.so /usr/libexec/proftpd/mod_radius.so /usr/libexec/proftpd/mod_ratio.so /usr/libexec/proftpd/mod_rewrite.so /usr/libexec/proftpd/mod_sftp.so /usr/libexec/proftpd/mod_sftp_pam.so /usr/libexec/proftpd/mod_sftp_sql.so /usr/libexec/proftpd/mod_shaper.so /usr/libexec/proftpd/mod_site_misc.so /usr/libexec/proftpd/mod_sql.so /usr/libexec/proftpd/mod_sql_passwd.so /usr/libexec/proftpd/mod_tls_memcache.so /usr/libexec/proftpd/mod_tls_shmcache.so /usr/libexec/proftpd/mod_unique_id.so /usr/libexec/proftpd/mod_vroot.so /usr/libexec/proftpd/mod_wrap2.so /usr/libexec/proftpd/mod_wrap2_file.so /usr/libexec/proftpd/mod_wrap2_sql.so /usr/sbin/ftpscrub /usr/sbin/ftpshut /usr/sbin/in.proftpd /usr/sbin/proftpd /usr/share/doc/proftpd /usr/share/doc/proftpd/CREDITS /usr/share/doc/proftpd/ChangeLog /usr/share/doc/proftpd/NEWS /usr/share/doc/proftpd/README.contrib /usr/share/doc/proftpd/README.md /usr/share/doc/proftpd/README.modules /usr/share/doc/proftpd/README.ratio /usr/share/doc/proftpd/contrib /usr/share/doc/proftpd/contrib/ftpasswd.html /usr/share/doc/proftpd/contrib/ftpmail.html /usr/share/doc/proftpd/contrib/ftpquota.html /usr/share/doc/proftpd/contrib/index.html /usr/share/doc/proftpd/contrib/mod_auth_otp.html /usr/share/doc/proftpd/contrib/mod_ban.html /usr/share/doc/proftpd/contrib/mod_copy.html /usr/share/doc/proftpd/contrib/mod_ctrls_admin.html /usr/share/doc/proftpd/contrib/mod_deflate.html /usr/share/doc/proftpd/contrib/mod_digest.html /usr/share/doc/proftpd/contrib/mod_dnsbl.html /usr/share/doc/proftpd/contrib/mod_dynmasq.html /usr/share/doc/proftpd/contrib/mod_exec.html /usr/share/doc/proftpd/contrib/mod_geoip.html /usr/share/doc/proftpd/contrib/mod_ifsession.html /usr/share/doc/proftpd/contrib/mod_ifversion.html /usr/share/doc/proftpd/contrib/mod_ldap.html /usr/share/doc/proftpd/contrib/mod_load.html /usr/share/doc/proftpd/contrib/mod_log_forensic.html /usr/share/doc/proftpd/contrib/mod_qos.html /usr/share/doc/proftpd/contrib/mod_quotatab.html /usr/share/doc/proftpd/contrib/mod_quotatab_file.html /usr/share/doc/proftpd/contrib/mod_quotatab_ldap.html /usr/share/doc/proftpd/contrib/mod_quotatab_radius.html /usr/share/doc/proftpd/contrib/mod_quotatab_sql.html /usr/share/doc/proftpd/contrib/mod_radius.html /usr/share/doc/proftpd/contrib/mod_ratio.html /usr/share/doc/proftpd/contrib/mod_readme.html /usr/share/doc/proftpd/contrib/mod_rewrite.html /usr/share/doc/proftpd/contrib/mod_sftp.html /usr/share/doc/proftpd/contrib/mod_sftp_pam.html /usr/share/doc/proftpd/contrib/mod_sftp_sql.html /usr/share/doc/proftpd/contrib/mod_shaper.html /usr/share/doc/proftpd/contrib/mod_site_misc.html /usr/share/doc/proftpd/contrib/mod_snmp.html /usr/share/doc/proftpd/contrib/mod_sql.html /usr/share/doc/proftpd/contrib/mod_sql_odbc.html /usr/share/doc/proftpd/contrib/mod_sql_passwd.html /usr/share/doc/proftpd/contrib/mod_sql_sqlite.html /usr/share/doc/proftpd/contrib/mod_statcache.html /usr/share/doc/proftpd/contrib/mod_tls.html /usr/share/doc/proftpd/contrib/mod_tls_fscache.html /usr/share/doc/proftpd/contrib/mod_tls_memcache.html /usr/share/doc/proftpd/contrib/mod_tls_redis.html /usr/share/doc/proftpd/contrib/mod_tls_shmcache.html /usr/share/doc/proftpd/contrib/mod_unique_id.html /usr/share/doc/proftpd/contrib/mod_wrap.html /usr/share/doc/proftpd/contrib/mod_wrap2.html /usr/share/doc/proftpd/contrib/mod_wrap2_file.html /usr/share/doc/proftpd/contrib/mod_wrap2_redis.html /usr/share/doc/proftpd/contrib/mod_wrap2_sql.html /usr/share/doc/proftpd/directives /usr/share/doc/proftpd/directives/index.html /usr/share/doc/proftpd/faq.html /usr/share/doc/proftpd/howto /usr/share/doc/proftpd/howto/ASCII.html /usr/share/doc/proftpd/howto/AWS.html /usr/share/doc/proftpd/howto/AuthFiles.html /usr/share/doc/proftpd/howto/Authentication.html /usr/share/doc/proftpd/howto/BCP.html /usr/share/doc/proftpd/howto/Chroot.html /usr/share/doc/proftpd/howto/Classes.html /usr/share/doc/proftpd/howto/Compiling.html /usr/share/doc/proftpd/howto/ConfigFile.html /usr/share/doc/proftpd/howto/ConfigurationTricks.html /usr/share/doc/proftpd/howto/ConnectionACLs.html /usr/share/doc/proftpd/howto/Controls.html /usr/share/doc/proftpd/howto/CreateHome.html /usr/share/doc/proftpd/howto/DNS.html /usr/share/doc/proftpd/howto/DSO.html /usr/share/doc/proftpd/howto/Debugging.html /usr/share/doc/proftpd/howto/Directory.html /usr/share/doc/proftpd/howto/DisplayFiles.html /usr/share/doc/proftpd/howto/ECCN.html /usr/share/doc/proftpd/howto/FTP.html /usr/share/doc/proftpd/howto/FXP.html /usr/share/doc/proftpd/howto/Filters.html /usr/share/doc/proftpd/howto/Globbing.html /usr/share/doc/proftpd/howto/IPv6.html /usr/share/doc/proftpd/howto/KeepAlives.html /usr/share/doc/proftpd/howto/Limit.html /usr/share/doc/proftpd/howto/ListOptions.html /usr/share/doc/proftpd/howto/LogLevels.html /usr/share/doc/proftpd/howto/LogMessages.html /usr/share/doc/proftpd/howto/Logging.html /usr/share/doc/proftpd/howto/Memcache.html /usr/share/doc/proftpd/howto/NAT.html /usr/share/doc/proftpd/howto/Nonroot.html /usr/share/doc/proftpd/howto/Quotas.html /usr/share/doc/proftpd/howto/Radius.html /usr/share/doc/proftpd/howto/Redis.html /usr/share/doc/proftpd/howto/Regex.html /usr/share/doc/proftpd/howto/Rewrite.html /usr/share/doc/proftpd/howto/SQL.html /usr/share/doc/proftpd/howto/SSH.html /usr/share/doc/proftpd/howto/Scoreboard.html /usr/share/doc/proftpd/howto/Sendfile.html /usr/share/doc/proftpd/howto/ServerType.html /usr/share/doc/proftpd/howto/Stopping.html /usr/share/doc/proftpd/howto/TLS.html /usr/share/doc/proftpd/howto/Testing.html /usr/share/doc/proftpd/howto/Timestamps.html /usr/share/doc/proftpd/howto/Tracing.html /usr/share/doc/proftpd/howto/Translations.html /usr/share/doc/proftpd/howto/Umask.html /usr/share/doc/proftpd/howto/Upgrade.html /usr/share/doc/proftpd/howto/Versioning.html /usr/share/doc/proftpd/howto/Vhost.html /usr/share/doc/proftpd/howto/VirtualUsers.html /usr/share/doc/proftpd/howto/ftpaccess.html /usr/share/doc/proftpd/howto/index.html /usr/share/doc/proftpd/license.txt /usr/share/doc/proftpd/mod_sample.c /usr/share/doc/proftpd/modules /usr/share/doc/proftpd/modules/index.html /usr/share/doc/proftpd/modules/mod_auth.html /usr/share/doc/proftpd/modules/mod_auth_file.html /usr/share/doc/proftpd/modules/mod_auth_pam.html /usr/share/doc/proftpd/modules/mod_auth_unix.html /usr/share/doc/proftpd/modules/mod_cap.html /usr/share/doc/proftpd/modules/mod_core.html /usr/share/doc/proftpd/modules/mod_ctrls.html /usr/share/doc/proftpd/modules/mod_delay.html /usr/share/doc/proftpd/modules/mod_dso.html /usr/share/doc/proftpd/modules/mod_facl.html /usr/share/doc/proftpd/modules/mod_facts.html /usr/share/doc/proftpd/modules/mod_ident.html /usr/share/doc/proftpd/modules/mod_lang.html /usr/share/doc/proftpd/modules/mod_log.html /usr/share/doc/proftpd/modules/mod_ls.html /usr/share/doc/proftpd/modules/mod_memcache.html /usr/share/doc/proftpd/modules/mod_redis.html /usr/share/doc/proftpd/modules/mod_rlimit.html /usr/share/doc/proftpd/modules/mod_site.html /usr/share/doc/proftpd/modules/mod_xfer.html /usr/share/doc/proftpd/rfc /usr/share/doc/proftpd/rfc/draft-bonachea-sftp-00.txt /usr/share/doc/proftpd/rfc/draft-ietf-ftpext-mlst-15.txt /usr/share/doc/proftpd/rfc/draft-ietf-ftpext-sec-consider-02.txt /usr/share/doc/proftpd/rfc/draft-somers-ftp-mfxx-03.txt /usr/share/doc/proftpd/rfc/rfc0959.txt /usr/share/doc/proftpd/rfc/rfc2228.txt /usr/share/doc/proftpd/rfc/rfc2389.txt /usr/share/doc/proftpd/rfc/rfc2428.txt /usr/share/doc/proftpd/rfc/rfc2640.txt /usr/share/doc/proftpd/rfc/rfc3659.txt /usr/share/doc/proftpd/rfc/rfc4217.txt /usr/share/doc/proftpd/rfc/rfc7151.txt /usr/share/doc/proftpd/sample-configurations /usr/share/doc/proftpd/sample-configurations/PFTEST.conf.in /usr/share/doc/proftpd/sample-configurations/PFTEST.group /usr/share/doc/proftpd/sample-configurations/PFTEST.install /usr/share/doc/proftpd/sample-configurations/PFTEST.passwd /usr/share/doc/proftpd/sample-configurations/PFTEST.shadow /usr/share/doc/proftpd/sample-configurations/anonymous.conf /usr/share/doc/proftpd/sample-configurations/basic.conf /usr/share/doc/proftpd/sample-configurations/complex-virtual.conf /usr/share/doc/proftpd/sample-configurations/mod_sql.conf /usr/share/doc/proftpd/sample-configurations/virtual.conf /usr/share/doc/proftpd/utils /usr/share/doc/proftpd/utils/ftpasswd.html /usr/share/doc/proftpd/utils/ftpcount.html /usr/share/doc/proftpd/utils/ftpdctl.html /usr/share/doc/proftpd/utils/ftpmail.html /usr/share/doc/proftpd/utils/ftpquota.html /usr/share/doc/proftpd/utils/ftpscrub.html /usr/share/doc/proftpd/utils/ftpshut.html /usr/share/doc/proftpd/utils/ftptop.html /usr/share/doc/proftpd/utils/ftpwho.html /usr/share/doc/proftpd/utils/index.html /usr/share/doc/proftpd/utils/prxs.html /usr/share/licenses/proftpd /usr/share/licenses/proftpd/COPYING /usr/share/locale/bg_BG/LC_MESSAGES/proftpd.mo /usr/share/locale/es_ES/LC_MESSAGES/proftpd.mo /usr/share/locale/fr_FR/LC_MESSAGES/proftpd.mo /usr/share/locale/it_IT/LC_MESSAGES/proftpd.mo /usr/share/locale/ja_JP/LC_MESSAGES/proftpd.mo /usr/share/locale/ko_KR/LC_MESSAGES/proftpd.mo /usr/share/locale/ru_RU/LC_MESSAGES/proftpd.mo /usr/share/locale/zh_CN/LC_MESSAGES/proftpd.mo /usr/share/locale/zh_TW/LC_MESSAGES/proftpd.mo /usr/share/man/man5/proftpd.conf.5.gz /usr/share/man/man5/xferlog.5.gz /usr/share/man/man8/ftpdctl.8.gz /usr/share/man/man8/ftpscrub.8.gz /usr/share/man/man8/ftpshut.8.gz /usr/share/man/man8/proftpd.8.gz /var/ftp /var/ftp/pub /var/ftp/uploads /var/ftp/welcome.msg /var/log/proftpd
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 23:56:58 2024