Bug 159358

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:
Description Flags
file.diff none

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