Bug 232596 - security/logcheck: Add patch to deal with log format change of sudo(1)
Summary: security/logcheck: Add patch to deal with log format change of sudo(1)
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-10-24 07:49 UTC by Yasuhiro Kimura
Modified: 2018-10-27 01:00 UTC (History)
0 users

See Also:


Attachments
patch file (4.96 KB, patch)
2018-10-24 07:49 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-10-24 07:49:51 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-27 01:00:55 UTC
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
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-10-27 01:00:56 UTC
Committed, thanks!