The NetBSD Project

CVS log for pkgsrc/sysutils/dmidecode/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / sysutils / dmidecode

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 20 17:27:33 2012 UTC (3 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Fix build on SunOS.

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.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 12 11:09:30 2011 UTC (15 months, 1 week ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update dmidecode to 2.11.  Changes:

"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."

Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 6 11:36:41 2008 UTC (3 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update dmidecode to 2.10.
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.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 5 21:48:39 2007 UTC (4 years, 8 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Update to 2.9:

Update to support SMBIOS specification version 2.5 and others, please
review CHANGELOG for the full list of changes.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 23 10:30:59 2006 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

regen patch-aa (fixing pkglint warning). From MAINTAINER.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 17 18:38:43 2006 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Update to 2.8, provided by Sergey Svishchev:
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.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:00 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 29 15:32:04 2005 UTC (6 years, 6 months ago) by reed
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

Update to 2.7. This is from Nicolas Joly via PR# 31529.
And okayed by maintainer.

Many changes, see CHANGELOG for all. Here are some highlights:
        * dmidecode.c: Add option -u, --dump. It disables decoding of the
          entries, raw dumps are displayed instead. This option is mainly
          intended for debugging.
        * vpddecode.c: Add option -u, --dump. It disables decoding of the
          VPD records, a raw dump is displayed instead. This option is
          mainly intended for debugging.
        * dmidecode.c: Add option -t, --type. It limits the output to
          the given type(s) of DMI entries.
        * dmiopt.c: Define keywords to be used with --type (instead of
          numeric values).
        * dmidecode.c, dmiopt.c, dmiopt.h: Add option -q, --quiet. It
          makes the output less verbose.
        * dmidecode.c, dmiopt.c, dmiopt.h: Add option -s, --string. It
          prints one selected DMI string instead of the regular output.

This also installs AUTHORS, CHANGELOG, and README.
And I added "@dirrm share/doc/dmidecode" to PLIST.

patch-aa to use PKGMANDIR and also sets docdir.

Revision 1.3 / (download) - annotate - [select for diffs], Thu May 26 13:53:33 2005 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Update to 2.6, provided by Nicolas Joly in PR 30342.
Changes: bugfixes and more IDs. BeOS support.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 24 13:40:52 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add RMD160 digests.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 12 00:00:36 2005 UTC (7 years, 4 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import dmidecode-2.5: Print out DMI (SMBIOS) table in human-readable format

Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS)
table contents in a human-readable format. This table contains a
description of the system's hardware components, as well as other
useful pieces of information such as serial numbers and BIOS
revision.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 12 00:00:36 2005 UTC (7 years, 4 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>