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.8b | Vendor: Fedora Project |
Release: 5.fc39 | Build date: Sun Mar 31 13:45:13 2024 |
Group: Development/Debug | Build host: buildvm-ppc64le-11.iad2.fedoraproject.org |
Size: 8135605 | Source RPM: proftpd-1.3.8b-5.fc39.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
* 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 * 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
/usr/lib/debug /usr/lib/debug/.build-id /usr/lib/debug/.build-id/06 /usr/lib/debug/.build-id/06/4c20b2d0564b6c79cca025e2dba0de69d344cc /usr/lib/debug/.build-id/06/4c20b2d0564b6c79cca025e2dba0de69d344cc.debug /usr/lib/debug/.build-id/20 /usr/lib/debug/.build-id/20/c8d46d5108ab9327cc9ca3cabbe117a1391a0b /usr/lib/debug/.build-id/20/c8d46d5108ab9327cc9ca3cabbe117a1391a0b.debug /usr/lib/debug/.build-id/20/de5ec0f4ffcdbee6b1d70d99c24adbc9720469 /usr/lib/debug/.build-id/20/de5ec0f4ffcdbee6b1d70d99c24adbc9720469.debug /usr/lib/debug/.build-id/35 /usr/lib/debug/.build-id/35/abf2245fea57e275f726aaf8fecd93141bba31 /usr/lib/debug/.build-id/35/abf2245fea57e275f726aaf8fecd93141bba31.debug /usr/lib/debug/.build-id/3d /usr/lib/debug/.build-id/3d/52c92a3bb939fd2bbdd069f0cdeff12d83a5bc /usr/lib/debug/.build-id/3d/52c92a3bb939fd2bbdd069f0cdeff12d83a5bc.debug /usr/lib/debug/.build-id/43 /usr/lib/debug/.build-id/43/e6d46af445d7ad6db0f7062a2fd4a66a6a2c3c /usr/lib/debug/.build-id/43/e6d46af445d7ad6db0f7062a2fd4a66a6a2c3c.debug /usr/lib/debug/.build-id/47 /usr/lib/debug/.build-id/47/00a9f183133b3b8e48ae0400d6046c0757215a /usr/lib/debug/.build-id/47/00a9f183133b3b8e48ae0400d6046c0757215a.debug /usr/lib/debug/.build-id/54 /usr/lib/debug/.build-id/54/1dc45bc050499571a1c96e58ee792ba1acfbb9 /usr/lib/debug/.build-id/54/1dc45bc050499571a1c96e58ee792ba1acfbb9.debug /usr/lib/debug/.build-id/55 /usr/lib/debug/.build-id/55/aad619d8306f7e00a64b54c0ab9a23cf6d346b /usr/lib/debug/.build-id/55/aad619d8306f7e00a64b54c0ab9a23cf6d346b.debug /usr/lib/debug/.build-id/59 /usr/lib/debug/.build-id/59/ef10c80b338d8cf9ba21bd9f542023f703a737 /usr/lib/debug/.build-id/59/ef10c80b338d8cf9ba21bd9f542023f703a737.debug /usr/lib/debug/.build-id/5f /usr/lib/debug/.build-id/5f/456ecbb5cd4116c3af168f7983120004c896db /usr/lib/debug/.build-id/5f/456ecbb5cd4116c3af168f7983120004c896db.debug /usr/lib/debug/.build-id/60 /usr/lib/debug/.build-id/60/27d2ad68a486ce8a46f72c8c5b787da6146597 /usr/lib/debug/.build-id/60/27d2ad68a486ce8a46f72c8c5b787da6146597.debug /usr/lib/debug/.build-id/66 /usr/lib/debug/.build-id/66/6b2d67c5b458b919adcc171e20356756ef9905 /usr/lib/debug/.build-id/66/6b2d67c5b458b919adcc171e20356756ef9905.debug /usr/lib/debug/.build-id/73 /usr/lib/debug/.build-id/73/4e226e26ae38c40acf045904d731b9a9d13a60 /usr/lib/debug/.build-id/73/4e226e26ae38c40acf045904d731b9a9d13a60.debug /usr/lib/debug/.build-id/74 /usr/lib/debug/.build-id/74/5e72c9a455a4abfca00bc7798a224a0df15298 /usr/lib/debug/.build-id/74/5e72c9a455a4abfca00bc7798a224a0df15298.debug /usr/lib/debug/.build-id/7a /usr/lib/debug/.build-id/7a/573fbd7d2571527c4678d245fa60599b24a412 /usr/lib/debug/.build-id/7a/573fbd7d2571527c4678d245fa60599b24a412.debug /usr/lib/debug/.build-id/7b /usr/lib/debug/.build-id/7b/709ba9d4f8cb64ade31e00db77bd0f27f31c60 /usr/lib/debug/.build-id/7b/709ba9d4f8cb64ade31e00db77bd0f27f31c60.debug /usr/lib/debug/.build-id/7e /usr/lib/debug/.build-id/7e/d2770ba03272ef7428f3a54778fd3165800a8b /usr/lib/debug/.build-id/7e/d2770ba03272ef7428f3a54778fd3165800a8b.debug /usr/lib/debug/.build-id/87 /usr/lib/debug/.build-id/87/8539143a825c60facecc2452d08c981fee38ce /usr/lib/debug/.build-id/87/8539143a825c60facecc2452d08c981fee38ce.debug /usr/lib/debug/.build-id/91 /usr/lib/debug/.build-id/91/a7ba446c369a3cdaee50514cf1c13e2ed698d1 /usr/lib/debug/.build-id/91/a7ba446c369a3cdaee50514cf1c13e2ed698d1.debug /usr/lib/debug/.build-id/96 /usr/lib/debug/.build-id/96/3c808223140af109b28926f537629787f8de5d /usr/lib/debug/.build-id/96/3c808223140af109b28926f537629787f8de5d.debug /usr/lib/debug/.build-id/a1 /usr/lib/debug/.build-id/a1/6bbf76fa66300cdad0341c29647065c776aef9 /usr/lib/debug/.build-id/a1/6bbf76fa66300cdad0341c29647065c776aef9.debug /usr/lib/debug/.build-id/ab /usr/lib/debug/.build-id/ab/3e602b83d98b77f4407c4ad32ce0419124a1f1 /usr/lib/debug/.build-id/ab/3e602b83d98b77f4407c4ad32ce0419124a1f1.debug /usr/lib/debug/.build-id/ab/9d927f599bebf9e04072443e4116ec7967a78e /usr/lib/debug/.build-id/ab/9d927f599bebf9e04072443e4116ec7967a78e.debug /usr/lib/debug/.build-id/b5 /usr/lib/debug/.build-id/b5/8d344ef59d48297551e70579ce5fd5f399cfff /usr/lib/debug/.build-id/b5/8d344ef59d48297551e70579ce5fd5f399cfff.debug /usr/lib/debug/.build-id/be /usr/lib/debug/.build-id/be/a0136a8876eb1257627740ba5ecc10e0d8be80 /usr/lib/debug/.build-id/be/a0136a8876eb1257627740ba5ecc10e0d8be80.debug /usr/lib/debug/.build-id/bf /usr/lib/debug/.build-id/bf/acb89c1916e8b50cd07ac329f6d905e1a5682e /usr/lib/debug/.build-id/bf/acb89c1916e8b50cd07ac329f6d905e1a5682e.debug /usr/lib/debug/.build-id/c6 /usr/lib/debug/.build-id/c6/de2ce80ff2fcf1eb066fbdcd0606361d5441af /usr/lib/debug/.build-id/c6/de2ce80ff2fcf1eb066fbdcd0606361d5441af.debug /usr/lib/debug/.build-id/c9 /usr/lib/debug/.build-id/c9/d93a1b344881d180decb23f75a02c338551f18 /usr/lib/debug/.build-id/c9/d93a1b344881d180decb23f75a02c338551f18.debug /usr/lib/debug/.build-id/d3 /usr/lib/debug/.build-id/d3/42b942ce862558c079e2c0c10df086dbb8d826 /usr/lib/debug/.build-id/d3/42b942ce862558c079e2c0c10df086dbb8d826.debug /usr/lib/debug/.build-id/de /usr/lib/debug/.build-id/de/82533d58488bc003a2849c50d4bf8030c78886 /usr/lib/debug/.build-id/de/82533d58488bc003a2849c50d4bf8030c78886.debug /usr/lib/debug/.build-id/e3 /usr/lib/debug/.build-id/e3/21428c3ccdca054c19701b5e34fabb5a2c15ec /usr/lib/debug/.build-id/e3/21428c3ccdca054c19701b5e34fabb5a2c15ec.debug /usr/lib/debug/.build-id/ea /usr/lib/debug/.build-id/ea/9d81410f5d72d4641066633f06e036063e5b0e /usr/lib/debug/.build-id/ea/9d81410f5d72d4641066633f06e036063e5b0e.debug /usr/lib/debug/.build-id/f0 /usr/lib/debug/.build-id/f0/0ed56b1519486b6d319767a676f487fb62f88a /usr/lib/debug/.build-id/f0/0ed56b1519486b6d319767a676f487fb62f88a.debug /usr/lib/debug/.build-id/fe /usr/lib/debug/.build-id/fe/765ad3040b6834fe54d7cd3c08b660153881f2 /usr/lib/debug/.build-id/fe/765ad3040b6834fe54d7cd3c08b660153881f2.debug /usr/lib/debug/.dwz /usr/lib/debug/.dwz/proftpd-1.3.8b-5.fc39.ppc64le /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/ftpdctl-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec /usr/lib/debug/usr/libexec/proftpd /usr/lib/debug/usr/libexec/proftpd/mod_ban.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_copy.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ctrls_admin.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_deflate.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_exec.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_facl.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifsession.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifversion.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_load.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_qos.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_file.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_radius.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_sql.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_radius.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_ratio.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_rewrite.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_pam.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_sql.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_shaper.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_site_misc.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql_passwd.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_memcache.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_shmcache.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_unique_id.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_vroot.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_file.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_sql.so-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/sbin /usr/lib/debug/usr/sbin/ftpscrub-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/sbin/ftpshut-1.3.8b-5.fc39.ppc64le.debug /usr/lib/debug/usr/sbin/proftpd-1.3.8b-5.fc39.ppc64le.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jun 5 04:41:29 2025