Improvements:
- Use a versioned URL
- The build won't break anymore (due to a wrong hash) after a new
version is being released
- It will be possible to build older versions
- Add (hopefully all) runtime dependencies (Git, GnuPG and less (for
"repo help"))
- Add the upstream license
- Add a long description
- Use the name of the Git tag for the version
- The version number from the script (currently 1.23) is only
incremented after "important" changes (i.e. there are slightly
different different scripts with "VERSION = (1, 23)")
This still causes some uncached rebuilds, but master(!) and staging
move too fast forward rebuild-wise, so Hydra might never catch up.
(There are also other occasional problems.)
Therefore I merge at this point where the rebuild isn't that bad.
Version 1.0.46
The server can now be linked against OpenSSL 1.1.x with the strict API.
Unmaintained contributions have been removed.
File globbing could take up to `GLOB_TIMEOUT` seconds (17 seconds by
default) when matching some patterns, no matter what the configured
recursion level was. This has been fixed, and upgrading is highly
recommended.
Version 1.0.45
TLS v1.0 sessions are now refused.
Version 1.0.44 didn’t properly parse the TLSCipherSuite
directive. This has been fixed.
Version 1.0.44
The Perl and Python wrappers are gone. The daemon can now use a
configuration file without requiring external dependencies.
Pure-FTPd can now be linked against OpenSSL 1.1.x
The QUIT command didn’t work properly when the server was compiled
without support for RFC2640. This has been fixed.
3DES was removed from the default cipher suite.
Version 1.0.43
Passwords can now be hashed using Argon2i, which is now the default
algorithm for puredb accounts.
Authentication against system accounts is compatible with OpenBSD 6.0.
The -J switch didn’t work properly in version 1.0.42. This has been fixed.