Bug 213795

Summary: sysutils/mcelog: Updated to 143
Product: Ports & Packages Reporter: Ultima <Ultima1252>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: --- Keywords: easy, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/andikleen/mcelog/commits/v143
Attachments:
Description Flags
mcelog.diff Ultima1252: maintainer-approval+

Description Ultima 2016-10-26 03:13:44 UTC
Created attachment 176174 [details]
mcelog.diff

This is a patch to update mcelog to the most current version, 143. I'v also included some fixes to warnings being generated.

* Updated to 143
* Fixed few warnings

 - Mark dmi_entry as packed 
 - Fix memory leak in sysfs reader for bad fields handling
 - Broadwell: Differentiate regular CE from UC error corrected by memory mirror
 - Add support to decode MSCOD values for Denverton server


portlint -AC:
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: /usr/local/poudriere/ports/test/sysutils/mcelog/pkg-message: possible use of absolute pathname "/path/to/log".

poudriere bulk -tC:
12amd64: success
12i386: success
110amd64: success
110i386: success
101amd64: success
101i386: success
93amd64: success
93i386: success
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-10-26 04:58:21 UTC
A commit references this bug:

Author: pi
Date: Wed Oct 26 04:58:16 UTC 2016
New revision: 424671
URL: https://svnweb.freebsd.org/changeset/ports/424671

Log:
  sysutils/mcelog: update 141 -> 143

  - Mark dmi_entry as packed
  - Fix memory leak in sysfs reader for bad fields handling
  - Broadwell: Differentiate regular CE from UC error corrected by
    memory mirror
  - Add support to decode MSCOD values for Denverton server

  PR:		213795
  Submitted by:	Ultima1252@gmail.com (maintainer)

Changes:
  head/sysutils/mcelog/Makefile
  head/sysutils/mcelog/distinfo
  head/sysutils/mcelog/files/patch-Makefile
  head/sysutils/mcelog/files/patch-mcelog.c
  head/sysutils/mcelog/files/patch-p4.c
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-10-26 04:58:45 UTC
Committed, thanks!