forked from pool/fwupd
Accepting request 1035067 from home:iznogood:branches:Base:System
New upstream release OBS-URL: https://build.opensuse.org/request/show/1035067 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=127
This commit is contained in:
parent
a911c2dc7e
commit
027334b3fc
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/fwupd/fwupd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">1.8.6</param>
|
||||
<param name="revision">1.8.7</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5e7f26b2e92746d4184984069bb43ad354dc8786a4f15f5d8666f1dc4c21860
|
||||
size 15931917
|
3
fwupd-1.8.7.obscpio
Normal file
3
fwupd-1.8.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e004d63b07dbc8e9ceb79ccd61ca906767844ad115f3b83029415928fd06e4c
|
||||
size 16167437
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 10 12:33:10 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.8.7:
|
||||
+ This release adds the following features:
|
||||
- Add a new HSI check for the leaked Lenovo 'Key Manifest'
|
||||
hashes
|
||||
- Measure system integrity when installing UEFI updates
|
||||
- Record more host DMI data when submitting a report for dbx
|
||||
failures
|
||||
- Use xz-compressed metadata to reduce bandwidth used by ~25%
|
||||
+ This release fixes the following bugs:
|
||||
- Add documentation for three existing HSI attributes
|
||||
- Add re-insert requirement for Analogix devices
|
||||
- Allow parsing metadata more than 1MB in size
|
||||
- Do not follow symlinks when searching for ESP devices
|
||||
- Ensure the config file permission is correct for built-in
|
||||
plugins
|
||||
- Fix a compile failure when compiling without efiboot
|
||||
- Fix a regression when using fwuptool install-blob with FMAP
|
||||
firmware
|
||||
- Only count the Microsoft hashes when getting the dbx version
|
||||
- Only use the IFD when the system is Intel-based
|
||||
- Support loading CoSWID when only one role has been set
|
||||
+ This release adds support for the following hardware:
|
||||
- Anker Thunderbolt 4 Mini Hub
|
||||
- ELAN haptic hardware
|
||||
- Fingerprint lenfy devices
|
||||
- Goodix GF3258WNC
|
||||
- Intel discrete GPUs (experimental)
|
||||
- More Star Labs laptops
|
||||
- QSI Godzilla Creek Reference Hub
|
||||
- Stop passing conditional plugin_amt=disabled, no longer needed,
|
||||
nor recognized.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 07:03:49 UTC 2022 - Tseng <dennis.tseng@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwupd
|
||||
version: 1.8.6
|
||||
mtime: 1665157084
|
||||
commit: 2627e8ab6a8dd779f0e494bd0f6ff9dd76fa70cb
|
||||
version: 1.8.7
|
||||
mtime: 1668003147
|
||||
commit: ebb6237e974c6c966aeff3dd05815aa0148d4a6b
|
||||
|
@ -39,7 +39,7 @@
|
||||
%define shlib_sover 2
|
||||
|
||||
Name: fwupd
|
||||
Version: 1.8.6
|
||||
Version: 1.8.7
|
||||
Release: 0
|
||||
Summary: Device firmware updater daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -70,7 +70,7 @@ BuildRequires: gpgme-devel
|
||||
BuildRequires: help2man
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: meson >= 0.61.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: procps
|
||||
BuildRequires: python3-Pillow
|
||||
@ -247,7 +247,6 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE"
|
||||
-Dplugin_synaptics_mst=disabled \
|
||||
%endif
|
||||
%ifnarch %{ix86} x86_64
|
||||
-Dplugin_amt=disabled \
|
||||
-Dplugin_synaptics_rmi=disabled \
|
||||
%endif
|
||||
-Dplugin_nvme=enabled \
|
||||
@ -371,7 +370,9 @@ rm -fr %{buildroot}%{_datadir}/fish
|
||||
%{_prefix}/lib/systemd/system-shutdown/fwupd.shutdown
|
||||
%{_prefix}/lib/systemd/system-preset/fwupd-refresh.preset
|
||||
%dir %{_libdir}/fwupd-%{version}
|
||||
%ifnarch s390x ppc64le
|
||||
%{_libdir}/fwupd-%{version}/libfu_plugin_flashrom.so
|
||||
%endif
|
||||
%{_libdir}/fwupd-%{version}/libfu_plugin_modem_manager.so
|
||||
%{_libdir}/fwupd-%{version}/libfwupdengine.so
|
||||
%{_libdir}/fwupd-%{version}/libfwupdplugin.so
|
||||
|
Loading…
Reference in New Issue
Block a user