| Summary: | [UPDATE] sysutils/geomWatch to 1.3.0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Boris Kochergin <spawk> | ||||
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed committed, thanks arved 2011-08-01 18:05:25 UTC
FreeBSD ports repository
Modified files:
sysutils/geomWatch Makefile distinfo
sysutils/geomWatch/files pkg-message.in
Log:
Update to 1.3.0, which supports ZFS version 28
PR: 159358
Submitted by: maintainer
Revision Changes Path
1.11 +7 -1 ports/sysutils/geomWatch/Makefile
1.9 +2 -2 ports/sysutils/geomWatch/distinfo
1.5 +4 -0 ports/sysutils/geomWatch/files/pkg-message.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Responsible Changed From-To: freebsd-ports-bugs->arved you committed this |
* New features: * Added support for ZFS version 28. * Added a -t command-line option for testing SMTP configuration. * Bug fixes: * SMTP error messages from previous attempts to send mail are no longer carried over and prepended to new ones. * Fixed a bug that caused all e-mail after the first one to be sent to only the last configured recipient. * The value of the "from" configuration parameter should not be sent as the SMTP envelope sender, as that has the possibility of violating RFC 2821. Consequently, the "from" configuration parameter has been replaced by the "senderName" and "senderAddress" parameters, from which a correct envelope sender and "From" message header will be generated. So as not to break existing configuration files, if the "senderName" parameter is missing, it will be set to "GEOM Watch", and if the "senderAddress" parameter is missing, it will be set to "geomwatch@" followed by the system's hostname. Fix: Patch attached with submission follows: