Bug 234116

Summary: security/logcheck: Update patch to modify rule for postfix
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file yasu: maintainer-approval+

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!