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.fc41 | Build date: Tue Mar 18 14:07:56 2025 |
Group: Development/Debug | Build host: buildvm-ppc64le-07.iad2.fedoraproject.org |
Size: 8190805 | Source RPM: proftpd-1.3.8d-1.fc41.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/00 /usr/lib/debug/.build-id/00/8f3f93968d1bec4b5ff01a5d662afbc49105dd /usr/lib/debug/.build-id/00/8f3f93968d1bec4b5ff01a5d662afbc49105dd.debug /usr/lib/debug/.build-id/15 /usr/lib/debug/.build-id/15/b7f46b9cf9d2bd1f962314ffeb2f5e2cfaeee2 /usr/lib/debug/.build-id/15/b7f46b9cf9d2bd1f962314ffeb2f5e2cfaeee2.debug /usr/lib/debug/.build-id/16 /usr/lib/debug/.build-id/16/617291c3a7a806bb703352439109f2756bcab8 /usr/lib/debug/.build-id/16/617291c3a7a806bb703352439109f2756bcab8.debug /usr/lib/debug/.build-id/1e /usr/lib/debug/.build-id/1e/4107f5cab3b962bdc21b53d37e24f4f4055a2e /usr/lib/debug/.build-id/1e/4107f5cab3b962bdc21b53d37e24f4f4055a2e.debug /usr/lib/debug/.build-id/1e/a3d0dbf5bdbf4744f4489374ab4ba8832050d6 /usr/lib/debug/.build-id/1e/a3d0dbf5bdbf4744f4489374ab4ba8832050d6.debug /usr/lib/debug/.build-id/1f /usr/lib/debug/.build-id/1f/3a57f75b92d49ff9f759eb5189bf3f1a60b6fb /usr/lib/debug/.build-id/1f/3a57f75b92d49ff9f759eb5189bf3f1a60b6fb.debug /usr/lib/debug/.build-id/24 /usr/lib/debug/.build-id/24/a4c023598c3f75b28af95fb551df08eac4b5f2 /usr/lib/debug/.build-id/24/a4c023598c3f75b28af95fb551df08eac4b5f2.debug /usr/lib/debug/.build-id/3c /usr/lib/debug/.build-id/3c/a240124e13f5139d7b6d88971744e6e4bda15f /usr/lib/debug/.build-id/3c/a240124e13f5139d7b6d88971744e6e4bda15f.debug /usr/lib/debug/.build-id/42 /usr/lib/debug/.build-id/42/68c57407de2683976d0fca045a851cc3d7429f /usr/lib/debug/.build-id/42/68c57407de2683976d0fca045a851cc3d7429f.debug /usr/lib/debug/.build-id/55 /usr/lib/debug/.build-id/55/27ba018683622bfb3613cb93c379cfc71443e6 /usr/lib/debug/.build-id/55/27ba018683622bfb3613cb93c379cfc71443e6.debug /usr/lib/debug/.build-id/5d /usr/lib/debug/.build-id/5d/08aefb04e8e01f19ab21f86ea4adca87a631a7 /usr/lib/debug/.build-id/5d/08aefb04e8e01f19ab21f86ea4adca87a631a7.debug /usr/lib/debug/.build-id/60 /usr/lib/debug/.build-id/60/6e4444e2046e56ffb1f8dd178495729074078f /usr/lib/debug/.build-id/60/6e4444e2046e56ffb1f8dd178495729074078f.debug /usr/lib/debug/.build-id/6b /usr/lib/debug/.build-id/6b/8277cd7e66f10524af5849b5d629dc8f829f5c /usr/lib/debug/.build-id/6b/8277cd7e66f10524af5849b5d629dc8f829f5c.debug /usr/lib/debug/.build-id/6c /usr/lib/debug/.build-id/6c/4d911330d2316f50f1412a8b7a80d32d7a545a /usr/lib/debug/.build-id/6c/4d911330d2316f50f1412a8b7a80d32d7a545a.debug /usr/lib/debug/.build-id/6e /usr/lib/debug/.build-id/6e/be0f924e8ee92009ff089eb2a0054519637136 /usr/lib/debug/.build-id/6e/be0f924e8ee92009ff089eb2a0054519637136.debug /usr/lib/debug/.build-id/7f /usr/lib/debug/.build-id/7f/219c22cd46b7c99ee3ba56dfc1e1d5e6d7e55f /usr/lib/debug/.build-id/7f/219c22cd46b7c99ee3ba56dfc1e1d5e6d7e55f.debug /usr/lib/debug/.build-id/84 /usr/lib/debug/.build-id/84/a77c332f31578fa2a5bad0994535eba3fe6f09 /usr/lib/debug/.build-id/84/a77c332f31578fa2a5bad0994535eba3fe6f09.debug /usr/lib/debug/.build-id/8d /usr/lib/debug/.build-id/8d/a3c1731a8c5a5cf9a1adf17b7a6f924a645048 /usr/lib/debug/.build-id/8d/a3c1731a8c5a5cf9a1adf17b7a6f924a645048.debug /usr/lib/debug/.build-id/8e /usr/lib/debug/.build-id/8e/6db53e9f5703818e6968f782a40b52d54abfd5 /usr/lib/debug/.build-id/8e/6db53e9f5703818e6968f782a40b52d54abfd5.debug /usr/lib/debug/.build-id/95 /usr/lib/debug/.build-id/95/1b6a2147b142d8db03c12ac6340afddb5042e5 /usr/lib/debug/.build-id/95/1b6a2147b142d8db03c12ac6340afddb5042e5.debug /usr/lib/debug/.build-id/a3 /usr/lib/debug/.build-id/a3/d062415d6d9f74a69cca9a5e284416e510ecf7 /usr/lib/debug/.build-id/a3/d062415d6d9f74a69cca9a5e284416e510ecf7.debug /usr/lib/debug/.build-id/ab /usr/lib/debug/.build-id/ab/4dbe6547a034c00f0824e55869e87d12314aef /usr/lib/debug/.build-id/ab/4dbe6547a034c00f0824e55869e87d12314aef.debug /usr/lib/debug/.build-id/b6 /usr/lib/debug/.build-id/b6/0808c09a57a76ab947244688eb1f9beb2fc9cf /usr/lib/debug/.build-id/b6/0808c09a57a76ab947244688eb1f9beb2fc9cf.debug /usr/lib/debug/.build-id/b8 /usr/lib/debug/.build-id/b8/1d5244d680f3e9ccc03efc7b389114cb5d7c92 /usr/lib/debug/.build-id/b8/1d5244d680f3e9ccc03efc7b389114cb5d7c92.debug /usr/lib/debug/.build-id/ce /usr/lib/debug/.build-id/ce/64737f083abee6e53380e4188531bfa704047a /usr/lib/debug/.build-id/ce/64737f083abee6e53380e4188531bfa704047a.debug /usr/lib/debug/.build-id/cf /usr/lib/debug/.build-id/cf/40383383f0f053993ab068fe8f932c9acf28cb /usr/lib/debug/.build-id/cf/40383383f0f053993ab068fe8f932c9acf28cb.debug /usr/lib/debug/.build-id/d0 /usr/lib/debug/.build-id/d0/935d4cd5eaa1ba5420b29e1af3f863db4ae56d /usr/lib/debug/.build-id/d0/935d4cd5eaa1ba5420b29e1af3f863db4ae56d.debug /usr/lib/debug/.build-id/da /usr/lib/debug/.build-id/da/7bbb009a6ebb6674b854723ad43ef1b0dab2b0 /usr/lib/debug/.build-id/da/7bbb009a6ebb6674b854723ad43ef1b0dab2b0.debug /usr/lib/debug/.build-id/e1 /usr/lib/debug/.build-id/e1/a3044017e7b1a3054e4470e089642d30f8c133 /usr/lib/debug/.build-id/e1/a3044017e7b1a3054e4470e089642d30f8c133.debug /usr/lib/debug/.build-id/e3 /usr/lib/debug/.build-id/e3/5761d8fc6947c0e8bbfd566f5fa329600c4994 /usr/lib/debug/.build-id/e3/5761d8fc6947c0e8bbfd566f5fa329600c4994.debug /usr/lib/debug/.build-id/e3/cb6901824977013feec406b380d567d372dfbd /usr/lib/debug/.build-id/e3/cb6901824977013feec406b380d567d372dfbd.debug /usr/lib/debug/.build-id/e5 /usr/lib/debug/.build-id/e5/192c35ae571f243731dddad06f0ead77059469 /usr/lib/debug/.build-id/e5/192c35ae571f243731dddad06f0ead77059469.debug /usr/lib/debug/.build-id/ed /usr/lib/debug/.build-id/ed/7bc43aebea55794e261a6540ec6742c47db2a9 /usr/lib/debug/.build-id/ed/7bc43aebea55794e261a6540ec6742c47db2a9.debug /usr/lib/debug/.build-id/f0 /usr/lib/debug/.build-id/f0/12388401e1faab7c54a5eb5a9f7cd5398524ac /usr/lib/debug/.build-id/f0/12388401e1faab7c54a5eb5a9f7cd5398524ac.debug /usr/lib/debug/.build-id/f6 /usr/lib/debug/.build-id/f6/7128e8ea926f1d27d404a45110a32c503f8319 /usr/lib/debug/.build-id/f6/7128e8ea926f1d27d404a45110a32c503f8319.debug /usr/lib/debug/.dwz /usr/lib/debug/.dwz/proftpd-1.3.8d-1.fc41.ppc64le /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/ftpdctl-1.3.8d-1.fc41.ppc64le.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.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_copy.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ctrls_admin.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_deflate.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_exec.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_facl.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifsession.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifversion.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_load.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_qos.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_file.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_radius.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_sql.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_radius.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ratio.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_rewrite.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_pam.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_sql.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_shaper.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_site_misc.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql_passwd.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_memcache.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_shmcache.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_unique_id.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_vroot.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_file.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_sql.so-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/sbin /usr/lib/debug/usr/sbin/ftpscrub-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/sbin/ftpshut-1.3.8d-1.fc41.ppc64le.debug /usr/lib/debug/usr/sbin/proftpd-1.3.8d-1.fc41.ppc64le.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jun 14 03:49:35 2025