Bug 249146

Summary: mail/pflogsumm : maillog ipv6 adresses handling
Product: Ports & Packages Reporter: emss
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (flo)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update mail/pflogsumm to remove maillog ipv6 related warnings none

Description emss 2020-09-06 08:42:01 UTC
Created attachment 217786 [details]
Update mail/pflogsumm to remove maillog ipv6 related warnings

Hi,

As stated in https://bugzilla.redhat.com/show_bug.cgi?id=1384871
pflogsumm emits many warnings (to stderr) when maillog contains IPv6 addresses.
The following patch (based on previous link) fixes the issue.

Regards

Éric Masson
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-09-16 20:01:04 UTC
A commit references this bug:

Author: flo
Date: Wed Sep 16 20:00:12 UTC 2020
New revision: 548796
URL: https://svnweb.freebsd.org/changeset/ports/548796

Log:
  Fix warnings when maillog contains IPv6 addresses

  PR:		249146
  Submitted by:	?ric Masson <emss@free.fr>
  Obtained from:	https://bugzilla.redhat.com/show_bug.cgi?id=1384871

Changes:
  head/mail/pflogsumm/Makefile
  head/mail/pflogsumm/files/
  head/mail/pflogsumm/files/patch-pflogsumm.pl
Comment 2 Florian Smeets freebsd_committer freebsd_triage 2020-09-16 20:04:10 UTC
Committed. Thanks.