| 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.fc44 | Build date: Tue May 12 13:51:25 2026 |
| Group: Development/Debug | Build host: buildvm-ppc64le-20.rdu3.fedoraproject.org |
| Size: 8728186 | Source RPM: proftpd-1.3.9a-2.fc44.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/01 /usr/lib/debug/.build-id/01/7dd8749632d3df8f0139e2c998a49268a8e738 /usr/lib/debug/.build-id/01/7dd8749632d3df8f0139e2c998a49268a8e738.debug /usr/lib/debug/.build-id/05 /usr/lib/debug/.build-id/05/5a34c1b50e4f73234468712adf87a7208eafbe /usr/lib/debug/.build-id/05/5a34c1b50e4f73234468712adf87a7208eafbe.debug /usr/lib/debug/.build-id/0a /usr/lib/debug/.build-id/0a/abe4b2a90df819f9677dfa86a4085c058e236d /usr/lib/debug/.build-id/0a/abe4b2a90df819f9677dfa86a4085c058e236d.debug /usr/lib/debug/.build-id/12 /usr/lib/debug/.build-id/12/6d8a7c6f766850122b72a0251c3b051e959120 /usr/lib/debug/.build-id/12/6d8a7c6f766850122b72a0251c3b051e959120.debug /usr/lib/debug/.build-id/17 /usr/lib/debug/.build-id/17/f052ab23f99bfda1f79baaf66dbd14cbb177d4 /usr/lib/debug/.build-id/17/f052ab23f99bfda1f79baaf66dbd14cbb177d4.debug /usr/lib/debug/.build-id/1d /usr/lib/debug/.build-id/1d/7e63e4e968060bb4ee6aa0041a10436f730419 /usr/lib/debug/.build-id/1d/7e63e4e968060bb4ee6aa0041a10436f730419.debug /usr/lib/debug/.build-id/1f /usr/lib/debug/.build-id/1f/b77d97a174b66674b2d0d80997a9770ced3bad /usr/lib/debug/.build-id/1f/b77d97a174b66674b2d0d80997a9770ced3bad.debug /usr/lib/debug/.build-id/3a /usr/lib/debug/.build-id/3a/44f965120b767ecceee6b0fb35c89f7978c1fb /usr/lib/debug/.build-id/3a/44f965120b767ecceee6b0fb35c89f7978c1fb.debug /usr/lib/debug/.build-id/57 /usr/lib/debug/.build-id/57/28b4143b911947889fdc29d0a8193e4422266b /usr/lib/debug/.build-id/57/28b4143b911947889fdc29d0a8193e4422266b.debug /usr/lib/debug/.build-id/5d /usr/lib/debug/.build-id/5d/4ffd8a08696bb6bd0d2580be6f4cceb2a66c2d /usr/lib/debug/.build-id/5d/4ffd8a08696bb6bd0d2580be6f4cceb2a66c2d.debug /usr/lib/debug/.build-id/60 /usr/lib/debug/.build-id/60/7f4e1a34b85611e08a69a3d4f1b14e329971c2 /usr/lib/debug/.build-id/60/7f4e1a34b85611e08a69a3d4f1b14e329971c2.debug /usr/lib/debug/.build-id/6b /usr/lib/debug/.build-id/6b/045ab14e6905f4349246b581c2926d4a381e74 /usr/lib/debug/.build-id/6b/045ab14e6905f4349246b581c2926d4a381e74.debug /usr/lib/debug/.build-id/72 /usr/lib/debug/.build-id/72/72d60681acf47cb99ce98636e8a89ec9109ca8 /usr/lib/debug/.build-id/72/72d60681acf47cb99ce98636e8a89ec9109ca8.debug /usr/lib/debug/.build-id/74 /usr/lib/debug/.build-id/74/3049ddc895f7ca4460594c1bada8889ecf741e /usr/lib/debug/.build-id/74/3049ddc895f7ca4460594c1bada8889ecf741e.debug /usr/lib/debug/.build-id/7f /usr/lib/debug/.build-id/7f/04d5121e957f6c58fac5d37ff24d5a33f377de /usr/lib/debug/.build-id/7f/04d5121e957f6c58fac5d37ff24d5a33f377de.debug /usr/lib/debug/.build-id/84 /usr/lib/debug/.build-id/84/075cf9684b3b930cbf8eaf81ab6a348ecbb3e0 /usr/lib/debug/.build-id/84/075cf9684b3b930cbf8eaf81ab6a348ecbb3e0.debug /usr/lib/debug/.build-id/84/d00dfc331c502d16463a9f0de9add4e0e6ab8c /usr/lib/debug/.build-id/84/d00dfc331c502d16463a9f0de9add4e0e6ab8c.debug /usr/lib/debug/.build-id/9a /usr/lib/debug/.build-id/9a/e4e1ab19d17e7590dca839dbcfd1a27e71d964 /usr/lib/debug/.build-id/9a/e4e1ab19d17e7590dca839dbcfd1a27e71d964.debug /usr/lib/debug/.build-id/a5 /usr/lib/debug/.build-id/a5/84e5bbe001c24643934abde3c98d8f39723441 /usr/lib/debug/.build-id/a5/84e5bbe001c24643934abde3c98d8f39723441.debug /usr/lib/debug/.build-id/b1 /usr/lib/debug/.build-id/b1/311e367bf60e6942eb7b88b7bf0efd2a341a14 /usr/lib/debug/.build-id/b1/311e367bf60e6942eb7b88b7bf0efd2a341a14.debug /usr/lib/debug/.build-id/b5 /usr/lib/debug/.build-id/b5/0816bdb229cf51db9160d987149022a02d30d8 /usr/lib/debug/.build-id/b5/0816bdb229cf51db9160d987149022a02d30d8.debug /usr/lib/debug/.build-id/b6 /usr/lib/debug/.build-id/b6/84853549ae99dfbcc3e6c1b0f50b683d84933b /usr/lib/debug/.build-id/b6/84853549ae99dfbcc3e6c1b0f50b683d84933b.debug /usr/lib/debug/.build-id/be /usr/lib/debug/.build-id/be/dc7acbddb012c5de97c476c667d1c51b89a78f /usr/lib/debug/.build-id/be/dc7acbddb012c5de97c476c667d1c51b89a78f.debug /usr/lib/debug/.build-id/bf /usr/lib/debug/.build-id/bf/e711d59ffed1532861e7e47b539761f621a4e8 /usr/lib/debug/.build-id/bf/e711d59ffed1532861e7e47b539761f621a4e8.debug /usr/lib/debug/.build-id/c6 /usr/lib/debug/.build-id/c6/000795ed51aa1c9a75c84d15b077524a09c780 /usr/lib/debug/.build-id/c6/000795ed51aa1c9a75c84d15b077524a09c780.debug /usr/lib/debug/.build-id/cd /usr/lib/debug/.build-id/cd/5306cd21eb04dc307e67c41ee11d5b7284f0b8 /usr/lib/debug/.build-id/cd/5306cd21eb04dc307e67c41ee11d5b7284f0b8.debug /usr/lib/debug/.build-id/d0 /usr/lib/debug/.build-id/d0/f835069b86b59acca113acc1e3f4958643a362 /usr/lib/debug/.build-id/d0/f835069b86b59acca113acc1e3f4958643a362.debug /usr/lib/debug/.build-id/d9 /usr/lib/debug/.build-id/d9/c426fbc25e6498a74f239e94d9c0401083f09c /usr/lib/debug/.build-id/d9/c426fbc25e6498a74f239e94d9c0401083f09c.debug /usr/lib/debug/.build-id/e5 /usr/lib/debug/.build-id/e5/6dbe2aa9e71cc5e600abb1f4992ea474e3775e /usr/lib/debug/.build-id/e5/6dbe2aa9e71cc5e600abb1f4992ea474e3775e.debug /usr/lib/debug/.build-id/e5/d79cc1eeec2e9b69dee7b9fd790066d7c85a8f /usr/lib/debug/.build-id/e5/d79cc1eeec2e9b69dee7b9fd790066d7c85a8f.debug /usr/lib/debug/.build-id/e7 /usr/lib/debug/.build-id/e7/9fc36f6b45686042de2057bf4bfdc57f29c88c /usr/lib/debug/.build-id/e7/9fc36f6b45686042de2057bf4bfdc57f29c88c.debug /usr/lib/debug/.build-id/ef /usr/lib/debug/.build-id/ef/d2e543ec10871e868568bbb5cbc37dba446342 /usr/lib/debug/.build-id/ef/d2e543ec10871e868568bbb5cbc37dba446342.debug /usr/lib/debug/.build-id/f0 /usr/lib/debug/.build-id/f0/1420b40f464687a2b0b8a5238f2ccea2b28087 /usr/lib/debug/.build-id/f0/1420b40f464687a2b0b8a5238f2ccea2b28087.debug /usr/lib/debug/.build-id/f9 /usr/lib/debug/.build-id/f9/e3d529c933d251b770edd2b663b2a0a3752511 /usr/lib/debug/.build-id/f9/e3d529c933d251b770edd2b663b2a0a3752511.debug /usr/lib/debug/.build-id/ff /usr/lib/debug/.build-id/ff/48e0123cda522e3d14a358ad2086708d47b043 /usr/lib/debug/.build-id/ff/48e0123cda522e3d14a358ad2086708d47b043.debug /usr/lib/debug/.dwz /usr/lib/debug/.dwz/proftpd-1.3.9a-2.fc44.ppc64le /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/ftpdctl-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/bin/ftpscrub-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/bin/ftpshut-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/bin/proftpd-1.3.9a-2.fc44.ppc64le.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.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_copy.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ctrls_admin.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_deflate.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_exec.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_facl.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifsession.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifversion.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_load.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_qos.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_file.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_radius.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_sql.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_radius.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ratio.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_rewrite.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_pam.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_sql.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_shaper.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_site_misc.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql_passwd.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_memcache.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_shmcache.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_unique_id.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_vroot.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_file.so-1.3.9a-2.fc44.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_sql.so-1.3.9a-2.fc44.ppc64le.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun May 17 03:48:48 2026