<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/dmidecode/distinfo, branch pkgsrc_2016Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2016Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2016Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2016-08-03T04:18:33Z</updated>
<entry>
<title>Update dmidecode to 3.0.</title>
<updated>2016-08-03T04:18:33Z</updated>
<author>
<name>msaitoh</name>
<email>msaitoh</email>
</author>
<published>2016-08-03T04:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0360049901df8c9cd5e4d8b8affdeea57b14477f'/>
<id>urn:sha1:0360049901df8c9cd5e4d8b8affdeea57b14477f</id>
<content type='text'>
Change MAINTAINER from shattered@ to msaitoh@. OK'ed by shattered.

CHANGES from 2.1.2:
2015-09-03  Jean Delvare  &lt;jdelvare@suse.de&gt;

	* version.h: Set version to 3.0.

2015-08-04  Tyler Bell  &lt;tyler.bell@hp.com&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* dmidecode.c: Remove extra blank line after hidden DMI type 40
	  structure.

2015-05-04  Jean Delvare  &lt;jdelvare@suse.de&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* dmidecode.c: Fix --dump-bin when reading from sysfs.

2015-04-27  Jean Delvare  &lt;jdelvare@suse.de&gt;

	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  &lt;roy.franz@linaro.org&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* biosdecode.c: Add support for the _SM3_ entry point, as defined in
	  the SMBIOS 3.0.0 specification.

2014-11-14  Jean Delvare  &lt;jdelvare@suse.de&gt;

	* man/dmidecode.8: Add a note about DMI strings available from sysfs
	  on Linux.

2014-10-13  Jean Delvare  &lt;jdelvare@suse.de&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* dmidecode.c: Decode the CPUID of recent AMD processors (DMI type 4).

2014-03-20  Jean Delvare  &lt;jdelvare@suse.de&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* dmidecode.c: Fix spacing of memory module voltage attributes
	  (DMI type 17).

2014-01-13  Jean Delvare  &lt;jdelvare@suse.de&gt;

	* 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  &lt;jdelvare@suse.de&gt;

	* LICENSE: Update to the latest upstream version. Amongst other
	  things, this fixes the FSF address.

2013-04-24  Jean Delvare  &lt;jdelvare@suse.de&gt;

	* 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.)
</content>
</entry>
<entry>
<title>Add SHA512 digests for distfiles for sysutils category</title>
<updated>2015-11-04T01:32:05Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2015-11-04T01:32:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=312b4f202337b5fe1e668165723abc64aba81f86'/>
<id>urn:sha1:312b4f202337b5fe1e668165723abc64aba81f86</id>
<content type='text'>
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
</content>
</entry>
<entry>
<title>Update to 2.12. Changes:</title>
<updated>2013-05-19T11:07:26Z</updated>
<author>
<name>shattered</name>
<email>shattered</email>
</author>
<published>2013-05-19T11:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dd75b7d44fb364c14bb78c571f55c21b6426d014'/>
<id>urn:sha1:dd75b7d44fb364c14bb78c571f55c21b6426d014</id>
<content type='text'>
Update to support SMBIOS specification version 2.8.0.
</content>
</entry>
<entry>
<title>Fix build on SunOS.</title>
<updated>2012-02-20T17:27:33Z</updated>
<author>
<name>hans</name>
<email>hans</email>
</author>
<published>2012-02-20T17:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f4214aabef8dcd1804e80cdcdbeed43cf0b6d9da'/>
<id>urn:sha1:f4214aabef8dcd1804e80cdcdbeed43cf0b6d9da</id>
<content type='text'>
The makefile uses uname -m to decide which programs to build on i386 vs.
x86_64 (and then builds the same programs on both, but thats a different
story). Teach it about i86pc, which is what SunOS usually returns on an
x86 machine.
</content>
</entry>
<entry>
<title>Update dmidecode to 2.11.  Changes:</title>
<updated>2011-02-12T11:09:30Z</updated>
<author>
<name>shattered</name>
<email>shattered</email>
</author>
<published>2011-02-12T11:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=16c4c355319f7a960618b64d915c2009cd85c753'/>
<id>urn:sha1:16c4c355319f7a960618b64d915c2009cd85c753</id>
<content type='text'>
"Support for SMBIOS 2.6.1 and 2.7 was added. This includes new enumerated values
for recent hardware, as well as support for large memory modules and arrays, and
a new entry type for management controller host interfaces. Additionally, many
minor bugs were fixed."
</content>
</entry>
<entry>
<title>Update dmidecode to 2.10.</title>
<updated>2008-12-06T11:36:41Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-12-06T11:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a52658238589fe3ae6e00326e8dd96236981c31d'/>
<id>urn:sha1:a52658238589fe3ae6e00326e8dd96236981c31d</id>
<content type='text'>
Patch provided by Sergey Svishchev via PR 40104.

dmidecode:
* Support for Solaris (x86 only, of course).
* Possibility to dump the SMBIOS/DMI table to a small binary file
  (option --dump-bin).
* Possibility to read the SMBIOS/DMI table from such binary files
  (option --from-dump).
* Support for SMBIOS 2.6. This includes new chassis types, new
  processor family names, new processor family upgrade names, bus
  address for system slots, and a new entry type for on-board devices,
  amongst many other minor changes.
* Support for DMI entry type 31 (Boot integrity services).
* Many processor family names taken from the CIM Schema document.

vpddecode:
* No longer ask users to report broken records.
* Fix --quiet option.
</content>
</entry>
<entry>
<title>Update to 2.9:</title>
<updated>2007-09-05T21:48:39Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2007-09-05T21:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2dd270d3ec0b76945953537938f31dfb6fcd328f'/>
<id>urn:sha1:2dd270d3ec0b76945953537938f31dfb6fcd328f</id>
<content type='text'>
Update to support SMBIOS specification version 2.5 and others, please
review CHANGELOG for the full list of changes.
</content>
</entry>
<entry>
<title>regen patch-aa (fixing pkglint warning). From MAINTAINER.</title>
<updated>2006-12-23T10:30:59Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-12-23T10:30:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cd9c210424db9bd351fbed35a99b50663e119213'/>
<id>urn:sha1:cd9c210424db9bd351fbed35a99b50663e119213</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.8, provided by Sergey Svishchev:</title>
<updated>2006-07-17T18:38:43Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-07-17T18:38:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=70d0596369c4457f798cfdb083653184e344267b'/>
<id>urn:sha1:70d0596369c4457f798cfdb083653184e344267b</id>
<content type='text'>
Version 2.8 of dmidecode adds a new command line interface and many BIOS
IDs to vpddecode, and a few new --string options to dmidecode.
</content>
</entry>
<entry>
<title>Fixed pkglint warnings. The warnings are mostly quoting issues, for</title>
<updated>2005-12-05T20:49:47Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-12-05T20:49:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b4f920543059af038598712771c3211999ef42a6'/>
<id>urn:sha1:b4f920543059af038598712771c3211999ef42a6</id>
<content type='text'>
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
</content>
</entry>
</feed>
