Bug 213795 - sysutils/mcelog: Updated to 143
Summary: sysutils/mcelog: Updated to 143
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL: https://github.com/andikleen/mcelog/c...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2016-10-26 03:13 UTC by Ultima
Modified: 2016-10-26 04:58 UTC (History)
1 user (show)

See Also:


Attachments
mcelog.diff (12.39 KB, patch)
2016-10-26 03:13 UTC, Ultima
Ultima1252: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!