Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd328f0323 |
1 changed files with 17 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Name: CuraEngine
|
Name: CuraEngine
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 4.13.1
|
Version: 4.13.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Engine for processing 3D models into G-code instructions for 3D printers
|
Summary: Engine for processing 3D models into G-code instructions for 3D printers
|
||||||
License: AGPLv3+
|
License: AGPLv3+
|
||||||
URL: https://github.com/Ultimaker/%{name}
|
URL: https://github.com/Ultimaker/%{name}
|
||||||
|
|
@ -17,9 +17,19 @@ BuildRequires: cmake
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
|
|
||||||
# Header-only package; -static version is for tracking per guidelines
|
# Header-only package; -static version is for tracking per guidelines
|
||||||
# stb_image 2.28^20230129git5736b15-0.2 is the minimum EVR that fixes the null
|
# Enforce the the minimum EVR to contain fixes for all of:
|
||||||
# pointer dereference reported in https://github.com/nothings/stb/issues/1452.
|
# CVE-2021-28021
|
||||||
BuildRequires: stb_image-static >= 2.28^20230129git5736b15-0.2
|
# CVE-2021-42715
|
||||||
|
# CVE-2021-42716
|
||||||
|
# CVE-2022-28041
|
||||||
|
# CVE-2023-43898
|
||||||
|
# CVE-2023-45661
|
||||||
|
# CVE-2023-45662
|
||||||
|
# CVE-2023-45663
|
||||||
|
# CVE-2023-45664
|
||||||
|
# CVE-2023-45666
|
||||||
|
# CVE-2023-45667
|
||||||
|
BuildRequires: stb_image-static >= 2.28^20231011gitbeebb24-12
|
||||||
|
|
||||||
Patch: %{name}-static-libstdcpp.patch
|
Patch: %{name}-static-libstdcpp.patch
|
||||||
# Add an #include needed for GCC 13
|
# Add an #include needed for GCC 13
|
||||||
|
|
@ -74,6 +84,9 @@ sed -i 's/"DEV"/"%{version}"/' src/settings/Settings.h
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1:4.13.1-7
|
||||||
|
- Ensure stb_image contains the latest CVE patches
|
||||||
|
|
||||||
* Sat Feb 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1:4.13.1-6
|
* Sat Feb 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1:4.13.1-6
|
||||||
- Update minimum stb_image to fix a null deref. bug
|
- Update minimum stb_image to fix a null deref. bug
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue