- Add several compile-time knobs:
- WITHOUT_OPENSSL=yes Disable the OpenSSL library support
- WITHOUT_GPGME=yes Disable the GnuPG (GPGME library) support
- WITH_PCRE=yes Enable the PCRE library support
- WITH_PAM=yes Enable the Pluggable Authentication Modules support
- WITH_TCP_WRAPPERS=yes Enable the libwrap (TCP wrappers) support
- Take maintainership
PR: 42746
Submitted by: Sergei Kolobov <sergei@kolobov.com> (new maintainer)
- Install .info and addition documentation
- Fix Makefile to install the startup script and examples even if
NOPORTDOCS is defined (those items are NOT documentation)
PR: 42215
Submitted by: sergei@kolobov.com