Bug 159358 - [UPDATE] sysutils/geomWatch to 1.3.0
Summary: [UPDATE] sysutils/geomWatch to 1.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 16:10 UTC by Boris Kochergin
Modified: 2011-10-22 00:55 UTC (History)
0 users

See Also:


Attachments
file.diff (1.56 KB, patch)
2011-08-01 16:10 UTC, Boris Kochergin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Kochergin 2011-08-01 16:10:10 UTC
  * 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:
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2011-08-01 19:05:34 UTC
State Changed
From-To: open->closed

committed, thanks
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-01 19:05:34 UTC
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"
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2011-10-22 00:55:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

you committed this