Bug 249146 - mail/pflogsumm : maillog ipv6 adresses handling
Summary: mail/pflogsumm : maillog ipv6 adresses handling
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-06 08:42 UTC by emss
Modified: 2020-09-16 20:04 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (flo)


Attachments
Update mail/pflogsumm to remove maillog ipv6 related warnings (1.28 KB, patch)
2020-09-06 08:42 UTC, emss
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.