| 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:32 2025 | 
| Group: Development/Debug | Build host: buildvm-s390x-05.s390.fedoraproject.org | 
| Size: 7830615 | 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/08 /usr/lib/debug/.build-id/08/0e3cc97dcc4d301be76d70f9121800e09085a9 /usr/lib/debug/.build-id/08/0e3cc97dcc4d301be76d70f9121800e09085a9.debug /usr/lib/debug/.build-id/0c /usr/lib/debug/.build-id/0c/9caf1a58aff66c79ab163e82414c1d029398a2 /usr/lib/debug/.build-id/0c/9caf1a58aff66c79ab163e82414c1d029398a2.debug /usr/lib/debug/.build-id/11 /usr/lib/debug/.build-id/11/d43fd4454f02fc0d9f5d19b3be51e40e73cf54 /usr/lib/debug/.build-id/11/d43fd4454f02fc0d9f5d19b3be51e40e73cf54.debug /usr/lib/debug/.build-id/13 /usr/lib/debug/.build-id/13/d0ed1b17c52ec6b68788a82b16256070ad7809 /usr/lib/debug/.build-id/13/d0ed1b17c52ec6b68788a82b16256070ad7809.debug /usr/lib/debug/.build-id/2e /usr/lib/debug/.build-id/2e/3f83490956e3c03803ece8e30f9ef9b4bf22e8 /usr/lib/debug/.build-id/2e/3f83490956e3c03803ece8e30f9ef9b4bf22e8.debug /usr/lib/debug/.build-id/2e/ab6ec10f2e92aaf41f5f5d405dde7ebd563643 /usr/lib/debug/.build-id/2e/ab6ec10f2e92aaf41f5f5d405dde7ebd563643.debug /usr/lib/debug/.build-id/34 /usr/lib/debug/.build-id/34/71be5d7acc198cc4fe6ebcda1b12b41a46961d /usr/lib/debug/.build-id/34/71be5d7acc198cc4fe6ebcda1b12b41a46961d.debug /usr/lib/debug/.build-id/3e /usr/lib/debug/.build-id/3e/2570108e3286054b06cbcd73f32e1b2cf88e86 /usr/lib/debug/.build-id/3e/2570108e3286054b06cbcd73f32e1b2cf88e86.debug /usr/lib/debug/.build-id/40 /usr/lib/debug/.build-id/40/1131494180c19ea698feae0552a3dd9072602d /usr/lib/debug/.build-id/40/1131494180c19ea698feae0552a3dd9072602d.debug /usr/lib/debug/.build-id/46 /usr/lib/debug/.build-id/46/ab66119a04df541bfd5fc54ed9cdc58d3482c7 /usr/lib/debug/.build-id/46/ab66119a04df541bfd5fc54ed9cdc58d3482c7.debug /usr/lib/debug/.build-id/46/ec3a89acb05b80f80fb35c72e51cf7f27beae0 /usr/lib/debug/.build-id/46/ec3a89acb05b80f80fb35c72e51cf7f27beae0.debug /usr/lib/debug/.build-id/4a /usr/lib/debug/.build-id/4a/e79cffddd4301942c81cad55256ec904cf39e5 /usr/lib/debug/.build-id/4a/e79cffddd4301942c81cad55256ec904cf39e5.debug /usr/lib/debug/.build-id/4e /usr/lib/debug/.build-id/4e/40198f7043523507c3ce8706af23d68e4f012a /usr/lib/debug/.build-id/4e/40198f7043523507c3ce8706af23d68e4f012a.debug /usr/lib/debug/.build-id/64 /usr/lib/debug/.build-id/64/facf32524515745e339647cfd989dde67bd55c /usr/lib/debug/.build-id/64/facf32524515745e339647cfd989dde67bd55c.debug /usr/lib/debug/.build-id/67 /usr/lib/debug/.build-id/67/9e19af3d0836e5cd54a812f25adc8858f56ac6 /usr/lib/debug/.build-id/67/9e19af3d0836e5cd54a812f25adc8858f56ac6.debug /usr/lib/debug/.build-id/6d /usr/lib/debug/.build-id/6d/e7c2e8f6276e48515983badaf54993b739bfee /usr/lib/debug/.build-id/6d/e7c2e8f6276e48515983badaf54993b739bfee.debug /usr/lib/debug/.build-id/77 /usr/lib/debug/.build-id/77/1af83e075d1254d7b8537dac727f71708bf792 /usr/lib/debug/.build-id/77/1af83e075d1254d7b8537dac727f71708bf792.debug /usr/lib/debug/.build-id/85 /usr/lib/debug/.build-id/85/96a5274eba3101fa13408312645b2705c0e206 /usr/lib/debug/.build-id/85/96a5274eba3101fa13408312645b2705c0e206.debug /usr/lib/debug/.build-id/97 /usr/lib/debug/.build-id/97/03936cc441ff776c5f60d6d034cd4195918a69 /usr/lib/debug/.build-id/97/03936cc441ff776c5f60d6d034cd4195918a69.debug /usr/lib/debug/.build-id/99 /usr/lib/debug/.build-id/99/633aa95dfc9952072edcf3423bdee88d087801 /usr/lib/debug/.build-id/99/633aa95dfc9952072edcf3423bdee88d087801.debug /usr/lib/debug/.build-id/a4 /usr/lib/debug/.build-id/a4/b492395f6c41d5d77c5effc4b45d6005484f19 /usr/lib/debug/.build-id/a4/b492395f6c41d5d77c5effc4b45d6005484f19.debug /usr/lib/debug/.build-id/a7 /usr/lib/debug/.build-id/a7/92efb97623cc9fa9acbef5c3e743078225927c /usr/lib/debug/.build-id/a7/92efb97623cc9fa9acbef5c3e743078225927c.debug /usr/lib/debug/.build-id/b1 /usr/lib/debug/.build-id/b1/2acf4143b24a00551bc0edc17d5e1f1132422f /usr/lib/debug/.build-id/b1/2acf4143b24a00551bc0edc17d5e1f1132422f.debug /usr/lib/debug/.build-id/b1/d3acc7fad48a97f6247ca5dfc3b771eb08c171 /usr/lib/debug/.build-id/b1/d3acc7fad48a97f6247ca5dfc3b771eb08c171.debug /usr/lib/debug/.build-id/b2 /usr/lib/debug/.build-id/b2/4d2098d5635f88fc2b971d4551336ec587f130 /usr/lib/debug/.build-id/b2/4d2098d5635f88fc2b971d4551336ec587f130.debug /usr/lib/debug/.build-id/b6 /usr/lib/debug/.build-id/b6/22c606c0a739d4986fa6349a36ab71a1ab1691 /usr/lib/debug/.build-id/b6/22c606c0a739d4986fa6349a36ab71a1ab1691.debug /usr/lib/debug/.build-id/c8 /usr/lib/debug/.build-id/c8/ac9e674857e82e18749c6c183768554db61426 /usr/lib/debug/.build-id/c8/ac9e674857e82e18749c6c183768554db61426.debug /usr/lib/debug/.build-id/ca /usr/lib/debug/.build-id/ca/039dff7a25068c95000bf2f52632544c81104f /usr/lib/debug/.build-id/ca/039dff7a25068c95000bf2f52632544c81104f.debug /usr/lib/debug/.build-id/dd /usr/lib/debug/.build-id/dd/d07ba4afd8305ff1657ad405db945629b7fb06 /usr/lib/debug/.build-id/dd/d07ba4afd8305ff1657ad405db945629b7fb06.debug /usr/lib/debug/.build-id/ea /usr/lib/debug/.build-id/ea/8a48775f8fc574b7bc52b29ebe5f04758b5f6f /usr/lib/debug/.build-id/ea/8a48775f8fc574b7bc52b29ebe5f04758b5f6f.debug /usr/lib/debug/.build-id/ec /usr/lib/debug/.build-id/ec/bf664a8de31b559bd97c0102d61aef05f04051 /usr/lib/debug/.build-id/ec/bf664a8de31b559bd97c0102d61aef05f04051.debug /usr/lib/debug/.build-id/ee /usr/lib/debug/.build-id/ee/73d6d871a06170af8e4324781c38f2f1850a91 /usr/lib/debug/.build-id/ee/73d6d871a06170af8e4324781c38f2f1850a91.debug /usr/lib/debug/.build-id/f1 /usr/lib/debug/.build-id/f1/8142a2cc4e25f0b83c7bfa27a72a36c1de7cbf /usr/lib/debug/.build-id/f1/8142a2cc4e25f0b83c7bfa27a72a36c1de7cbf.debug /usr/lib/debug/.build-id/f5 /usr/lib/debug/.build-id/f5/ddb36695361a7432e58316048decd50ee9478f /usr/lib/debug/.build-id/f5/ddb36695361a7432e58316048decd50ee9478f.debug /usr/lib/debug/.build-id/fa /usr/lib/debug/.build-id/fa/58d4d0386ff01734843712ed68d29f66345475 /usr/lib/debug/.build-id/fa/58d4d0386ff01734843712ed68d29f66345475.debug /usr/lib/debug/.dwz /usr/lib/debug/.dwz/proftpd-1.3.8d-1.fc41.s390x /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/ftpdctl-1.3.8d-1.fc41.s390x.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.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_copy.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_ctrls_admin.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_deflate.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_exec.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_facl.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifsession.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_ifversion.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_load.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_qos.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_file.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_radius.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_quotatab_sql.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_radius.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_ratio.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_rewrite.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_pam.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sftp_sql.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_shaper.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_site_misc.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_sql_passwd.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_memcache.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_tls_shmcache.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_unique_id.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_vroot.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_file.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/libexec/proftpd/mod_wrap2_sql.so-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/sbin /usr/lib/debug/usr/sbin/ftpscrub-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/sbin/ftpshut-1.3.8d-1.fc41.s390x.debug /usr/lib/debug/usr/sbin/proftpd-1.3.8d-1.fc41.s390x.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Nov 3 05:47:04 2025