dmidecode-3.2-lp151.4.9.1<>,?`_$Wq/㉖CDyeTPWxlbܘǩA`fT MTYMkл97ݼj.#=(_dh9xo̳ e-iX3 o[塘!O>_ܳ>A-?,d   . 2Abhp    & 4lT   ( 8 9 : 7B$UF$]G$pH$I$X$Y$Z% [%$\%0]%h^%b&c'Ld'e'f'l'u'v(4w+x+y,0z,,,,,Cdmidecode3.2lp151.4.9.1DMI table decoderDmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan your hardware, it only reports what the BIOS told it to._Jean Delvare Jean Delvare jdelvare@suse.dejdelvare@suse.dejdelvare@suse.dejdelvare@suse.dejdelvare@suse.dejdelvare@suse.dejdelvare@suse.dejdelvare@suse.dejdelvare@suse.dejdelvare@suse.demeissner@suse.commpluskal@suse.comjdelvare@suse.de1 recommended fix from upstream: - dmidecode-missing-commas.patch: Two missing commas in data arrays cause off-by-one or mangling during index resolution (bsc#1174257).Partial support for SMBIOS 3.4.0: - dmidecode-add-memory-device-types-from-smbios-3.4.0.patch, dmidecode-add-processor-characteristics-bits-from-smbios-3.4.0.patch, dmidecode-add-processor-upgrades-from-smbios-3.4.0.patch, dmidecode-add-slot-characteristics2-from-smbios-3.4.0.patch, dmidecode-add-system-slot-types-from-smbios-3.4.0.patch: Add enumerated values from SMBIOS 3.4.0 (bsc#1174257). 1 presentation fix from upstream: - dmidecode-skip-details-of-uninstalled-memory-modules.patch: Skip details of uninstalled memory modules (bsc#1174257).Partial support for SMBIOS 3.3.0: - dmidecode-add-enumerated-values-from-smbios-3.3.0.patch: Add enumerated values from SMBIOS 3.3.0 (bsc#1153533 bsc#1158833 jsc#SLE-10875). 3 recommended fixes from upstream: - dmidecode-only-scan-dev-mem-for-entry-point-on-x86.patch: Only scan /dev/mem for entry point on x86 (fixes reboot on ARM64). - dmidecode-fix-formatting-of-tpm-table-output.patch: Fix formatting of TPM table output (missing newlines). - dmidecode-fix-system-slot-information-for-pcie-ssd.patch: Fix System Slot Information for PCIe SSD.- dmidecode-add-logical-non-volatile-device.patch: Add "Logical non-volatile device" to the memory device types (bsc#1120149). - Use %doc directly on files instead of installing them explicitly.- Don't overwrite the path of license (boo#1121851).- dmidecode-fix-redfish-hostname-print-length.patch: Fix Redfish Hostname print length (bsc#1112755).- Update to upstream version 3.2 (FATE#326044): * [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). * Obsoletes dmioem-reflect-hpe-new-company-name.patch, dmidecode-fix-tpm-device-firmware-version.patch, and dmioem-fix-hpe-type-219-uefi-flag.patch. * CHANGELOG is gone, package more compact NEWS file instead. - Reenable signature checking. - Use %license for LICENSE file.- dmioem-reflect-hpe-new-company-name.patch: Reflect HPE's new company name. - dmidecode-fix-tpm-device-firmware-version.patch: Fix firmware version of TPM device. - dmioem-fix-hpe-type-219-uefi-flag.patch: Fix the reporting of HP/HPE UEFI feature.- Add missing bug numbers and FATE references in changes file (bsc#1041670).- Update to upstream version 3.1: * Support for SMBIOS 3.1.0 and 3.1.1. This includes new chassis types, new processor family names, new processor family upgrade names, and new slot types, as well as support of larger BIOS ROM sizes and cache sizes, and a new structure type (43, TPM Device.) * A new command line option to query OEM strings. * All error messages are now printed on stderr (#47274, #48158.) * Fixes a crash with SIGBUS (#46066.) * Various minor fixes, improvements and cleanups. * Obsoletes dmidecode-01-add-no-sysfs-option-description-to-h-output.patch, dmidecode-02-fix-no-smbios-nor-dmi-entry-point-found-on-smbios3.patch, dmidecode-03-let-read_file-return-the-actual-data-size.patch, dmidecode-04-use-read_file-to-read-the-dmi-table-from-sysfs.patch, dmidecode-05-use-dword-for-structure-table-maximum-size-in-smbios3.patch, dmidecode-06-hide-irrelevant-fixup-message.patch, and dmidecode-07-only-decode-one-dmi-table.patch.- dmidecode-07-only-decode-one-dmi-table.patch: Only decode one DMI table. https://savannah.nongnu.org/bugs/?50022- dmidecode-01-add-no-sysfs-option-description-to-h-output.patch: Add "--no-sysfs" option description to -h output. - dmidecode-02-fix-no-smbios-nor-dmi-entry-point-found-on-smbios3.patch: Fix 'No SMBIOS nor DMI entry point found' on SMBIOS3. - dmidecode-03-let-read_file-return-the-actual-data-size.patch: Let read_file return the actual data size. - dmidecode-04-use-read_file-to-read-the-dmi-table-from-sysfs.patch: Use read_file() to read the DMI table from sysfs. https://savannah.nongnu.org/bugs/?46176 - dmidecode-05-use-dword-for-structure-table-maximum-size-in-smbios3.patch: Use DWORD for Structure table maximum size in SMBIOS3. - dmidecode-06-hide-irrelevant-fixup-message.patch: Hide irrelevant fixup message. http://savannah.nongnu.org/support/?109024- Update to upstream version 3.0 (FATE#320746, FATE#320773): * Adds support for SMBIOS 3.0. This includes a new (64-bit) entry point format and new enumerated values for recent hardware. * Adds support for the new kernel interface (as of Linux v4.2) as an alternative to relying on /dev/mem to access the entry point and DMI table. * Adds decoding of Acer-specific DMI type 170 and HP-specific DMI types 212, 219 and 233. * Obsoletes dmidecode-1.173-drop-cast.patch, dmidecode-1.175-fix-SMBIOS-2.8.0.patch, dmidecode-1.176-SMBIOS-2.8-is-supported.patch, dmidecode-1.177-decode-pcie3-slot-id.patch, dmidecode-1.181-decode-CPUID-recent-AMD.patch, and dmidecode-1.182-decode-ddr4-memory-type.patch. * Various minor fixes and clean-ups. * Skip the SMBIOS version comparison in quiet mode (bsc#974862).- dmidecode.keyring was empty, reference the savannah keyring. but the tarball is signed by someone unknown without gpg signatures, so no keyring for now.- Cleanup spec file with spec-cleaner - Add gpg signature- dmidecode-1.181-decode-CPUID-recent-AMD.patch: Decode the CPUID of recent AMD processors (DMI type 4). - dmidecode-1.182-decode-ddr4-memory-type.patch: Add support for DDR4 memory type (DMI type 17) (bsc#955705). https://savannah.nongnu.org/bugs/?43370pmtoolslamb16 1609765436 3.2-lp151.4.9.13.2-lp151.4.9.120071117biosdecodedmidecodeownershipvpddecodedmidecodeAUTHORSNEWSREADMEdmidecodeLICENSEbiosdecode.8.gzdmidecode.8.gzownership.8.gzvpddecode.8.gz/usr/sbin//usr/share/doc/packages//usr/share/doc/packages/dmidecode//usr/share/licenses//usr/share/licenses/dmidecode//usr/share/man/man8/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:15460/openSUSE_Leap_15.1_Update/8c88d770b7328c01b020cee3d0d2d068-dmidecode.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=2334515728db6f786e73d43dcc6d3559b47a084d, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=cda76353c867fdebad9c51dea801081ddc81d95f, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=b4b1fb5b17f29a1d33de70fd0d6708e4145b4297, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=4fe4355cf5ea89927869ec52887dc737d41a17c8, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRRRRRRRRRްU?ֶW?utf-831d6458d36a15262c9e2e9c930f9e4a316dcd03aef287f93cf915822281edfad?7zXZ !t/! ]"k%r&h1LqXԃA=i{j!7SfVnD -^:3I4q fZOlHWZރr2TkF[A2w0.5mN\"p0GʆmnbGZʍ?G4 채Q 4赻,Fe2iMh{t36 ZFB> {qh!78mV^ 7 )GV5l,,):|Snydm0.;KUDy9!9'ȷjFKܨwVةŽ鬇FRcy  }&:QSÆyS -n0ڂ3LLImI.yuլ?林AgAGfG5e9bWaBi(-x.ѫ-wCjgCQtB՚\:eW: [нte`a5c˽^7Pvp+TqV~eOюvӰ|Aoygmt}璘t`^ [r#,/ K3h-&q^$@jh eMGX1/s-TEuy*Veb-w/h~l6va[yĞl=]XL\h~+{g p9p#XVmSʷz l>WbYuC?Fk:T;TXTqcE(Fy 72nEtr˷AG)#^l.GC@+U"/d8Bag|>tub-b%j,cJkƽ6(pC [aM Iշyq48W>f IؙFE%Uhi'BB 6/]dNArrјX<>'i6ھb8,ݨR5qqIp9;Pތ9نgU#u:U!z ⿨`hEK%~H ҘW=R*~Y{Y샅Oދx 8+i8U EWo2_-j}J stOiY02LS۷Ok r= juBFSQ߽q`XJ|R:#>^;o]H $ggŊ%H1ʁ}J MAXN{YVMQu>zP-k.ZB\ٱf-"Bҩ.U yC5尢5_SȲo @Y20AbHiXFmAE=[I94D_;@R&7͹f%-.i5Z ;MEp|rFDiNzanH$EJoNmyZ5n Vmi9ɎsLj8u7IǪ"<@uBW+cG;#}zHȁɿP ^`Mʅj^&iND q&(ᕵ $4fs㰸΀=E./+K&n'Idv.¾EJ@]#GJ*&zː/*K-'3>Z"q/hi.Bj@i==P4CD.eLZ`bx!mb -9 R{S;d=9Mr5gŒ[%:gIM>f0Yp!z-f牗Q t>{Na qR tFY>w\f— 4zmp2t3H@ja#m#M;Bp52 ԢA*xEd8'Du\Ik.)i uW1 LŠYu_I**p+5Y}n$撒uCDd;+jw+ oat&k8k.P,oḄ:N+k0?=j HRr4]dž4PEU:=]0tŰ$Y+DI9)0%٦Νo qՂ*x|0Ct(l !JUz+oJܞ@R_ݞz/{-\>@!0[Y$|,v lWU"bjAb&X0H'ۥBhPFb{06*+6[C`=)]S`l $K~xiJe>^oIƧWTQѸ©(=(VEw SZ43gh^թ'/o\|'-4$4J}ëZn|jJ&;)]\;grK0ľ CNl YZ