Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0EA7A7A272 for ; Wed, 3 Aug 2016 04:18:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6F2C385EE9; Wed, 3 Aug 2016 04:18:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3E9985E1A for ; Wed, 3 Aug 2016 04:18:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id u47835jdSj0u for ; Wed, 3 Aug 2016 04:18:33 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4049D85E13 for ; Wed, 3 Aug 2016 04:18:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36BF3FBB5; Wed, 3 Aug 2016 04:18:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470197913229390" MIME-Version: 1.0 Date: Wed, 3 Aug 2016 04:18:33 +0000 From: "SAITOH Masanobu" Subject: CVS commit: pkgsrc/sysutils/dmidecode To: pkgsrc-changes@NetBSD.org Reply-To: msaitoh@netbsd.org X-Mailer: log_accum Message-Id: <20160803041833.36BF3FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470197913229390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: msaitoh Date: Wed Aug 3 04:18:33 UTC 2016 Modified Files: pkgsrc/sysutils/dmidecode: Makefile distinfo Log Message: Update dmidecode to 3.0. Change MAINTAINER from shattered@ to msaitoh@. OK'ed by shattered. CHANGES from 2.1.2: 2015-09-03 Jean Delvare * version.h: Set version to 3.0. 2015-08-04 Tyler Bell * dmioem.c: Decode HP-specific DMI type 233 * dmioem.c: Refactored HP-specific types 209 and 221 to use common code * dmioem.c: Documented spec for HP-specific types 209, 221 and 233 2015-05-21 Jean Delvare * dmidecode.c: Fix up invalid DMI type 34 structure length. * dmioem.c: Decode HP-specific DMI types 212 and 219. * dmioem.c: Move function is_printable to dmidecode.c. 2015-05-13 Jean Delvare * dmidecode.c: Add support for SMBIOS3 EFI table. * dmidecode.c: Fix warnings about comparison between signed and unsigned integers. * util.c: Fix warnings about unused labels when building without -DUSE_MMAP. * dmioem.c: Strip spaces at the end of vendor names. * dmioem.c: Decode Acer-specific DMI type 170. 2015-05-12 Jean Delvare * dmidecode.c: Remove extra blank line after hidden DMI type 40 structure. 2015-05-04 Jean Delvare * dmidecode.c: Move table decoding to a separate function. * dmidecode.c: Simplify function dmi_table_dump. * dmidecode.c: Display types 41 and 42 in quiet mode too. * dmidecode.c: Get OEM vendor from System Information (DMI type 1). 2015-04-28 Jean Delvare * dmidecode.h, dmiopt.h: Fix sparse errors. * biosdecode.c, dmiopt.c, ownership.c, vpdopt.c: Fix sparse warnings. * util.c: Fix sparse warning. 2015-04-27 Jean Delvare * dmidecode.c: Fix --dump-bin when reading from sysfs. 2015-04-27 Jean Delvare Update to support SMBIOS specification version 3.0.0. * dmidecode.c: Add support for the new _SM3_ 64-bit entry point defined in the SMBIOS specification version 3.0.0, including support of 64-bit addresses and 32-bit table lengths. * dmidecode.c: Add 3 new chassis types (DMI type 3). * dmidecode.c: Add 4 new processor families (DMI type 4). * dmidecode.c: Add 4 new Intel socket types (DMI type 4). * dmidecode.c: Add 13 new slot types (DMI type 9). * dmidecode.c: Add 4 new memory device types (DMI type 17). * dmidecode.c: Add support for processors with more than 255 cores or threads (DMI type 4). * dmidecode.c: Stop decoding v3 tables at End-of-Table marker. 2015-04-21 Roy Franz * util.c, util.h: Add utility function read_file, which reads an entire binary file into a buffer. * dmidecode.c: Add passing of flags parameter to dmi_table. * dmidecode.c: Add reading of SMBIOS tables from sysfs. * dmidecode.c, dmiopt.c, dmiopt.h: Add --no-sysfs option to disable use of sysfs. * dmidecode.8: Document the changes above. 2015-04-20 Jean Delvare * biosdecode.c: Add support for the _SM3_ entry point, as defined in the SMBIOS 3.0.0 specification. 2014-11-14 Jean Delvare * man/dmidecode.8: Add a note about DMI strings available from sysfs on Linux. 2014-10-13 Jean Delvare * dmidecode.c: Add support for DDR4 (DMI type 17). Patch from Tomohiro Kimura. The value was taken from preliminary SMBIOS specification version 3.0.0d. This fixes Savannah bug #43370: https://savannah.nongnu.org/bugs/?43370 2014-07-11 Jean Delvare * dmidecode.c: Decode the CPUID of recent AMD processors (DMI type 4). 2014-03-20 Jean Delvare * dmidecode.c: Let legacy_decode be quiet in dump mode too. * dmidecode.c: Skip the SMBIOS version comparison in quiet mode. Patch from Jens Rosenboom. 2014-02-25 Jean Delvare * dmidecode.c: Fix spacing of memory module voltage attributes (DMI type 17). 2014-01-13 Jean Delvare * dmidecode.c: Decode ID of PCI Express 3 slots (DMI type 9). This fixes Savannah bug #40178: https://savannah.nongnu.org/bugs/?40178 2014-01-13 Jean Delvare * LICENSE: Update to the latest upstream version. Amongst other things, this fixes the FSF address. 2013-04-24 Jean Delvare * dmidecode.c: Strip trailing zeroes from memory voltage values (DMI type 17). * dmidecode.c: Fix support for new processor upgrade types (DMI type 4) and new memory device type (DMI type 17.) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/dmidecode/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/dmidecode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470197913229390 Content-Disposition: inline Content-Length: 1989 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/dmidecode/Makefile diff -u pkgsrc/sysutils/dmidecode/Makefile:1.16 pkgsrc/sysutils/dmidecode/Makefile:1.17 --- pkgsrc/sysutils/dmidecode/Makefile:1.16 Mon Apr 18 15:29:38 2016 +++ pkgsrc/sysutils/dmidecode/Makefile Wed Aug 3 04:18:33 2016 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2016/04/18 15:29:38 khorben Exp $ +# $NetBSD: Makefile,v 1.17 2016/08/03 04:18:33 msaitoh Exp $ # -DISTNAME= dmidecode-2.12 +DISTNAME= dmidecode-3.0 CATEGORIES= sysutils -MASTER_SITES= http://savannah.gnu.org/download/dmidecode/ +MASTER_SITES= http://download.savannah.gnu.org/releases/dmidecode/ -MAINTAINER= shattered@NetBSD.org +MAINTAINER= msaitoh@NetBSD.org HOMEPAGE= http://www.nongnu.org/dmidecode/ COMMENT= Print out DMI (SMBIOS) table in human-readable format LICENSE= gnu-gpl-v2 Index: pkgsrc/sysutils/dmidecode/distinfo diff -u pkgsrc/sysutils/dmidecode/distinfo:1.13 pkgsrc/sysutils/dmidecode/distinfo:1.14 --- pkgsrc/sysutils/dmidecode/distinfo:1.13 Wed Nov 4 01:32:12 2015 +++ pkgsrc/sysutils/dmidecode/distinfo Wed Aug 3 04:18:33 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2015/11/04 01:32:12 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/08/03 04:18:33 msaitoh Exp $ -SHA1 (dmidecode-2.12.tar.gz) = d190f1333e8a217cf02d2a6c98795dc5ced97ddc -RMD160 (dmidecode-2.12.tar.gz) = d1c29ae4970623f7e6305aa1cd7b057e054a152c -SHA512 (dmidecode-2.12.tar.gz) = 8203ca9620f9efca21e7efd9e6c5a6bb83d8b23bdd1b20923a5f83209d94685a1bca3c92474c22d12ac2aaef4bbc074d4dc9236e2fd93a36ebf3cc66c0dfdd73 -Size (dmidecode-2.12.tar.gz) = 68064 bytes +SHA1 (dmidecode-3.0.tar.gz) = 1bc5e9a400729f50aba5b441d14131aaa1ed42dd +RMD160 (dmidecode-3.0.tar.gz) = f1475c66abbc3aeb5c14ff82f9aa87a89c0fd1a4 +SHA512 (dmidecode-3.0.tar.gz) = 91c70bedee6a16776ae152c0c4522910d40daaea04044582da4d314b711fc37f406dfaecf1549ce1a404295894e36cfc0d5db270cc8d307f83554cba6b83f1c9 +Size (dmidecode-3.0.tar.gz) = 71373 bytes SHA1 (patch-aa) = 6c861b3742b1627a1b60dbaea9df0843f2ed603d --_----------=_1470197913229390--