linux-firmware update 20260624
- Update linux-firmware to latest upstream (RHEL-154363) Changes since the last update are noted on items below, copied from the git changelog of upstream linux-firmware repository. - nxp: add firmware for IW61x WiFi device - mediatek MT7922: update bluetooth firmware to 20260605203811 - mediatek MT7925: update bluetooth firmware to 20260605184935 - linux-firmware: update firmware for MT7925 WiFi device - linux-firmware: update firmware for MT7922 WiFi device - amdgpu: DMCUB updates for various ASICs - qcom: add LPAICP firmware for shikra platform - qcom: Add qdsp6sw firmware for shikra platform - linux-firmware: update firmware for MT7986 - linux-firmware: update firmware for MT7981 - linux-firmware: update firmware for MT7996 - linux-firmware: update firmware for MT7992 - linux-firmware: update firmware for MT7990 - qcom: Update ADSP firmware for Kaanapali platform - qcom: update ADSP firmware for glymur platform - qcom: update CDSP firmware for glymur platform - QCA: Add bluetooth firmware nvm files for USI/NFA725B - linux-firmware: Add firmware file for Intel BlazarIW - linux-firmware: Update firmware file for Intel BlazarU core - linux-firmware: Update firmware file for Intel BlazarI core - linux-firmware: Update firmware file for Intel Scorpius core - qcom: update ADSP firmware for qcs615 platform - cirrus: cs42l45: Update CS42L45 SDCA codec firmware for Dell laptops - rtl_bt: Update RTL8852A BT USB firmware to 0x244F_91B6 - realtek: rt1321: Update the patch code to v1.10 - amdgpu: DMCUB updates for various ASICs - QCA: Update Bluetooth WCN3950 firmware 1.3.0-00108 to 1.3.0-00184 - qcom: update CDSP firmware for shikra platform - qcom: Update ADSP firmware for Glymur platform - Remove any files with unknown licenses - AGENTS.md, README: address second round of MR review - README: document AI assisted contribution convention - AGENTS.md: clarify areas raised in MR review - Add AGENTS.md for AI coding agents - LICENSES: update GPL-2.0 text and references - LICENSES: rename GPL-3 to GPL-3.0-only - LICENSES: rename Apache-2 to Apache-2.0 - Move firmware licenses to a LICENSES/ directory - qcom: update ADSP firmware for sm8750 platform - QCA: Update Bluetooth WCN6856 firmware 2.1.0-00666 to 2.1.0-00669 - qcom: Update DSP firmware for qcs8300 platform - qcom: Update DSP firmware for sa8775p platform - amdgpu: Update DMCUB fw for DCN314 - amdgpu: revert yellow carp VCN firmware - amdgpu: revert vangogh VCN firmware - amdgpu: revert sienna cichlid VCN firmware - amdgpu: revert navy flounder VCN firmware - amdgpu: revert dimgrey cavefish VCN firmware - amdgpu: revert beige_goby VCN firmware - qcom: update CDSP firmware for x1e80100 platform - cirrus: cs35l56: Add firmware for Cirrus Amps for a Dell laptop - linux-firmware: Add RCA firmware files for tas257x projects - intel_vpu: Update NPU firmware - cirrus: cs35l63: Add Cirrus CS35L63 firmware mappings for various Dell laptops - cirrus: cs35l56: Update firmware for Cirrus Amps for a couple of Lenovo laptops - cirrus: cs35l56: Add firmware for Cirrus Amps for a Lenovo laptop - QCA: Add BCS calibration binary for QCC2072 - QCA: Update Bluetooth firmware for QCC2072 UART interface - amdgpu: DMCUB updates for various ASICs - rtl_nic: add firmware rtl8261c.bin for RTL8261c - cirrus: cs35l56: Add Cirrus CS35L56 firmware mappings for two Dell laptops - i915: Xe3LPD DMC v2.36 - i915: Xe3LPD_3002 DMC v2.31 - i915: Xe3p_LPD DMC v2.37 - cirrus: cs35l56: Add firmware for Cirrus Amps for some Lenovo laptops - cirrus: cs42l45: Update CS42L45 SDCA codec firmware for Lenovo laptops - cirrus: cs42l45: Add CS42L45 SDCA codec firmware for Lenovo laptops - qcom: Add gpu firmwares for Shikra chipset - cirrus: cs35l56: Update firmware for Cirrus Amps for some Dell laptops - rtw89: 8852b: update fw to v0.29.29.18 - rtw89: 8852bt: update fw to v0.29.122.2 - amdgpu: Update gc 11.0.1 microcode - ASoC: tas2783: Add Firmware files for tas2783A projects - linux-firmware: add firmware for MT7927 WiFi device - Add HP ISH firmware for Intel Panther Lake systems - ti: Add PCM6240 firmware with multiple audio profiles support - qcom: add CDSP firmware for shikra platform - amdgpu: DMCUB updates for various ASICs - qcom: update ADSP firmware for x1e80100 platform - lt*_fw.bin: move to Lontium subdir - qcom: Add cdsp1r.jsn for sa8775p platform - amdgpu: rembrandt DMCUB v4.0.74.0 Resolves: RHEL-154363 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
c12f694a78
commit
e873e0a3b4
@ -4,8 +4,8 @@
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20260508
|
||||
Release: 23%{?dist}
|
||||
Version: 20260624
|
||||
Release: 24%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
URL: http://www.kernel.org/
|
||||
@ -433,24 +433,24 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%files -f linux-firmware.files
|
||||
%dir %{_firmwarepath}
|
||||
%doc %{_defaultdocdir}/%{name}
|
||||
%license LICENCE.* LICENSE.* GPL*
|
||||
%license LICENSES/LICENCE.* LICENSES/LICENSE.* LICENSES/GPL*
|
||||
|
||||
%files whence
|
||||
%license WHENCE
|
||||
|
||||
# GPU firmwares
|
||||
%files -n amd-gpu-firmware
|
||||
%license LICENSE.radeon LICENSE.amdgpu
|
||||
%license LICENSES/LICENSE.radeon LICENSES/LICENSE.amdgpu
|
||||
%{_firmwarepath}/amdgpu/
|
||||
%{_firmwarepath}/amdnpu/
|
||||
%{_firmwarepath}/radeon/
|
||||
|
||||
%files -n intel-gpu-firmware
|
||||
%license LICENSE.i915
|
||||
%license LICENSES/LICENSE.i915
|
||||
%{_firmwarepath}/i915/
|
||||
|
||||
%files -n nvidia-gpu-firmware
|
||||
%license LICENCE.nvidia
|
||||
%license LICENSES/LICENCE.nvidia
|
||||
%dir %{_firmwarepath}/nvidia
|
||||
%{_firmwarepath}/nvidia/a*
|
||||
%{_firmwarepath}/nvidia/g*
|
||||
@ -458,18 +458,18 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
|
||||
# Microcode updates
|
||||
%files -n amd-ucode-firmware
|
||||
%license LICENSE.amd-ucode
|
||||
%license LICENSES/LICENSE.amd-ucode
|
||||
%{_firmwarepath}/amd/
|
||||
%{_firmwarepath}/amdtee/
|
||||
%{_firmwarepath}/amd-ucode/
|
||||
|
||||
# WiFi/Bluetooth firmwares
|
||||
%files -n atheros-firmware
|
||||
%license LICENCE.atheros_firmware
|
||||
%license LICENSE.QualcommAtheros_ar3k
|
||||
%license LICENSE.QualcommAtheros_ath10k
|
||||
%license LICENCE.open-ath9k-htc-firmware
|
||||
%license qca/NOTICE.txt
|
||||
%license LICENSES/LICENCE.atheros_firmware
|
||||
%license LICENSES/LICENSE.QualcommAtheros_ar3k
|
||||
%license LICENSES/LICENSE.QualcommAtheros_ath10k
|
||||
%license LICENSES/LICENCE.open-ath9k-htc-firmware
|
||||
%license LICENSES/NOTICE.qca
|
||||
%{_firmwarepath}/ar3k/
|
||||
%{_firmwarepath}/ath6k/
|
||||
%{_firmwarepath}/ath9k_htc/
|
||||
@ -479,20 +479,20 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/qca/
|
||||
|
||||
%files -n brcmfmac-firmware
|
||||
%license LICENCE.broadcom_bcm43xx
|
||||
%license LICENCE.cypress
|
||||
%license LICENSES/LICENCE.broadcom_bcm43xx
|
||||
%license LICENSES/LICENCE.cypress
|
||||
%{_firmwarepath}/brcm/
|
||||
%{_firmwarepath}/cypress/
|
||||
|
||||
%files -n iwlegacy-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%license LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-3945-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-4965-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-3945-*.ucode*
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-4965-*.ucode*
|
||||
|
||||
%files -n iwlwifi-dvm-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%license LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-100-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-105-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-135-*.ucode*
|
||||
@ -519,7 +519,7 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-6050-*.ucode*
|
||||
|
||||
%files -n iwlwifi-mvm-firmware
|
||||
%license LICENCE.iwlwifi_firmware
|
||||
%license LICENSES/LICENCE.iwlwifi_firmware
|
||||
%{_firmwarepath}/iwlwifi-3160-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-3168-*.ucode*
|
||||
%{_firmwarepath}/iwlwifi-7260-*.ucode*
|
||||
@ -556,15 +556,15 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/intel/iwlwifi/iwlwifi-sc-a0-*
|
||||
|
||||
%files -n libertas-firmware
|
||||
%license LICENCE.Marvell LICENCE.OLPC
|
||||
%license LICENSES/LICENCE.Marvell LICENSES/LICENCE.OLPC
|
||||
%dir %{_firmwarepath}/libertas
|
||||
%dir %{_firmwarepath}/mrvl
|
||||
%{_firmwarepath}/libertas/*
|
||||
%{_firmwarepath}/mrvl/sd8787*
|
||||
|
||||
%files -n mt7xxx-firmware
|
||||
%license LICENCE.mediatek
|
||||
%license LICENCE.ralink_a_mediatek_company_firmware
|
||||
%license LICENSES/LICENCE.mediatek
|
||||
%license LICENSES/LICENCE.ralink_a_mediatek_company_firmware
|
||||
%dir %{_firmwarepath}/mediatek
|
||||
%{_firmwarepath}/mediatek/mt76*
|
||||
%{_firmwarepath}/mediatek/mt79*
|
||||
@ -580,30 +580,30 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
# ^^^ compat symlink mt7662_rom_patch.bin -> mediatek/mt7662_rom_patch.bin
|
||||
|
||||
%files -n nxpwireless-firmware
|
||||
%license LICENSE.nxp
|
||||
%license LICENSES/LICENSE.nxp
|
||||
%dir %{_firmwarepath}/nxp
|
||||
%{_firmwarepath}/nxp/*
|
||||
|
||||
%files -n realtek-firmware
|
||||
%license LICENCE.rtlwifi_firmware.txt
|
||||
%license LICENSES/LICENCE.rtlwifi_firmware.txt
|
||||
%{_firmwarepath}/rtl_bt/
|
||||
%{_firmwarepath}/rtlwifi/
|
||||
%{_firmwarepath}/rtw88/
|
||||
%{_firmwarepath}/rtw89/
|
||||
|
||||
%files -n tiwilink-firmware
|
||||
%license LICENCE.ti-connectivity
|
||||
%license LICENSES/LICENCE.ti-connectivity
|
||||
%dir %{_firmwarepath}/ti-connectivity/
|
||||
%{_firmwarepath}/ti-connectivity/*
|
||||
|
||||
# SMART NIC and network switch firmwares
|
||||
%files -n liquidio-firmware
|
||||
%license LICENCE.cavium_liquidio
|
||||
%license LICENSES/LICENCE.cavium_liquidio
|
||||
%dir %{_firmwarepath}/liquidio
|
||||
%{_firmwarepath}/liquidio/*
|
||||
|
||||
%files -n mrvlprestera-firmware
|
||||
%license LICENCE.Marvell
|
||||
%license LICENSES/LICENCE.Marvell
|
||||
%dir %{_firmwarepath}/mrvl/prestera
|
||||
%{_firmwarepath}/mrvl/prestera/*
|
||||
|
||||
@ -612,13 +612,13 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/mellanox/*
|
||||
|
||||
%files -n netronome-firmware
|
||||
%license LICENCE.Netronome
|
||||
%license LICENSES/LICENCE.Netronome
|
||||
%dir %{_firmwarepath}/netronome
|
||||
%{_firmwarepath}/netronome/*
|
||||
|
||||
# Silicon Vendor specific
|
||||
%files -n qcom-firmware
|
||||
%license LICENSE.qcom LICENSE.qcom_yamato qcom/NOTICE.txt
|
||||
%license LICENSES/LICENSE.qcom LICENSES/LICENSE.qcom_yamato LICENSES/NOTICE.qcom
|
||||
%dir %{_firmwarepath}/qcom
|
||||
%{_firmwarepath}/qcom/*
|
||||
%{_firmwarepath}/a300_pfp.fw*
|
||||
@ -627,7 +627,7 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
|
||||
# Vision and ISP hardware
|
||||
%files -n intel-vsc-firmware
|
||||
%license LICENSE.ivsc
|
||||
%license LICENSES/LICENSE.ivsc
|
||||
%dir %{_firmwarepath}/intel/ipu/
|
||||
%dir %{_firmwarepath}/intel/vsc/
|
||||
%{_firmwarepath}/intel/ipu3-fw.bin*
|
||||
@ -638,12 +638,12 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
|
||||
# Sound codec hardware
|
||||
%files -n cirrus-audio-firmware
|
||||
%license LICENSE.cirrus
|
||||
%license LICENSES/LICENSE.cirrus
|
||||
%dir %{_firmwarepath}/cirrus
|
||||
%{_firmwarepath}/cirrus/*
|
||||
|
||||
%files -n intel-audio-firmware
|
||||
%license LICENCE.adsp_sst LICENCE.IntcSST2
|
||||
%license LICENSES/LICENCE.adsp_sst LICENSES/LICENCE.IntcSST2
|
||||
%dir %{_firmwarepath}/intel/
|
||||
%dir %{_firmwarepath}/intel/avs/
|
||||
%dir %{_firmwarepath}/intel/catpt/
|
||||
@ -656,15 +656,18 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
|
||||
# Random other hardware
|
||||
%files -n dvb-firmware
|
||||
%license LICENSE.dib0700 LICENCE.it913x LICENCE.siano
|
||||
%license LICENCE.xc4000 LICENCE.xc5000 LICENCE.xc5000c
|
||||
%license LICENSES/LICENSE.dib0700 LICENSES/LICENCE.it913x LICENSES/LICENCE.siano
|
||||
%license LICENSES/LICENCE.xc4000 LICENSES/LICENCE.xc5000 LICENSES/LICENCE.xc5000c
|
||||
%dir %{_firmwarepath}/av7110/
|
||||
%{_firmwarepath}/av7110/*
|
||||
%{_firmwarepath}/as102_data*
|
||||
%{_firmwarepath}/cmmb*
|
||||
%{_firmwarepath}/dvb*
|
||||
%{_firmwarepath}/isdbt*
|
||||
%{_firmwarepath}/lgs8g75*
|
||||
# Removed in:
|
||||
# commit 1e6faaf837aea079582214c9c1382e5476175576
|
||||
# "Remove any files with unknown licenses"
|
||||
#%{_firmwarepath}/lgs8g75*
|
||||
%{_firmwarepath}/sms1xxx*
|
||||
%{_firmwarepath}/tdmb*
|
||||
%{_firmwarepath}/v4l-cx2*
|
||||
@ -725,6 +728,94 @@ if st and st.type == "directory" then
|
||||
end
|
||||
|
||||
%changelog
|
||||
* Wed Jun 24 2026 Denys Vlasenko <dvlasenk@redhat.com> - 20260624-24
|
||||
- Update linux-firmware to latest upstream (RHEL-154363)
|
||||
Changes since the last update are noted on items below, copied from
|
||||
the git changelog of upstream linux-firmware repository.
|
||||
- nxp: add firmware for IW61x WiFi device
|
||||
- mediatek MT7922: update bluetooth firmware to 20260605203811
|
||||
- mediatek MT7925: update bluetooth firmware to 20260605184935
|
||||
- linux-firmware: update firmware for MT7925 WiFi device
|
||||
- linux-firmware: update firmware for MT7922 WiFi device
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- qcom: add LPAICP firmware for shikra platform
|
||||
- qcom: Add qdsp6sw firmware for shikra platform
|
||||
- linux-firmware: update firmware for MT7986
|
||||
- linux-firmware: update firmware for MT7981
|
||||
- linux-firmware: update firmware for MT7996
|
||||
- linux-firmware: update firmware for MT7992
|
||||
- linux-firmware: update firmware for MT7990
|
||||
- qcom: Update ADSP firmware for Kaanapali platform
|
||||
- qcom: update ADSP firmware for glymur platform
|
||||
- qcom: update CDSP firmware for glymur platform
|
||||
- QCA: Add bluetooth firmware nvm files for USI/NFA725B
|
||||
- linux-firmware: Add firmware file for Intel BlazarIW
|
||||
- linux-firmware: Update firmware file for Intel BlazarU core
|
||||
- linux-firmware: Update firmware file for Intel BlazarI core
|
||||
- linux-firmware: Update firmware file for Intel Scorpius core
|
||||
- qcom: update ADSP firmware for qcs615 platform
|
||||
- cirrus: cs42l45: Update CS42L45 SDCA codec firmware for Dell laptops
|
||||
- rtl_bt: Update RTL8852A BT USB firmware to 0x244F_91B6
|
||||
- realtek: rt1321: Update the patch code to v1.10
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- QCA: Update Bluetooth WCN3950 firmware 1.3.0-00108 to 1.3.0-00184
|
||||
- qcom: update CDSP firmware for shikra platform
|
||||
- qcom: Update ADSP firmware for Glymur platform
|
||||
- Remove any files with unknown licenses
|
||||
- AGENTS.md, README: address second round of MR review
|
||||
- README: document AI assisted contribution convention
|
||||
- AGENTS.md: clarify areas raised in MR review
|
||||
- Add AGENTS.md for AI coding agents
|
||||
- LICENSES: update GPL-2.0 text and references
|
||||
- LICENSES: rename GPL-3 to GPL-3.0-only
|
||||
- LICENSES: rename Apache-2 to Apache-2.0
|
||||
- Move firmware licenses to a LICENSES/ directory
|
||||
- qcom: update ADSP firmware for sm8750 platform
|
||||
- QCA: Update Bluetooth WCN6856 firmware 2.1.0-00666 to 2.1.0-00669
|
||||
- qcom: Update DSP firmware for qcs8300 platform
|
||||
- qcom: Update DSP firmware for sa8775p platform
|
||||
- amdgpu: Update DMCUB fw for DCN314
|
||||
- amdgpu: revert yellow carp VCN firmware
|
||||
- amdgpu: revert vangogh VCN firmware
|
||||
- amdgpu: revert sienna cichlid VCN firmware
|
||||
- amdgpu: revert navy flounder VCN firmware
|
||||
- amdgpu: revert dimgrey cavefish VCN firmware
|
||||
- amdgpu: revert beige_goby VCN firmware
|
||||
- qcom: update CDSP firmware for x1e80100 platform
|
||||
- cirrus: cs35l56: Add firmware for Cirrus Amps for a Dell laptop
|
||||
- linux-firmware: Add RCA firmware files for tas257x projects
|
||||
- intel_vpu: Update NPU firmware
|
||||
- cirrus: cs35l63: Add Cirrus CS35L63 firmware mappings for various Dell laptops
|
||||
- cirrus: cs35l56: Update firmware for Cirrus Amps for a couple of Lenovo laptops
|
||||
- cirrus: cs35l56: Add firmware for Cirrus Amps for a Lenovo laptop
|
||||
- QCA: Add BCS calibration binary for QCC2072
|
||||
- QCA: Update Bluetooth firmware for QCC2072 UART interface
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- rtl_nic: add firmware rtl8261c.bin for RTL8261c
|
||||
- cirrus: cs35l56: Add Cirrus CS35L56 firmware mappings for two Dell laptops
|
||||
- i915: Xe3LPD DMC v2.36
|
||||
- i915: Xe3LPD_3002 DMC v2.31
|
||||
- i915: Xe3p_LPD DMC v2.37
|
||||
- cirrus: cs35l56: Add firmware for Cirrus Amps for some Lenovo laptops
|
||||
- cirrus: cs42l45: Update CS42L45 SDCA codec firmware for Lenovo laptops
|
||||
- cirrus: cs42l45: Add CS42L45 SDCA codec firmware for Lenovo laptops
|
||||
- qcom: Add gpu firmwares for Shikra chipset
|
||||
- cirrus: cs35l56: Update firmware for Cirrus Amps for some Dell laptops
|
||||
- rtw89: 8852b: update fw to v0.29.29.18
|
||||
- rtw89: 8852bt: update fw to v0.29.122.2
|
||||
- amdgpu: Update gc 11.0.1 microcode
|
||||
- ASoC: tas2783: Add Firmware files for tas2783A projects
|
||||
- linux-firmware: add firmware for MT7927 WiFi device
|
||||
- Add HP ISH firmware for Intel Panther Lake systems
|
||||
- ti: Add PCM6240 firmware with multiple audio profiles support
|
||||
- qcom: add CDSP firmware for shikra platform
|
||||
- amdgpu: DMCUB updates for various ASICs
|
||||
- qcom: update ADSP firmware for x1e80100 platform
|
||||
- lt*_fw.bin: move to Lontium subdir
|
||||
- qcom: Add cdsp1r.jsn for sa8775p platform
|
||||
- amdgpu: rembrandt DMCUB v4.0.74.0
|
||||
Resolves: RHEL-154363
|
||||
|
||||
* Fri May 08 2026 Denys Vlasenko <dvlasenk@redhat.com> - 20260508-23
|
||||
- Update linux-firmware to latest upstream (RHEL-154363)
|
||||
Changes since the last update are noted on items below, copied from
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-firmware-20260508.tar.xz) = 1e1046b4ce1e1fe202b4bc70eb812eb163dc23db78c6373952606bdafc6238f800fe6a42a9451ab4b70df5232865ec55fb486b7be63a1bb00389fa09a0404043
|
||||
SHA512 (linux-firmware-20260624.tar.xz) = 49f38c25b15eb10cb2437ec073938831d46367ceffdc444f179ab084ac058ab94405e564148d8a11a86d84b1436d6fdca739e23937309cd8da9cea46c8bf7bcc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user