| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: proftpd-debuginfo | Distribution: Fedora Project |
| Version: 1.3.9a | Vendor: Fedora Project |
| Release: 2.fc43 | Build date: Tue May 12 14:06:24 2026 |
| Group: Development/Debug | Build host: buildvm-s390x-19.s390.fedoraproject.org |
| Size: 8127524 | Source RPM: proftpd-1.3.9a-2.fc43.src.rpm |
| Packager: Fedora Project | |
| Url: http://www.proftpd.org/ | |
| Summary: Debug information for package proftpd | |
This package provides debug information for package proftpd. Debug information is useful when developing applications that use this package or when debugging this package.
GPL-2.0-or-later
* Mon May 11 2026 Paul Howarth <paul@city-fan.org> - 1.3.9a-2
- Additional escaping for avoidance of SQL injection issues with %{note:...}
and %{env:...}; these are on top of the existing fix for CVE-2026-42167 in
1.3.9a
- Fix for SQL Injection in mod_wrap2_sql via reverse DNS hostname
(CVE-2026-44331, rhbz#2466899, https://github.com/proftpd/proftpd/issues/2057)
* Thu Apr 30 2026 Paul Howarth <paul@city-fan.org> - 1.3.9a-1
- Update to 1.3.9a
- SCP transfers failed for files with spaces in their names (GH#1886)
- LDAPDefaultGID ignored since 1.3.9 (GH#1898)
- Compilation of mod_wrap2 failed when the --enable-wrapper-options configure
option was used (Bug #4512)
- mod_sftp failed to parse authorized user/host public keys with CRLF line
endings (GH#1904)
- Uploads using MODE Z sometimes resulted in corrupted files or broken
transfers (GH#1896)
- Remove usage of the deprecated MySQL_OPT_RECONNECT option for newer MySQL
versions (GH#1911)
- Update usage of MySQL API for SSL/TLS connections to server (GH#340)
- mod_sftp leaked file descriptor when reading SFTPHostKey file (GH#1959)
- Large/slow SCP downloads could be unnecessarily truncated by TimeoutStalled
(GH#1964)
- Handling of CRLs in mod_tls was incorrect, leading to confusing errors
(GH#1960)
- Resumed SSL_SESSION management in mod_tls lead to memory growth, infinite
loop using newer OpenSSL versions (GH#1963)
- mod_quotatab_ldap interactions could lead to segfault due to stale pointer
(GH#1984)
- RNTO before authentication lead to out-of-order response codes (GH#2003)
- MaxLoginAttemptsFromUser event never triggered in mod_ban for SFTP sessions
(GH#2009)
- Using toupper(3) on non-ASCII FTP command bytes might cause remote DoS
(GH#2019)
- Out-of-bounds single byte read when FTP command input buffer starts with LF
(GH#2020)
- FTP command LIST/NLST -B could cause buffer overflow when listing certain
crafted filenames (GH#2030)
- Memory exhaustion with mod_log_forensic when downloading very large files
via SFTP (GH#2043)
- Setting process groups during authentication crashed when using mod_radius
and <IfGroup> (GH#2046)
- SQL injection possible via mod_sql because of is_escaped_text() logic error
(GH#2052, CVE-2026-42167)
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Mar 20 2025 Paul Howarth <paul@city-fan.org> - 1.3.9-1
- Update to 1.3.9 (see RELEASE_NOTES for details)
- Update mod_proxy to 0.9.5
- Implemented new IgnoreForeignAddress ProxyOption
- Fixed passive data transfers to backend IPv4 address when IPv6 support is
enabled
* Tue Mar 18 2025 Paul Howarth <paul@city-fan.org> - 1.3.8d-1
- Update to 1.3.8d
- Use of HideNoAccess for SFTP sessions can lead to segfault and/or
unexpected behaviour (GH#1855)
- SFTP channel allocations can lead to high memory utilization over time
(GH#1876)
- Avoid NULL pointer dereferences in mod_ls (GH#1866, CVE-2024-57392)
* Thu Feb 13 2025 Paul Howarth <paul@city-fan.org> - 1.3.8c-3
- Avoid NULL pointer dereferences in mod_ls (CVE-2024-57392)
- https://github.com/proftpd/proftpd/issues/1866
- Add explicit BR: libxcrypt-devel
* Fri Jan 17 2025 Paul Howarth <paul@city-fan.org> - 1.3.8c-2
- Fixes for C23 compatibility
- Update mod_vroot to 0.9.12
- Implement a realpath(3) callback for the FSIO API, for better
interoperability of other modules when mod_vroot is in effect
* Thu Dec 12 2024 Paul Howarth <paul@city-fan.org> - 1.3.8c-1
- Update to 1.3.8c
- Using FTPS after upgrading from 1.3.8a to 1.3.8b lead to crash (GH#1770)
- Bad handling of lack of extended attributes lead to SFTP out of memory
error (GH#1785)
- mod_sftp_sql logged "header value too long" due to unexpected key header
text (GH#1529)
- SSH ECDSA host key algorithms were not used as expected despite configuring
appropriate key (GH#1839)
- RADIUS Message-Authenticator verification failed with ProFTPD mod_radius
(GH#1840)
- Supplemental group inheritance granted unintended access to GID 0 due to
lack of supplemental groups from mod_sql (GH#1830)
* Tue Nov 19 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-9
- Fix RADIUS Message-Authenticator verification in mod_radius
- https://github.com/proftpd/proftpd/issues/1840
- https://bugzilla.redhat.com/show_bug.cgi?id=2325448
* Fri Oct 11 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-8
- Drop EL-7 support
- Drop mod_geoip support
- Drop mod_wrap support
- Always build mod_proxy
- Always use libpcre2
- Always use maridb client library in preference to mysql
- Always use libpq client library in preference to postgresql
- Always use OpenSSL Cipher Profiles
- Explicitly switch from libmemcached to libmemcached-awesome from Fedora 35
onwards
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8b-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 10 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-6
- Fix support for building with no ENGINE support in OpenSSL (GH#1816)
- Avoid potential null pointer dereference in mod_tls and mod_proxy (GH#1817)
/usr/lib/debug /usr/lib/debug/.build-id /usr/lib/debug/.build-id/09 /usr/lib/debug/.build-id/09/cfb2b6f9d7176c78b29ee9811f32b591279339 /usr/lib/debug/.build-id/09/cfb2b6f9d7176c78b29ee9811f32b591279339.debug /usr/lib/debug/.build-id/0d /usr/lib/debug/.build-id/0d/e72a374d9a82024d37c3f380ba841aea192308 /usr/lib/debug/.build-id/0d/e72a374d9a82024d37c3f380ba841aea192308.debug /usr/lib/debug/.build-id/15 /usr/lib/debug/.build-id/15/d60685f162479938ae1379dd247edfb74729af /usr/lib/debug/.build-id/15/d60685f162479938ae1379dd247edfb74729af.debug /usr/lib/debug/.build-id/1c /usr/lib/debug/.build-id/1c/eeb8f4280b6d179cf55581b8b6b77c9cf78799 /usr/lib/debug/.build-id/1c/eeb8f4280b6d179cf55581b8b6b77c9cf78799.debug /usr/lib/debug/.build-id/35 /usr/lib/debug/.build-id/35/90e5949dba9b1b7109a61e6f5f3ce399293f10 /usr/lib/debug/.build-id/35/90e5949dba9b1b7109a61e6f5f3ce399293f10.debug /usr/lib/debug/.build-id/35/92a35fe89e36a6f6b277cb5ed2b1c3681bfe2f /usr/lib/debug/.build-id/35/92a35fe89e36a6f6b277cb5ed2b1c3681bfe2f.debug /usr/lib/debug/.build-id/36 /usr/lib/debug/.build-id/36/c08b7666b4a2bd78429553d59927be3a51f6e8 /usr/lib/debug/.build-id/36/c08b7666b4a2bd78429553d59927be3a51f6e8.debug /usr/lib/debug/.build-id/38 /usr/lib/debug/.build-id/38/706e79d5dfab99dcaaf3c0444771cfa24517bf /usr/lib/debug/.build-id/38/706e79d5dfab99dcaaf3c0444771cfa24517bf.debug /usr/lib/debug/.build-id/40 /usr/lib/debug/.build-id/40/df6d9da80378b9ffb4bf8feee134284e2e8162 /usr/lib/debug/.build-id/40/df6d9da80378b9ffb4bf8feee134284e2e8162.debug /usr/lib/debug/.build-id/4f /usr/lib/debug/.build-id/4f/c27697a4821ea317ac4772e783aa71aa5587fd /usr/lib/debug/.build-id/4f/c27697a4821ea317ac4772e783aa71aa5587fd.debug /usr/lib/debug/.build-id/50 /usr/lib/debug/.build-id/50/b17f7e014508fc6ee53cd3d3a649761357ad0f /usr/lib/debug/.build-id/50/b17f7e014508fc6ee53cd3d3a649761357ad0f.debug /usr/lib/debug/.build-id/57 /usr/lib/debug/.build-id/57/4dd16bdd863d15dd9aab0bca02f03387af186f /usr/lib/debug/.build-id/57/4dd16bdd863d15dd9aab0bca02f03387af186f.debug /usr/lib/debug/.build-id/59 /usr/lib/debug/.build-id/59/cfcdbe3d6d64ba8bb0463a8217be2cde569290 /usr/lib/debug/.build-id/59/cfcdbe3d6d64ba8bb0463a8217be2cde569290.debug /usr/lib/debug/.build-id/61 /usr/lib/debug/.build-id/61/0725f6e356b56bc73b94fee5f481bdde442a21 /usr/lib/debug/.build-id/61/0725f6e356b56bc73b94fee5f481bdde442a21.debug /usr/lib/debug/.build-id/68 /usr/lib/debug/.build-id/68/46384b7699c61bd0b2faef35014da927ffb309 /usr/lib/debug/.build-id/68/46384b7699c61bd0b2faef35014da927ffb309.debug /usr/lib/debug/.build-id/7d /usr/lib/debug/.build-id/7d/58a9af5d378712356ede2b38d651146a0c2cb1 /usr/lib/debug/.build-id/7d/58a9af5d378712356ede2b38d651146a0c2cb1.debug /usr/lib/debug/.build-id/81 /usr/lib/debug/.build-id/81/8d77b82a56cb2f4a7f64694f6081b7deb3624e /usr/lib/debug/.build-id/81/8d77b82a56cb2f4a7f64694f6081b7deb3624e.debug /usr/lib/debug/.build-id/88 /usr/lib/debug/.build-id/88/d061c6e2ee8838aadcb2b852e2013bdc82f6ad /usr/lib/debug/.build-id/88/d061c6e2ee8838aadcb2b852e2013bdc82f6ad.debug /usr/lib/debug/.build-id/95 /usr/lib/debug/.build-id/95/66320e6ca03d72c3dd0ac8dee0cfc227d81c00 /usr/lib/debug/.build-id/95/66320e6ca03d72c3dd0ac8dee0cfc227d81c00.debug /usr/lib/debug/.build-id/9d /usr/lib/debug/.build-id/9d/0b54d439eaad40d7f4b665c91926eb43bb2139 /usr/lib/debug/.build-id/9d/0b54d439eaad40d7f4b665c91926eb43bb2139.debug /usr/lib/debug/.build-id/a8 /usr/lib/debug/.build-id/a8/7f740e7db1e8d73f23bd5e0c348cf8024f2e81 /usr/lib/debug/.build-id/a8/7f740e7db1e8d73f23bd5e0c348cf8024f2e81.debug /usr/lib/debug/.build-id/c7 /usr/lib/debug/.build-id/c7/144e5ce29e4ae9cd3a3bfb5f45c8146d2c1124 /usr/lib/debug/.build-id/c7/144e5ce29e4ae9cd3a3bfb5f45c8146d2c1124.debug /usr/lib/debug/.build-id/c7/54b66cbe9ad190fddd62c2d429fd9795b9cdd2 /usr/lib/debug/.build-id/c7/54b66cbe9ad190fddd62c2d429fd9795b9cdd2.debug /usr/lib/debug/.build-id/ce /usr/lib/debug/.build-id/ce/d49bbe49ba7198fbb36d3ca524c0b370a275a0 /usr/lib/debug/.build-id/ce/d49bbe49ba7198fbb36d3ca524c0b370a275a0.debug /usr/lib/debug/.build-id/d2 /usr/lib/debug/.build-id/d2/a817b27cbf2b312ac416f7d781f1f9dfec2fdc /usr/lib/debug/.build-id/d2/a817b27cbf2b312ac416f7d781f1f9dfec2fdc.debug /usr/lib/debug/.build-id/d9 /usr/lib/debug/.build-id/d9/dd7b157e4835f179552534f6ac3a92899cfac0 /usr/lib/debug/.build-id/d9/dd7b157e4835f179552534f6ac3a92899cfac0.debug /usr/lib/debug/.build-id/e3 /usr/lib/debug/.build-id/e3/0a93ebbc3c7026a38793de497608f65e64f017 /usr/lib/debug/.build-id/e3/0a93ebbc3c7026a38793de497608f65e64f017.debug /usr/lib/debug/.build-id/e4 /usr/lib/debug/.build-id/e4/140c084c29f7cc2c1bd4e30ce3f24c5b36da9c /usr/lib/debug/.build-id/e4/140c084c29f7cc2c1bd4e30ce3f24c5b36da9c.debug /usr/lib/debug/.build-id/e4/603d83b4d49e5f940fa614270b712362e2ec3c /usr/lib/debug/.build-id/e4/603d83b4d49e5f940fa614270b712362e2ec3c.debug /usr/lib/debug/.build-id/e6 /usr/lib/debug/.build-id/e6/869970df70f778ca369a7863d3350f338e2718 /usr/lib/debug/.build-id/e6/869970df70f778ca369a7863d3350f338e2718.debug /usr/lib/debug/.build-id/e9 /usr/lib/debug/.build-id/e9/ca2d3268318d6bbf7e35c4b06cb4267a5ee85d /usr/lib/debug/.build-id/e9/ca2d3268318d6bbf7e35c4b06cb4267a5ee85d.debug /usr/lib/debug/.build-id/ed /usr/lib/debug/.build-id/ed/a3e14f73354b9797deb4f952b8f5f14b1f71d5 /usr/lib/debug/.build-id/ed/a3e14f73354b9797deb4f952b8f5f14b1f71d5.debug /usr/lib/debug/.build-id/f1 /usr/lib/debug/.build-id/f1/ea5b8259ffc10770b8252fb96f06b54ba48111 /usr/lib/debug/.build-id/f1/ea5b8259ffc10770b8252fb96f06b54ba48111.debug /usr/lib/debug/.build-id/f6 /usr/lib/debug/.build-id/f6/08936277b153c81efbf5fa1908d8745c45dd8a /usr/lib/debug/.build-id/f6/08936277b153c81efbf5fa1908d8745c45dd8a.debug /usr/lib/debug/.build-id/f8 /usr/lib/debug/.build-id/f8/fa96efbe05e88734431827f6ab3a74fb09b326 /usr/lib/debug/.build-id/f8/fa96efbe05e88734431827f6ab3a74fb09b326.debug /usr/lib/debug/.dwz /usr/lib/debug/.dwz/proftpd-1.3.9a-2.fc43.s390x /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/ftpdctl-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/bin/ftpscrub-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/bin/ftpshut-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/bin/proftpd-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec /usr/lib/debug/usr/libexec/proftpd /usr/lib/debug/usr/libexec/proftpd/mod_ban.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_copy.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_ctrls_admin.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_deflate.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_exec.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_facl.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifsession.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifversion.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_load.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_qos.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_file.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_radius.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_sql.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_radius.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_ratio.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_rewrite.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_pam.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_sql.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_shaper.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_site_misc.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql_passwd.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_memcache.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_shmcache.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_unique_id.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_vroot.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_file.so-1.3.9a-2.fc43.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_sql.so-1.3.9a-2.fc43.s390x.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat May 16 04:17:35 2026