โต Return to the main page of proftpd-devel
View build
Search for updates
Package Info (Data from x86_64 build)
๐ Changelog
๐ Dependencies
๐ Provides
๐ Files
Date | Author | Change |
---|---|---|
2025-01-17 | Paul Howarth <paul at city dash fan dot 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 |
2024-12-12 | Paul Howarth <paul at city dash fan dot 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) |
2024-11-19 | Paul Howarth <paul at city dash fan dot 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 |
2024-10-11 | Paul Howarth <paul at city dash fan dot 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 |
2024-07-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.3.8b-7 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
2024-07-10 | Paul Howarth <paul at city dash fan dot 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) |
2024-03-31 | Paul Howarth <paul at city dash fan dot 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) |
2024-01-26 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.3.8b-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.3.8b-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-01 | Paul Howarth <paul at city dash fan dot 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) |