2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-12-02 09:48:37 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 1.6:
- IMPORTANT: Removed support for listening on ports under < 1024
- Support embedded NULLs in email data.
- Fix problems with not listening properly when in daemon mode
- Fix warnings when compiled with gcc 4.0
- Handle empty addresses properly in logs.
- Don't let exchange send it's strange binary data through the proxy
- More Solaris fixes :(
- Don't reject emails when server is overloaded or errors.
- Don't reject emails when starting the filter command fails.
|
2005-10-08 10:56:49 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Use VARBASE.
|
2005-08-08 03:52:22 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 1.5.
Changes:
- Handle condition of server refusing data transfers more gracefully.
- Less chatty when setting timeouts fail
- Drop privileges after binding to port. Allows listening on ports < 1024
- Ported to Solaris
- Fix problem with binding to certain 'long' addresses
|
2005-05-23 10:26:17 by Roland Illig | Files touched by this commit (270) |
Log message:
Removed trailing white-space.
|
2005-05-02 22:34:09 by Jeremy C. Reed | Files touched by this commit (172) |
Log message:
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
|
2005-04-19 15:15:25 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 1.4.1
* Fixed bug (introduced in 1.4) when Header was not present.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-24 09:08:56 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 1.4
Changes:
- Documentation fixes [Sean Franklin]
- Don't leak file descriptors when clamsmtpd can't connect to outgoing
SMTP server [Chris Mason]
- Now accepts special format arguments on 'Header' line [Olivier Beyssac]
|
2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|