libsmbios 2.4.0-1 source package in Ubuntu

Changelog

libsmbios (2.4.0-1) unstable; urgency=medium

  * New upstream version.
    - Fixes crashes in smbios-get-ut-data with inappropriate permissions
      (Closes: #777212)
    - Fixes crashes with SMBIOS 3.0 tables (LP: #1744782)
    - Fix location of cli.py installation (Closes: #701136)
    - No longer installs sh script with bashisms (Closes: #772330)
    - Drops unsupported RBU based flashing (Closes: #496546)
    - Fixes improper function definition (Closes: #748243)
    - Generate man pages with help2man (Closes: #748023)
  * No longer build deprecated C++ library.
    - No longer installs broken dellMediaDirectCtl (Closes: #715812)
  * debian/control:
    - Drop ia64 (Closes: #554582)
    - Update VCS
    - Add Debian EFI as team owner
    - Add Mario to uploaders list (Closes: #838078)
    - Add python3 packages
    - Drop python2 packages
    - Add python3 build-depends
    - Drop cppunit build-depends
    - Depend on libjs-jquery for libsmbios-doc
    - Rename libsmbios2 -> libsmbios-c2
      Provides/Conflicts/Replaces to make a good transition both for
      Debian & Ubuntu.
    - Build depends on help2man.
  * debian/copyright:
    - Fix long lines (Closes: #803607, #803608, #803609)
    - Remove references to C++ stuff
  * debian/rules:
    - Switch to new debhelper format
    - Enable hardening flags
  * debian/smbios-utils.links:
    - Drop reference to old rbu flash tool.

 -- Mario Limonciello <email address hidden>  Tue, 06 Feb 2018 12:40:46 -0600

Upload details

Uploaded by:
Debian UEFI Maintainers
Uploaded to:
Sid
Original maintainer:
Debian UEFI Maintainers
Architectures:
i386 amd64 all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsmbios_2.4.0-1.dsc 2.4 KiB 5cf9c3ee137d821cb51d56857ca3cf1921d995e74d5ad584fea37aa82c78afd8
libsmbios_2.4.0.orig.tar.gz 650.6 KiB 03458fc23188ceeecf1de266fcc66bfd994e271e498261b55c7f1d0ce8e6d697
libsmbios_2.4.0-1.debian.tar.xz 10.6 KiB 3de80dc677d56f6ec214ecfcd678698c3d5379e2aacbdc5fdc42a1d3972dab36

No changes file available.

Binary packages built by this source

libsmbios-c2: Provide access to (SM)BIOS information -- dynamic library

 libsmbios aims towards providing access to as much BIOS information as
 possible. It does this by providing a library of functions that can be used
 as well as sample binaries.
 .
 It incorporates extensible access to SMBIOS information capabilities and
 ability to perform unit tests across multiple systems without using physical
 hardware. Moreover, centralized, data-driven exception handling for broken
 BIOS tables is provided. Currently, full access to the SMBIOS table and its
 items is implemented. Additionally, access and manipulation of Dell Indexed
 IO Token (type 0xD4) is implemented. This token is a vendor-extention
 SMBIOS structure which allows uniform access to manipulate the system CMOS
 to enable, disable, or otherwise manipulate normal BIOS functions or features.

libsmbios-c2-dbgsym: debug symbols for libsmbios-c2
libsmbios-dev: Provide access to (SM)BIOS information - development files

 libsmbios aims towards providing access to as much BIOS information as
 possible. It does this by providing a library of functions that can be
 used as well as sample binaries.
 .
 It incorporates extensible access to SMBIOS information capabilities and
 ability to perform unit tests across multiple systems without using physical
 hardware. Moreover, centralized, data-driven exception handling for broken
 BIOS tables is provided.
 .
 To start out with, the focus is on the SMBIOS tables. Currently, full access
 to the SMBIOS table and its items is implemented. In the future, it will
 provide $PIR, MPTABLE, RCI, RBU, and other tables as well.
 .
 Additionally, access and manipulation of Dell Indexed IO Token (type 0xD4)
 is implemented. This token is a vendor-extention SMBIOS structure which
 allows uniform access to manipulate the system CMOS to enable, disable, or
 otherwise manipulate normal BIOS functions or features.

libsmbios-doc: Access to (SM)BIOS information in an OS-indepent way (docs)

 libsmbios aims towards providing access to as much BIOS information as
 possible. It does this by providing a library of functions that can be used
 as well as sample binaries.
 .
 It incorporates extensible access to SMBIOS information capabilities and
 ability to perform unit tests across multiple systems without using physical
 hardware. Moreover, centralized, data-driven exception handling for broken
 BIOS tables is provided. Currently, full access to the SMBIOS table and its
 items is implemented. Additionally, access and manipulation of Dell Indexed
 IO Token (type 0xD4) is implemented. This token is a vendor-extension
 SMBIOS structure which allows uniform access to manipulate the system CMOS
 to enable, disable, or otherwise manipulate normal BIOS functions or features.

python3-libsmbios: Provide access to (SM)BIOS information -- Python libraries

 libsmbios aims towards providing access to as much BIOS information as
 possible. This package provides Python functions that can be imported
 into userspace programs.

smbios-utils: Provide access to (SM)BIOS information -- utility binaries

 libsmbios aims towards providing access to as much BIOS information as
 possible. This package includes libsmbios' sample binaries/utilities.

smbios-utils-dbgsym: debug symbols for smbios-utils