Found few issues:
1. To recompile/relink pound, need to type either "make pound" or "make
all", as it checks if dh512.h has changed to recompile the code.
2. When I first started the new version, it complained that no listeners
were found. The following needs to be added (to strip new-line
character) inside conf_fgets() just before checking for Empty or comment:
if(strlen(buf) > 0 && buf[strlen(buf) - 1] == '\n')
buf[strlen(buf) - 1] = '\0';
3. There are new directives for ConnTO, IgnoreCase, HTTPS, HTTPSCert,
but they are not parsed anywhere (and therefore not used). Are there
plans to use/implement them in this version?
Robert Segall wrote:
This is to announce the release of Pound v2.5a. This is an experimental
version - the first in the 2.5 series. Changes since version 2.4.5:
Enhancements:
- support for include directive
Bug fixes:
- fixed generation of ephemeral RSA keys (avoid premature locking)
- added pre-generated DH parameters
The software is at version 2.5a (beta quality). Further testing
(especially under heavy loads), improvements and suggestions are
welcome.
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.