Next | Query returned 47 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-05-13 07:28:23 by SAITOH Masanobu | Files touched by this commit (2)
Log message:
Add thtree officially recommended patches to sysutils/dmidecode:

2020-03-23 Jean Delvare <jdelvare@suse.de>

	Print type 33 name unconditionally.

	  Even if a type 33 structure is too short, we can still display its
	  type name as we do for all other structure types.

2020-03-23 Jean Delvare <jdelvare@suse.de>

	Don't choke on invalid processor voltage.

	  If the processor voltage encoding has some of the reserved bits set
	  and none of the proper bits set, print it as "Unknown" instead of an
	  empty field.

2020-03-23 Jean Delvare <jdelvare@suse.de>

	Fix the alignment of type 25 name.

	  No tabulation needed before DMI structure names.
   2020-04-20 21:28:34 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4)
Log message:
dmidecode: add missing header

pkgsrc changes:
---------------
* Add missing header for FreeBSD.
* Bump revision.
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-11-04 22:28:59 by Roland Illig | Files touched by this commit (174)
Log message:
sysutils: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
   2019-10-29 18:27:51 by SAITOH Masanobu | Files touched by this commit (2)
Log message:
Add an officially recommended patch to sysutils/dmidecode:

2019-10-15: Fix System Slot Information for PCIe SSD

	Output for type 9 show <out of spec> for PCIe SSD. SMBIOS spec table
	48 describes 2.5" and 3.5" PCIe SSD formats.
   2019-08-30 06:09:54 by SAITOH Masanobu | Files touched by this commit (2)
Log message:
Add two officially recommended patch to sysutils/dmidecode:

2019-08-26: Only scan /dev/mem for entry point on x86

	x86 is the only architecture which can have a DMI entry point scanned
	from /dev/mem. Do not attempt it on other architectures, because not
	only it can't work, but it can even cause the system to reboot.

	This fixes support request #109697:
	https://savannah.nongnu.org/support/?109697

2019-08-26: Fix formatting of TPM table output

	Added missing newlines.

	Fixes: 48a8132058a0 ("dmidecode: Add support for structure type 43
	(TPM Device)")
   2019-01-18 03:52:09 by SAITOH Masanobu | Files touched by this commit (2)
Log message:
Add an officially recommended patch to sysutils/dmidecode:

2019-01-16: Add "Logical non-volatile device" to the memory device types

	When adding support for non-volative memory, we forgot to add
	"Logical non-volatile device" to the list of memory types. This causes
	NVDIMM modules to show up as <OUT OF SPEC>. Fix the problem by adding
	the missing enumerated value.
   2018-10-23 12:16:12 by Jared D. McNeill | Files touched by this commit (6)
Log message:
Add aarch64 support.
   2018-10-23 05:32:03 by SAITOH Masanobu | Files touched by this commit (2)
Log message:
 Add an officially recommended patch to sysutils/dmidecode:

2018-10-22	Fix Redfish Hostname print length.
   2018-10-12 12:08:00 by SAITOH Masanobu | Files touched by this commit (3)
Log message:
 Update sysutils/dmidecode to 3.2

Changes from 3.1:
Version 3.2 (Wed Sep 14 2018)
  - [COMPATIBILITY] The UUID is now displayed using lowercase letters, per
    RFC 4122 (#53569). You must ensure that any code parsing it is
    case-insensitive.
  - Support for SMBIOS 3.2.0. This includes new processor names, new socket
    and port connector types, new system slot state and property, and support
    for non-volatile memory (NVDIMM).
  - Support for Redfish management controllers.
  - A new command line option to query a specific structure by its handle.
  - A new command line option to query the system family string.
  - Support for 3 ThinkPad-specific structures (patch #9642).
  - Support for HPE's new company name.
  - Support UEFI on FreeBSD.
  - Important bug fixes:
    Fix firmware version of TPM device
    Fix the HPE UEFI feature flag check
  - (biosdecode) A new command line option to fully decode PIR information
    (support request #109339).

Next | Query returned 47 messages, browsing 11 to 20 | Previous