Bug 234116 - security/logcheck: Update patch to modify rule for postfix
Summary: security/logcheck: Update patch to modify rule for postfix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-18 08:14 UTC by Yasuhiro Kimura
Modified: 2018-12-26 23:06 UTC (History)
0 users

See Also:


Attachments
patch file (2.00 KB, patch)
2018-12-18 08:14 UTC, Yasuhiro Kimura
yasu: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2018-12-18 08:14:48 UTC
Created attachment 200215 [details]
patch file

* Original rule is intended to ignore log message that postfix writes when smtpd_tls_loglevel is set to 1 or higher. But it doesn't match when TLS 1.1 or higher is used. So I added patch to modify the rule so it matches regardless of which version of SSL/TLS is used. It worked fine on FreeBSD 11 or earlier. But on FreeBSD 12 and later OpenSSL is updated to 1.1.1 that supports TLS 1.3. And when TLS 1.3 is used addtional information is added to postfix log message and it doesn't match current rule. So I update it again to make it cover the case of TLS 1.3 too.
* Bump PORTREVISION.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-26 23:06:02 UTC
A commit references this bug:

Author: swills
Date: Wed Dec 26 23:05:23 UTC 2018
New revision: 488488
URL: https://svnweb.freebsd.org/changeset/ports/488488

Log:
  security/logcheck: update patch to modify rule for postfix

  PR:		234116
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)

Changes:
  head/security/logcheck/Makefile
  head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-12-26 23:06:31 UTC
Committed, thanks!