| Summary: | [PATCH]sysutils/dmidecode: update to 2.11 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Brendan Fabeny <bf> | ||||||||
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | ||||||||||
| Priority: | Normal | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Brendan Fabeny
2011-03-18 17:30:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer (via the GNATS Auto Assign Tool) Any word on this? Attached is an updated patch which incorporates: "2011-04-20 Jean Delvare <khali@linux-fr.org> Update to support SMBIOS specification version 2.7.1. * dmidecode.c: Add 6 AMD processor families (DMI type 4). * dmidecode.c: Add cache associativity value "20-way Set-associative" (DMI type 7). * dmidecode.c: Add PCI Express 3 slot types (DMI type 9). 2011-01-25 Jean Delvare <khali@linux-fr.org> * dmidecode.c: Fix boundary checks of memory array location codes (DMI type 16). Reported by Andrey Matveyev." Regards, b. Hi, I was working on this and whipped up a smaller patch, then I realized that there exists already this PR. Anyways, here's mine, attached, thanks. -- cheers mars ----- bf 2011-05-21 11:18:57 UTC
FreeBSD ports repository
Modified files:
sysutils/dmidecode Makefile distinfo
sysutils/dmidecode/files patch-Makefile
Added files:
sysutils/dmidecode/files patch-dmidecode.c
Log:
Update to 2.11, plus two subsequent changes from
dmidecode CVS that add support for SMBIOS 2.7.1 and
fix boundary checks of memory array location codes
PR: 155664
Submitted by: bf
Approved by: maintainer timeout
Revision Changes Path
1.14 +9 -14 ports/sysutils/dmidecode/Makefile
1.11 +2 -2 ports/sysutils/dmidecode/distinfo
1.4 +13 -6 ports/sysutils/dmidecode/files/patch-Makefile
1.1 +100 -0 ports/sysutils/dmidecode/files/patch-dmidecode.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |