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.8d | Vendor: Fedora Project |
Release: 1.fc40 | Build date: Tue Mar 18 14:18:44 2025 |
Group: Development/Debug | Build host: buildhw-a64-06.iad2.fedoraproject.org |
Size: 7952957 | Source RPM: proftpd-1.3.8d-1.fc40.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
* 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) * Sun Mar 31 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-5 - Add 'proxy' sub-package with unbundled mod_proxy (rhbz#2272051) - Update fsio.c: if mkdir fails with EEXIST, also clear the cache (GH#1677) * 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
/usr/lib/debug /usr/lib/debug/.build-id /usr/lib/debug/.build-id/08 /usr/lib/debug/.build-id/08/3189da31d9018d4bfa94f8d4312b0a40ac6956 /usr/lib/debug/.build-id/08/3189da31d9018d4bfa94f8d4312b0a40ac6956.debug /usr/lib/debug/.build-id/1c /usr/lib/debug/.build-id/1c/c79380a006538a8233a58eb7c0c914429e2a5a /usr/lib/debug/.build-id/1c/c79380a006538a8233a58eb7c0c914429e2a5a.debug /usr/lib/debug/.build-id/27 /usr/lib/debug/.build-id/27/8416123fa24316f84a53bf0b195b5d3d96e71d /usr/lib/debug/.build-id/27/8416123fa24316f84a53bf0b195b5d3d96e71d.debug /usr/lib/debug/.build-id/2e /usr/lib/debug/.build-id/2e/1d97525889dc43f9a3e68d1d09312d6e085083 /usr/lib/debug/.build-id/2e/1d97525889dc43f9a3e68d1d09312d6e085083.debug /usr/lib/debug/.build-id/37 /usr/lib/debug/.build-id/37/b0a881fdd5e3c4f7e0bbba85b6fdbde2ea1559 /usr/lib/debug/.build-id/37/b0a881fdd5e3c4f7e0bbba85b6fdbde2ea1559.debug /usr/lib/debug/.build-id/48 /usr/lib/debug/.build-id/48/ee3e4fca004781e28b7b0d515f56bf279f6fec /usr/lib/debug/.build-id/48/ee3e4fca004781e28b7b0d515f56bf279f6fec.debug /usr/lib/debug/.build-id/4d /usr/lib/debug/.build-id/4d/4d3bb2ff1ba264c47919066dc47949c2a32042 /usr/lib/debug/.build-id/4d/4d3bb2ff1ba264c47919066dc47949c2a32042.debug /usr/lib/debug/.build-id/4f /usr/lib/debug/.build-id/4f/1978987de7b6b77804a15ccf14d38189985eee /usr/lib/debug/.build-id/4f/1978987de7b6b77804a15ccf14d38189985eee.debug /usr/lib/debug/.build-id/4f/8dc397767f10b4c445a3ed12c577a198f4b2f4 /usr/lib/debug/.build-id/4f/8dc397767f10b4c445a3ed12c577a198f4b2f4.debug /usr/lib/debug/.build-id/51 /usr/lib/debug/.build-id/51/f1d68110b4ae81c9a9f6403eacef327cc48ce4 /usr/lib/debug/.build-id/51/f1d68110b4ae81c9a9f6403eacef327cc48ce4.debug /usr/lib/debug/.build-id/5d /usr/lib/debug/.build-id/5d/46335a26a73e22a7383c420cade09d17c7187a /usr/lib/debug/.build-id/5d/46335a26a73e22a7383c420cade09d17c7187a.debug /usr/lib/debug/.build-id/61 /usr/lib/debug/.build-id/61/12ac053786f4222362c687e4bc7f22ea6a921a /usr/lib/debug/.build-id/61/12ac053786f4222362c687e4bc7f22ea6a921a.debug /usr/lib/debug/.build-id/61/7cf8b141a1b971fbb735f0110a1982e6f2cabd /usr/lib/debug/.build-id/61/7cf8b141a1b971fbb735f0110a1982e6f2cabd.debug /usr/lib/debug/.build-id/6d /usr/lib/debug/.build-id/6d/0fab9f819625744d9d2b5a34cd079e2edf93a6 /usr/lib/debug/.build-id/6d/0fab9f819625744d9d2b5a34cd079e2edf93a6.debug /usr/lib/debug/.build-id/77 /usr/lib/debug/.build-id/77/e2d2993fc5d23fb19604d1d10987418a6d1433 /usr/lib/debug/.build-id/77/e2d2993fc5d23fb19604d1d10987418a6d1433.debug /usr/lib/debug/.build-id/78 /usr/lib/debug/.build-id/78/c6477936210a8f556b025b4c2a675a08f37fe4 /usr/lib/debug/.build-id/78/c6477936210a8f556b025b4c2a675a08f37fe4.debug /usr/lib/debug/.build-id/79 /usr/lib/debug/.build-id/79/d995d983ad128b500ed81df1e83414b86f73a4 /usr/lib/debug/.build-id/79/d995d983ad128b500ed81df1e83414b86f73a4.debug /usr/lib/debug/.build-id/7f /usr/lib/debug/.build-id/7f/3cbed1e42fb5cefb0cfd4b4349a5cfd7641455 /usr/lib/debug/.build-id/7f/3cbed1e42fb5cefb0cfd4b4349a5cfd7641455.debug /usr/lib/debug/.build-id/80 /usr/lib/debug/.build-id/80/ad30935ffb29b887461a4a914a57408be247c6 /usr/lib/debug/.build-id/80/ad30935ffb29b887461a4a914a57408be247c6.debug /usr/lib/debug/.build-id/9f /usr/lib/debug/.build-id/9f/738bfaa36d6b16ebbef30d85d742127753d0a1 /usr/lib/debug/.build-id/9f/738bfaa36d6b16ebbef30d85d742127753d0a1.debug /usr/lib/debug/.build-id/af /usr/lib/debug/.build-id/af/e933d6ed504bfc3e71b47fa4c69df5eb0cde96 /usr/lib/debug/.build-id/af/e933d6ed504bfc3e71b47fa4c69df5eb0cde96.debug /usr/lib/debug/.build-id/b5 /usr/lib/debug/.build-id/b5/4d11e802c17514ee0c46ab39c084a63b84ef07 /usr/lib/debug/.build-id/b5/4d11e802c17514ee0c46ab39c084a63b84ef07.debug /usr/lib/debug/.build-id/b7 /usr/lib/debug/.build-id/b7/df1cf3119a170e24c70e9920c1113697856627 /usr/lib/debug/.build-id/b7/df1cf3119a170e24c70e9920c1113697856627.debug /usr/lib/debug/.build-id/c1 /usr/lib/debug/.build-id/c1/e9115712cd63d7d704ffe7f863505e89417197 /usr/lib/debug/.build-id/c1/e9115712cd63d7d704ffe7f863505e89417197.debug /usr/lib/debug/.build-id/c6 /usr/lib/debug/.build-id/c6/190a41ea8dea722176c6ce8cd685ca1167c1ea /usr/lib/debug/.build-id/c6/190a41ea8dea722176c6ce8cd685ca1167c1ea.debug /usr/lib/debug/.build-id/c6/c0374eb48263705da5f169cc9075e7fb6577ca /usr/lib/debug/.build-id/c6/c0374eb48263705da5f169cc9075e7fb6577ca.debug /usr/lib/debug/.build-id/cb /usr/lib/debug/.build-id/cb/4d9b79cff5bf039b7f8a50c0d1d7067ebc07ea /usr/lib/debug/.build-id/cb/4d9b79cff5bf039b7f8a50c0d1d7067ebc07ea.debug /usr/lib/debug/.build-id/d3 /usr/lib/debug/.build-id/d3/0f294cc5eb8b0947829e8c21c0ddcf3b38900d /usr/lib/debug/.build-id/d3/0f294cc5eb8b0947829e8c21c0ddcf3b38900d.debug /usr/lib/debug/.build-id/d4 /usr/lib/debug/.build-id/d4/f1aabb12354f6111417d9eabd51cb36dea4a8a /usr/lib/debug/.build-id/d4/f1aabb12354f6111417d9eabd51cb36dea4a8a.debug /usr/lib/debug/.build-id/d8 /usr/lib/debug/.build-id/d8/856b49b065cca7d93d96a44ecff9b162516809 /usr/lib/debug/.build-id/d8/856b49b065cca7d93d96a44ecff9b162516809.debug /usr/lib/debug/.build-id/db /usr/lib/debug/.build-id/db/eb2e2d493b23e291c39baa625918fdbc86aea4 /usr/lib/debug/.build-id/db/eb2e2d493b23e291c39baa625918fdbc86aea4.debug /usr/lib/debug/.build-id/de /usr/lib/debug/.build-id/de/ff4aed3787ae96e69df7251a22a1760d877ab3 /usr/lib/debug/.build-id/de/ff4aed3787ae96e69df7251a22a1760d877ab3.debug /usr/lib/debug/.build-id/e8 /usr/lib/debug/.build-id/e8/1bcf686432be752466a0cdd64d57d0b5849e50 /usr/lib/debug/.build-id/e8/1bcf686432be752466a0cdd64d57d0b5849e50.debug /usr/lib/debug/.build-id/f1 /usr/lib/debug/.build-id/f1/ac5a6f5ea614c88de648ef5ad759f663628b92 /usr/lib/debug/.build-id/f1/ac5a6f5ea614c88de648ef5ad759f663628b92.debug /usr/lib/debug/.build-id/fc /usr/lib/debug/.build-id/fc/4c66329d48b14c71160d11060b5cefff9983fe /usr/lib/debug/.build-id/fc/4c66329d48b14c71160d11060b5cefff9983fe.debug /usr/lib/debug/.dwz /usr/lib/debug/.dwz/proftpd-1.3.8d-1.fc40.aarch64 /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/ftpdctl-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec /usr/lib/debug/usr/libexec/proftpd /usr/lib/debug/usr/libexec/proftpd/mod_ban.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_copy.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_ctrls_admin.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_deflate.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_exec.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_facl.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifsession.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifversion.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_load.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_qos.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_file.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_radius.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_sql.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_radius.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_ratio.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_rewrite.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_pam.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_sql.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_shaper.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_site_misc.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql_passwd.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_memcache.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_shmcache.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_unique_id.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_vroot.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_file.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_sql.so-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/sbin /usr/lib/debug/usr/sbin/ftpscrub-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/sbin/ftpshut-1.3.8d-1.fc40.aarch64.debug /usr/lib/debug/usr/sbin/proftpd-1.3.8d-1.fc40.aarch64.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Mar 27 00:21:20 2025