Summary: | security/logcheck: Add patch to deal with log format change of sudo(1) | ||||||
---|---|---|---|---|---|---|---|
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: |
|
A commit references this bug: Author: swills Date: Sat Oct 27 00:59:52 UTC 2018 New revision: 483081 URL: https://svnweb.freebsd.org/changeset/ports/483081 Log: security/logcheck: Add patch for log format change of sudo(1) PR: 232596 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Changes: head/security/logcheck/Makefile head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_sudo head/security/logcheck/files/patch-rulefiles_linux_violations.d_sudo head/security/logcheck/files/patch-rulefiles_linux_violations.ignore.d_logcheck-sudo Committed, thanks! |
Created attachment 198536 [details] patch file * Affected by behavior change of syslog(3) in 12.0 and later, log format of sudo(1) is changed. So add patches to change rule files so new log format is handled properly. * Move USES upward to fix portlint warning. * Bump PORTREVISION.